You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Host |_Required_ - The Datadog server where you are sending your logs. | {{< region-param key="http_endpoint" code="true" >}} |
44
+
| TLS |_Required_ - End-to-end security communications security protocol. This setting must be set to `on`. |`off`|
45
+
| apikey |_Required_ - Your [Datadog API key][4]. ||
46
+
| compress |_Recommended_ - compresses the payload in GZIP format, Datadog supports and recommends setting this to `gzip`. ||
47
+
| dd_service |_Recommended_ - The human readable name for your service generating the logs - the name of your application or database. ||
48
+
| dd_source |_Recommended_ - A human readable name for the underlying technology of your service. For example, `postgres` or `nginx`. ||
49
+
| dd_message_key |_Recommended_ - Set the attribute to use to store your log message. ||
50
+
| dd_tags |_Optional_ - The [tags][10] you want to assign to your logs in Datadog. ||
51
+
| dd_hostname | _Optional_ - The host that emitted logs should be associated with. If unset, Datadog will expect the host to be set as one of [the standard host attributes][12].
52
+
| provider |_Optional_ - The provider to use. Set this to `ecs` if you want to send logs from your Fargate Tasks to Datadog. ||
52
53
53
54
#### Configuration file example
54
55
@@ -85,3 +86,4 @@ Need help? Contact [Datadog support][11].
0 commit comments