Datadog
Send logs to Datadog
Last updated
Was this helpful?
Send logs to Datadog
Last updated
Was this helpful?
The Datadog output plugin allows to ingest your logs into .
Before you begin, you need a , a , and you need to .
Host
Required - The Datadog server where you are sending your logs.
http-intake.logs.datadoghq.com
TLS
Required - End-to-end security communications security protocol. Datadog recommends setting this to on
.
off
compress
Recommended - compresses the payload in GZIP format, Datadog supports and recommends setting this to gzip
.
apikey
Proxy
provider
To activate the remapping, specify configuration flag provider with value ecs
.
json_date_key
Date key name for output.
timestamp
include_tag_key
If enabled, a tag is appended to output. The key name is used tag_key
property.
false
tag_key
The key name of tag. If include_tag_key
is false, This property is ignored.
tagkey
dd_service
Recommended - The human readable name for your service generating the logs - the name of your application or database.
dd_source
Recommended - A human readable name for the underlying technology of your service. For example, postgres
or nginx
.
dd_tags
dd_message_key
By default, the plugin searches for the key 'log' and remap the value to the key 'message'. If the property is set, the plugin will search the property name key.
Get started quickly with this configuration file:
Required - Your .
Optional - Specify an HTTP Proxy. The expected format of this value is . Note that https is not supported yet.
Optional - The you want to assign to your logs in Datadog.
If you get a 403 Forbidden
error response, double check that you have a valid and that you have .