diff --git a/pipeline/outputs/datadog.md b/pipeline/outputs/datadog.md index 09170ab23..7bf410ef9 100644 --- a/pipeline/outputs/datadog.md +++ b/pipeline/outputs/datadog.md @@ -28,8 +28,9 @@ This plugin uses the following configuration parameters: | `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_ | | `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_ | | `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_ | -| workers | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `0` | -| header | Add additional arbitrary HTTP header key/value pair. Multiple headers can be set. | _none_ | +| `site` | Optional. The Datadog site to send logs to. Use `datadoghq.com` for US or `datadoghq.eu` for EU. If no value is specified, defaults to `datadoghq.com`. | `datadoghq.com` | +| `workers` | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `0` | +| `header` | Add additional arbitrary HTTP header key/value pair. Multiple headers can be set. | _none_ | ### Configuration file @@ -48,6 +49,7 @@ pipeline: tls: on compress: gzip apikey: + site: datadoghq.com dd_service: dd_source: dd_tags: team:logs,foo:bar @@ -65,6 +67,7 @@ pipeline: TLS on compress gzip apikey + site datadoghq.com dd_service dd_source dd_tags team:logs,foo:bar