Skip to content

Commit 1b87d93

Browse files
Document new dd_hostname field for fluentbit integration (#23966)
* Document new `dd_hostname` field for fluentbit integration Added in fluent/fluent-bit#8988 Easiest to review with whitespace changes ignored Signed-off-by: Jesse Szwedko <[email protected]> * Update content/en/integrations/fluentbit.md --------- Signed-off-by: Jesse Szwedko <[email protected]> Co-authored-by: Heston Hoffman <[email protected]>
1 parent 3466690 commit 1b87d93

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

content/en/integrations/fluentbit.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,18 @@ Before you begin, you need to have a [Datadog account][3], a [Datadog API key][4
3838

3939
#### Configuration parameters
4040

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

5354
#### Configuration file example
5455

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

0 commit comments

Comments
 (0)