Skip to content

Commit

Permalink
Update templates.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed May 29, 2020
1 parent d30f7dd commit e57f211
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package/etc/conf.d/conflib/_common/templates.conf
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,12 @@ template t_JSON_3164 {

template t_JSON_5424 {
template('$(format-json --scope rfc5424
--key RAWMSG
--key MESSAGE
--exclude DATE
--exclude FACILITY
--exclude PRIORITY
--exclude HOST
--exclude RAWMSG
)');
};

Expand All @@ -109,6 +110,7 @@ template t_JSON_5424_SDATA {
--exclude HOST
--exclude FACILITY
--exclude PRIORITY
--exclude RAWMSG
)');
};

Expand Down

0 comments on commit e57f211

Please sign in to comment.