@@ -149,6 +149,19 @@ key(\"${PROGRAM}\").
149149
150150{% include doc/admin-guide/options/local-time-zone.md %}
151151
152+ ## message()  
153+ 
154+ |   Type:|       message template| 
155+   | Default:|    ${ISODATE} ${HOST} ${MSGHDR}${MSG}\\ n| 
156+ 
157+ * Description:*  The message as published to Apache Kafka. You can use
158+ templates and template functions (for example, format-json()) to format
159+ the message, for example, template(\" $(format-json \- -scope rfc5424
160+ \- -exclude DATE \- -key ISODATE)\" ).
161+ 
162+ For details on formatting messages in JSON format, see
163+ [[ format-json|adm-temp-func#format-json]] .
164+ 
152165{% include doc/admin-guide/options/on-error.md %}
153166
154167{% include doc/admin-guide/options/persist-name.md %}
@@ -196,19 +209,6 @@ recommends that you set sync-send() to "yes", as this setting
196209delivers messages to the Kafka client more reliably.
197210{: .notice--danger}
198211
199- ## message()  
200- 
201- |   Type:|       message template| 
202-   | Default:|    ${ISODATE} ${HOST} ${MSGHDR}${MSG}\\ n| 
203- 
204- * Description:*  The message as published to Apache Kafka. You can use
205- templates and template functions (for example, format-json()) to format
206- the message, for example, template(\" $(format-json \- -scope rfc5424
207- \- -exclude DATE \- -key ISODATE)\" ).
208- 
209- For details on formatting messages in JSON format, see
210- [[ format-json|adm-temp-func#format-json]] .
211- 
212212{% include doc/admin-guide/options/throttle.md %}
213213
214214{% include doc/admin-guide/options/time-zone.md %}
0 commit comments