From 539d4d4eb5fd46cac408b9e9a27b21f1aa2e0f7f Mon Sep 17 00:00:00 2001 From: Hofi Date: Sun, 26 Oct 2025 18:04:10 +0100 Subject: [PATCH] Options for Kafka Reordering the options Signed-off-by: Hofi --- .../100_Kafka-c/003_Kafka-c_options.md | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/_admin-guide/070_Destinations/100_Kafka-c/003_Kafka-c_options.md b/doc/_admin-guide/070_Destinations/100_Kafka-c/003_Kafka-c_options.md index d64bffc..1e87bd7 100644 --- a/doc/_admin-guide/070_Destinations/100_Kafka-c/003_Kafka-c_options.md +++ b/doc/_admin-guide/070_Destinations/100_Kafka-c/003_Kafka-c_options.md @@ -149,6 +149,19 @@ key(\"${PROGRAM}\"). {% include doc/admin-guide/options/local-time-zone.md %} +## message() + +| Type:| message template| + |Default:| ${ISODATE} ${HOST} ${MSGHDR}${MSG}\\n| + +*Description:* The message as published to Apache Kafka. You can use +templates and template functions (for example, format-json()) to format +the message, for example, template(\"$(format-json \--scope rfc5424 +\--exclude DATE \--key ISODATE)\"). + +For details on formatting messages in JSON format, see +[[format-json|adm-temp-func#format-json]]. + {% include doc/admin-guide/options/on-error.md %} {% include doc/admin-guide/options/persist-name.md %} @@ -196,19 +209,6 @@ recommends that you set sync-send() to "yes", as this setting delivers messages to the Kafka client more reliably. {: .notice--danger} -## message() - -| Type:| message template| - |Default:| ${ISODATE} ${HOST} ${MSGHDR}${MSG}\\n| - -*Description:* The message as published to Apache Kafka. You can use -templates and template functions (for example, format-json()) to format -the message, for example, template(\"$(format-json \--scope rfc5424 -\--exclude DATE \--key ISODATE)\"). - -For details on formatting messages in JSON format, see -[[format-json|adm-temp-func#format-json]]. - {% include doc/admin-guide/options/throttle.md %} {% include doc/admin-guide/options/time-zone.md %}