I have a AWS Lambda function which filters AWS log events from Cloud-trail and give only my AWS ROLE's events. Can I send this records only to Data-dog? Is there an API in which I can pass this filtered events directly?
Asked
Active
Viewed 520 times
1

Alireza
- 100,211
- 27
- 269
- 172

mightymahesh
- 303
- 3
- 14
-
Isnt datadog tile needs to be configured to show the logs with filtering only your role ones? Check the following to add datadog tile http://docs.datadoghq.com/integrations/awscloudtrail/ – Ashan Jul 09 '17 at 15:08
1 Answers
0
Maybe the Datadog events-post api endpoint? Or their metrics-post endpoint?
Although, it's not altogether clear to me what is meant by "send this record only to Datadog". If you use the log setup for Lambda log parsing that is described in Datadog's AWS Lambda integration tile, that should be another perfectly good way to get the data collected into Datadog, but I think it may only collect those logs as metrics instead of events.

stephenlechner
- 1,836
- 11
- 11