Closed
Description
A user reported that with the latest PE build (the relevant code should be shared between PE and OSE), they were trying to use the format-cef-extension template function as shown in the Admin Guide, and they got a config parse error:
Error parsing affile, Error compiling template, error=Error parsing value-pairs: unknown scope syslog in /.../etc/syslog-ng.conf:49:50-49:111:
49----> destination d_cef { file("/var/log/cef" template("${ISODATE} ${HOST} $(format-cef-extension --scope syslog)\n")); };
49----> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^