Datadog
Datadog Log Management offers simple yet powerful tools for teams to transform disparate, unstructured streams of raw log data into centralized, structured datasets.
env0 can send all of your deployment logs and audit logs directly to your Datadog account.
Setup
Here are the steps to configure it:
-
Generate an API key in your Datadog account using this guide
-
There are two ways to configure the integrations:
-
In the env0 app
In the organization's integrations page, click on Datadog and fill the form's fields:
-
Using environment variables
In the env0 platform you will need to configure the following environment variables in any scope you would like to have them:
Environment variable name Description Mandatory ENV0_DATADOG_API_KEY
The API key value you've created. This is for authentication against your Datadog account Yes ENV0_DATADOG_HOST
Specify a Datadog host. You should put only the host and not the full url
Recommended hosts -lambda-intake.logs.datadoghq.com
for US,lambda-intake.logs.datadoghq.eu
for EU
You can read more here.Yes ENV0_DATADOG_PORT
Specify the port endpoint for your Datadog host. Datadog log forwarding in env0 uses TCP over TLS endpoints.
If you are using thelambda-intake.logs.datadoghq.com
orlambda-intake.logs.datadoghq.eu
hosts, use the443
port
You can read more here.No, but it is recommended to provide explicitly.
Default:10516
-
env0 adds metadata according to the log type:
Updated about 22 hours ago