diff --git a/package/etc/conf.d/conflib/_common/templates.conf b/package/etc/conf.d/conflib/_common/templates.conf index 7e1f665..f1bbb05 100644 --- a/package/etc/conf.d/conflib/_common/templates.conf +++ b/package/etc/conf.d/conflib/_common/templates.conf @@ -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 )'); }; @@ -109,6 +110,7 @@ template t_JSON_5424_SDATA { --exclude HOST --exclude FACILITY --exclude PRIORITY + --exclude RAWMSG )'); };