Skip to content

Instantly share code, notes, and snippets.

@kevinslin
Created April 25, 2024 21:41
Show Gist options
  • Save kevinslin/66a49c8605957961267f64c95eaf6fc2 to your computer and use it in GitHub Desktop.
Save kevinslin/66a49c8605957961267f64c95eaf6fc2 to your computer and use it in GitHub Desktop.
sources:
source/a/dd_agent:
type: datadog_agent
address: 0.0.0.0:8020
multiple_outputs: true
sinks:
sink/l/dd:
site: ${DD_SITE}
type: datadog_logs
inputs:
- source/a/dd_agent.logs
compression: gzip
default_api_key: ${DD_API_KEY}
sources:
source/a/dd_agent:
type: datadog_agent
address: 0.0.0.0:8020
multiple_outputs: true
sinks:
sink/l/dd:
site: ${DD_SITE}
type: datadog_logs
inputs:
- source/a/dd_agent.logs
compression: gzip
default_api_key: ${DD_API_KEY}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment