Skip to content

Commit

Permalink
Fix t_JSON_5424_SDATA to exclude MESSAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
mbonsack authored and GitHub committed Jun 10, 2020
1 parent b7d1c72 commit 16b24c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/etc/conf.d/conflib/_common/templates.conf
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,16 @@ template t_JSON_5424_ALL {

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


template t_snmp_trap {
template('$(format-json .snmp.* --rekey .snmp.* --shift-levels 2)');
};
};

0 comments on commit 16b24c2

Please sign in to comment.