diff --git a/package/etc/conf.d/conflib/_common/templates.conf b/package/etc/conf.d/conflib/_common/templates.conf index f9afd04..7e1f665 100644 --- a/package/etc/conf.d/conflib/_common/templates.conf +++ b/package/etc/conf.d/conflib/_common/templates.conf @@ -90,8 +90,6 @@ template t_JSON_3164 { template t_JSON_5424 { template('$(format-json --scope rfc5424 - --pair PRI="<$PRI>" - --key ISODATE --key RAWMSG --exclude DATE --exclude FACILITY @@ -106,14 +104,11 @@ template t_JSON_5424 { template t_JSON_5424_SDATA { template('$(format-json --scope rfc5424 - --pair PRI="<$PRI>" - --key ISODATE - --key RAWMSG + --key MESSAGE --exclude DATE --exclude HOST --exclude FACILITY --exclude PRIORITY - --exclude MESSAGE )'); };