You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/outputs/datadog.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This plugin uses the following configuration parameters:
21
21
|`Proxy`| Optional. Specifies an HTTP proxy. The expected format of this value is `http://host:port`. HTTPS isn't supported. |_none_|
22
22
|`provider`| To activate remapping, specify the configuration flag provider with the value `ecs`. |_none_|
23
23
|`json_date_key`| Date key name for output. |`timestamp`|
24
-
|`include_tag_key`| If enabled, a tag is appended to output. The key name is used `tag_key` property. |`false`|
24
+
|`include_tag_key`| If enabled, a tag is appended to the output. The key name is used `tag_key` property. |`false`|
25
25
|`tag_key`| The key name of tag. If `include_tag_key` is `false`, this property is ignored. |`tagkey`|
26
26
|`dd_service`| Recommended. The human readable name for your service generating the logs. For example, the name of your application or database. If not set, Datadog looks for the service using [service remapper](https://docs.datadoghq.com/logs/log_configuration/pipelines/?tab=service#service-attribute). |_none_|
27
27
|`dd_source`| Recommended. A human-readable name for the underlying technology of your service like `postgres` or `nginx`. If unset, Datadog looks for the source in the [`ddsource` attribute](https://docs.datadoghq.com/logs/log_configuration/pipelines/?tab=source#source-attribute). |_none_|
0 commit comments