Skip to content

Commit

Permalink
Merge pull request #257 from splunk/docs/templates
Browse files Browse the repository at this point in the history
Update docs for t_JSON_5424 template
  • Loading branch information
Ryan Faircloth authored and GitHub committed Jan 2, 2020
2 parents b13369e + 3c433bf commit 8e52dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Splunk Connect for Syslog utilizes the syslog-ng template mechanism to format th
| t_legacy_hdr_msg | ${LEGACY_MSGHDR}${MESSAGE} | Useful for non-compliant syslog messages |
| t_hdr_sdata_msg | ${MSGHDR}${MSGID} ${SDATA} ${MESSAGE} | Text-based representation of RFC5424-compliant syslog messages |
| t_JSON_3164 | $(format-json --scope rfc3164<br>--pair PRI="<$PRI>"<br>--key LEGACY_MSGHDR<br>--exclude FACILITY<br>--exclude PRIORITY) | JSON output of all RFC3164-based syslog-ng macros. Useful with the "fallback" sourcetype to aid in new filter development. |
| t_JSON_5424 | $(format-json --scope rfc5424<br>--pair PRI="<$PRI>"<br>--exclude FACILITY<br>--exclude PRIORITY) | JSON output of all RFC5424-based syslog-ng macros; for use with RFC5424-compliant traffic. |
| t_JSON_5424 | $(format-json --scope rfc5424<br>--pair PRI="<$PRI>"<br>--key ISODATE<br>--exclude DATE<br>--exclude FACILITY<br>--exclude PRIORITY) | JSON output of all RFC5424-based syslog-ng macros; for use with RFC5424-compliant traffic. |

## Data Resilience - Local Disk Buffer Configuration

Expand Down

0 comments on commit 8e52dac

Please sign in to comment.