From e5b4583513f0745c42a607ae9795c114911ccdd5 Mon Sep 17 00:00:00 2001 From: Lucas Tembras Date: Mon, 4 Aug 2025 10:09:19 -0400 Subject: [PATCH 1/2] docs: added documentation for new site configuration field for fluentbit plugin --- content/en/logs/guide/fluentbit.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/logs/guide/fluentbit.md b/content/en/logs/guide/fluentbit.md index ea7a887c4607b..6084805d28ec4 100644 --- a/content/en/logs/guide/fluentbit.md +++ b/content/en/logs/guide/fluentbit.md @@ -40,6 +40,7 @@ Before you begin, you need to have a [Datadog account][3], a [Datadog API key][4 | dd_tags | _Optional_ - The [tags][10] you want to assign to your logs in Datadog. | | | dd_hostname | _Optional_ - The host that emitted logs should be associated with. If unset, Datadog expects the host to be set as one of [the standard host attributes][12]. | provider | _Optional_ - The provider to use. Set this to `ecs` if you want to send logs from your Fargate Tasks to Datadog. | | +| site | _Optional_ - The Datadog site to send logs to. Use `datadoghq.eu` to send logs to the EU GCP datacenter, or leave unset for the default US site. | `datadoghq.com` | #### Configuration file example @@ -55,6 +56,7 @@ Before you begin, you need to have a [Datadog account][3], a [Datadog API key][4 dd_source dd_message_key log dd_tags env:dev,: + site datadoghq.eu ``` ## Troubleshooting From ffa1a5620da07db35484c364c5ea714e4789114f Mon Sep 17 00:00:00 2001 From: Lucas Tembras <51347268+lucastemb@users.noreply.github.com> Date: Mon, 4 Aug 2025 16:31:02 -0400 Subject: [PATCH 2/2] Update content/en/logs/guide/fluentbit.md Co-authored-by: Brett Blue <84536271+brett0000FF@users.noreply.github.com> --- content/en/logs/guide/fluentbit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/logs/guide/fluentbit.md b/content/en/logs/guide/fluentbit.md index 6084805d28ec4..b6622c65c8d85 100644 --- a/content/en/logs/guide/fluentbit.md +++ b/content/en/logs/guide/fluentbit.md @@ -40,7 +40,7 @@ Before you begin, you need to have a [Datadog account][3], a [Datadog API key][4 | dd_tags | _Optional_ - The [tags][10] you want to assign to your logs in Datadog. | | | dd_hostname | _Optional_ - The host that emitted logs should be associated with. If unset, Datadog expects the host to be set as one of [the standard host attributes][12]. | provider | _Optional_ - The provider to use. Set this to `ecs` if you want to send logs from your Fargate Tasks to Datadog. | | -| site | _Optional_ - The Datadog site to send logs to. Use `datadoghq.eu` to send logs to the EU GCP datacenter, or leave unset for the default US site. | `datadoghq.com` | +| site | _Optional_ - The Datadog site to send logs to. For example, use `datadoghq.eu` to send logs to the EU GCP data center, or leave unset for the default US site. | `datadoghq.com` | #### Configuration file example