Actions
Documentation #3230
closed
JI
JI
EVE DNS logger defaults to version 2 instead of version when version not specified.
Documentation #3230:
EVE DNS logger defaults to version 2 instead of version when version not specified.
Description
To support backward configuration file compatibility, the EVE DNS logger should default to v1 style logging if the version parameter is not supplied.
This is true for 4.1.5 when compiled without Rust. But when compiled with Rust (and including 5.0rc1), it will default to v2 output. This is due to the Rust implementation not initially having v1 output support.
Actions