Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down Expand Up @@ -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 %}
Expand Down