From 7b8bab9f91d9397c1a48122f96ad3c7fb80ff7c0 Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Tue, 2 Jul 2024 10:36:39 -0400 Subject: [PATCH] out_datadog: fix typo for `dd_hostname` documentation Signed-off-by: Jesse Szwedko --- plugins/out_datadog/datadog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/out_datadog/datadog.c b/plugins/out_datadog/datadog.c index 57f3cb42cce..ef196a01a49 100644 --- a/plugins/out_datadog/datadog.c +++ b/plugins/out_datadog/datadog.c @@ -528,7 +528,7 @@ static struct flb_config_map config_map[] = { "The host that emitted logs should be associated with. If unset, Datadog " "will expect the host to be set as `host`, `hostname`, or `syslog.hostname` " "attributes. See Datadog Logs preprocessor documentation for up-to-date " - "of recognized attributes." + "recognized attributes." }, {