Skip to content

Commit 64bf6ba

Browse files
committed
docs: added site configuration field to datadog docs
1 parent 4912091 commit 64bf6ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pipeline/outputs/datadog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Before you begin, you need a [Datadog account](https://app.datadoghq.com/signup)
2626
| 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). | |
2727
| 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. | |
2828
| 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_ |
29+
| 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` |
2930
| workers | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `0` |
3031
| header | Add additional arbitrary HTTP header key/value pair. Multiple headers can be set. | _none_ |
3132

@@ -41,6 +42,7 @@ Get started quickly with this configuration file:
4142
TLS on
4243
compress gzip
4344
apikey <my-datadog-api-key>
45+
site datadoghq.com
4446
dd_service <my-app-service>
4547
dd_source <my-app-source>
4648
dd_tags team:logs,foo:bar

0 commit comments

Comments
 (0)