Skip to content

Commit

Permalink
Document new dd_hostname field for fluentbit integration
Browse files Browse the repository at this point in the history
Added in fluent/fluent-bit#8988

Easiest to review with whitespace changes ignored

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
jszwedko committed Jul 2, 2024
1 parent f494349 commit 66aaa5c
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions content/en/integrations/fluentbit.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,18 @@ Before you begin, you need to have a [Datadog account][3], a [Datadog API key][4

#### Configuration parameters

| Key | Description | Default |
| -------------- | ------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------- |
| Host | _Required_ - The Datadog server where you are sending your logs. | {{< region-param key="http_endpoint" code="true" >}} |
| TLS | _Required_ - End-to-end security communications security protocol. This setting must be set to `on`. | `off` |
| apikey | _Required_ - Your [Datadog API key][4]. | |
| compress | _Recommended_ - compresses the payload in GZIP format, Datadog supports and recommends setting this to `gzip`. | |
| dd_service | _Recommended_ - The human readable name for your service generating the logs - the name of your application or database. | |
| dd_source | _Recommended_ - A human readable name for the underlying technology of your service. For example, `postgres` or `nginx`. | |
| dd_message_key | _Recommended_ - Set the attribute to use to store your log message. | |
| dd_tags | _Optional_ - The [tags][10] you want to assign to your logs in Datadog. | |
| provider | _Optional_ - The provider to use. Set this to `ecs` if you want to send logs from your Fargate Tasks to Datadog. | |
| Key | Description | Default |
| -------------- | ------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------- |
| Host | _Required_ - The Datadog server where you are sending your logs. | {{< region-param key="http_endpoint" code="true" >}} |
| TLS | _Required_ - End-to-end security communications security protocol. This setting must be set to `on`. | `off` |
| apikey | _Required_ - Your [Datadog API key][4]. | |
| compress | _Recommended_ - compresses the payload in GZIP format, Datadog supports and recommends setting this to `gzip`. | |
| dd_service | _Recommended_ - The human readable name for your service generating the logs - the name of your application or database. | |
| dd_source | _Recommended_ - A human readable name for the underlying technology of your service. For example, `postgres` or `nginx`. | |
| dd_message_key | _Recommended_ - Set the attribute to use to store your log message. | |
| 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 will expect the host to be set as one of [the standard host attributes][12].

Check warning on line 51 in content/en/integrations/fluentbit.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.tense

Avoid temporal words like 'will'.
| provider | _Optional_ - The provider to use. Set this to `ecs` if you want to send logs from your Fargate Tasks to Datadog. | |

#### Configuration file example

Expand Down Expand Up @@ -85,3 +86,4 @@ Need help? Contact [Datadog support][11].
[9]: https://app.datadoghq.com/logs
[10]: /getting_started/tagging/
[11]: /help/
[12]: /logs/log_configuration/pipelines/?tab=host#preprocessing

0 comments on commit 66aaa5c

Please sign in to comment.