DataDog / cloudformation-template

Easily set up the Datadog AWS integration using CloudFormation
Apache License 2.0
34 stars 42 forks source link

Allow passing more arguments to the log forwarder #43

Open plumdog opened 2 years ago

plumdog commented 2 years ago

Expected Behavior

The template at https://github.com/DataDog/cloudformation-template/blob/master/aws/main.yaml has a resource ForwarderStack that wraps the forwarder which I believe comes from https://github.com/DataDog/datadog-serverless-functions/blob/master/aws/logs_monitoring/template.yaml.

I want to be able to pass parameters to the forwarder stack, eg ExcludeAtMatch to filter out some less useful logs, namely the START/END/REPORT chatter from Lambda.

Actual Behavior

Cannot configure the Log Forwarder other than the function name, Datadog site and API key to use.

Possible solutions

sunshineo commented 1 year ago

+1, we need to change the memory size of the lambda