New Datadog Integration
2021-07-14 00:00:00 +0000
Datadog integration has been added to the new data streamer system. Now you can specify and change your Datadog region (US, US3, EU, US1FED).
Example:
{
"data_stream_type": {
"id": 2
},
"destination": {
"connection_type": "Datadog",
"credentials": {
"api_key": "0123456789abcdef0123456789abcdef01234567",
"region": "US"
},
"format": "Json"
}
}