]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
suricata.yaml: set dns log version to 3; link to docs
authorJason Ish <jason.ish@oisf.net>
Thu, 11 Jul 2024 20:08:04 +0000 (14:08 -0600)
committerVictor Julien <victor@inliniac.net>
Fri, 12 Jul 2024 08:47:48 +0000 (10:47 +0200)
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

index 05f5a52aec163d1216cb0f4ba8923c2a6a93d1b7..976e63295e2a8838aa48d9c3121d9a64099ef35c 100644 (file)
@@ -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