From: Jason Ish Date: Thu, 11 Jul 2024 20:08:04 +0000 (-0600) Subject: suricata.yaml: set dns log version to 3; link to docs X-Git-Tag: suricata-8.0.0-beta1~1027 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca6e73830c5447553f52b15c67dd126dc8eb6b75;p=thirdparty%2Fsuricata.git suricata.yaml: set dns log version to 3; link to docs Missed in the original PR, but update the commented out version to reflect the default, and a link to the upgrade notes. --- diff --git a/suricata.yaml.in b/suricata.yaml.in index 05f5a52aec..976e63295e 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -227,13 +227,10 @@ outputs: # to dump all HTTP headers for every HTTP request and/or response # dump-all-headers: none - dns: - # This configuration uses the new DNS logging format, - # the old configuration is still available: - # https://docs.suricata.io/en/latest/output/eve/eve-json-output.html#dns-v1-format - - # As of Suricata 5.0, version 2 of the eve dns output - # format is the default. - #version: 2 + # Suricata 8.0 uses a new DNS logging format, to keep with + # the old format while you upgrade the version can be set + # to 2. See https://docs.suricata.io/en/latest/upgrade/8.0-dns-logging-changes.html + #version: 3 # Enable/disable this logger. Default: enabled. #enabled: yes