Created
April 25, 2024 21:41
-
-
Save kevinslin/66a49c8605957961267f64c95eaf6fc2 to your computer and use it in GitHub Desktop.
Revisions
-
kevinslin created this gist
Apr 25, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ 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} This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ 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}