logstash-output-datadog_logs

Link to the Datadog documentation

DatadogLogs lets you send logs to Datadog based on LogStash events.

How to install it?

logstash-plugin install logstash-output-datadog_logs

How to use it?

Configure datadog_logs plugin with your Datadog API key:

output {
    datadog_logs {
        api_key => "<DATADOG_API_KEY>"
    }
}

Need Help?

If you need any support please contact us at [email protected].