Streaming Logs to DataDog
DataDog is an application monitoring platform that includes a logging service. To stream logs to DataDog, you will first need to generate an API key. Make sure you generate an API key (not an application key).
Next, enter https://http-intake.logs.datadoghq.com/api/v2/logs
as your endpoint.
Add a header with a name of DD-API-KEY
and enter the API key that you generated.
The default message template (here) works well for DataDog, but you can modify it to adjust attribute names, etc, as you see fit.
Once configured, logs from all of your customers' enabled instances, and all of your test runs within the integration designer will be streamed to DataDog:
For security reasons, DataDog prohibits sending logs directly from your web browser when using an API key. Because of that, the TEST PAYLOAD button does not work with DataDog. Rest assured, you should start seeing instance logs in DataDog as long as your API key is valid.