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
Copy file name to clipboardExpand all lines: pipeline/outputs/datadog.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This plugin uses the following configuration parameters:
14
14
15
15
| Key | Description | Default |
16
16
| --- | ----------- | ------- |
17
-
|`Host`| The Datadog server where you are sending your logs. |`http-intake.logs.datadoghq.com`|
17
+
|`site`| The Datadog site to send logs to. Use `datadoghq.com` for US or `datadoghq.eu` for EU. This parameter is used to automatically construct the endpoint when the `Host` parameter is not specified. If not specified, defaults to `datadoghq.com`. |`datadoghq.com`|
18
18
|`TLS`| End-to-end security communications security protocol. Datadog recommends setting this to `on`. |`off`|
19
19
|`compress`| Optional. Compresses the payload in GZIP format. Datadog supports and recommends setting this to `gzip`. |_none_|
20
20
|`apikey`| Your [Datadog API key](https://app.datadoghq.com/account/settings#api). |_none_|
@@ -28,9 +28,9 @@ This plugin uses the following configuration parameters:
28
28
|`dd_tags`| Optional. The [tags](https://docs.datadoghq.com/tagging/) you want to assign to your logs in Datadog. If unset, Datadog will look for the tags in the [`ddtags` attribute](https://docs.datadoghq.com/api/latest/logs/#send-logs). |_none_|
29
29
|`dd_message_key`| By default, the plugin searches for the key `log` and remaps the value to the key `message`. If the property is set, the plugin will search the property name key. |_none_|
30
30
|`dd_hostname`| The host the emitted logs should be associated with. If unset, Datadog expects the host to be set with `host`, `hostname`, or `syslog.hostname` attributes. See [Datadog Logs preprocessor documentation](https://docs.datadoghq.com/logs/log_configuration/pipelines/?tab=host#preprocessing) for recognized attributes. |_none_|
31
-
|`site`| Optional. The Datadog site to send logs to. Use `datadoghq.com` for US or `datadoghq.eu` for EU. If not specified, defaults to `datadoghq.com`. |`datadoghq.com`|
32
31
|`workers`| The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. |`0`|
33
32
|`header`| Add additional arbitrary HTTP header key/value pair. Multiple headers can be set. |_none_|
33
+
|`Host`| The Datadog server endpoint where you are sending your logs. This parameter takes precedence over the `site` parameter if both are specified. If not set, the plugin will use the `site` parameter to construct the endpoint automatically. |`http-intake.logs.datadoghq.com`|
0 commit comments