From ca6e73830c5447553f52b15c67dd126dc8eb6b75 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Thu, 11 Jul 2024 14:08:04 -0600 Subject: [PATCH] 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. --- suricata.yaml.in | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) 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