Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/en/logs/guide/fluentbit.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
| 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` |

Check warning on line 43 in content/en/logs/guide/fluentbit.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.words

Use 'data center' instead of 'datacenter'.

#### Configuration file example

Expand All @@ -55,6 +56,7 @@
dd_source <SOURCE>
dd_message_key log
dd_tags env:dev,<TAG_KEY>:<TAG_VALUE>
site datadoghq.eu
```

## Troubleshooting
Expand Down
Loading