]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc/userguide: updates for eve dns v1 removal
authorJason Ish <jason.ish@oisf.net>
Wed, 27 Apr 2022 19:13:07 +0000 (13:13 -0600)
committerVictor Julien <vjulien@oisf.net>
Sat, 30 Apr 2022 06:00:48 +0000 (08:00 +0200)
Ticket: #4157

doc/userguide/output/eve/eve-json-output.rst
doc/userguide/upgrade.rst

index b2079ea4571d89e7feba78ec3a708245de0ab528..e13e5e10f604fb2e5805333fbbb102aed4179295 100644 (file)
@@ -211,11 +211,12 @@ x_bluecoat_via          x-bluecoat-via
 In the ``custom`` option values from both columns can be used. The
 ``HTTP Header`` column is case insensitive.
 
+.. _output-eve-dns:
+
 DNS
 ~~~
 
-.. note:: As of Suricata 5.0, the version 2 format of the EVE DNS log
-          is the default.
+.. note:: As of Suricata 7.0 the v1 EVE DNS format has been removed.
 
 DNS records are logged as one entry for the request, and one entry for
 the response.
@@ -223,8 +224,6 @@ the response.
 YAML::
 
         - dns:
-            # As of Suricata 5.0, version 2 of the eve dns output
-            # format is the default.
             #version: 2
 
             # Enable/disable this logger. Default: enabled.
@@ -247,29 +246,6 @@ YAML::
             # Default: all.
             #types: [a, aaaa, cname, mx, ns, ptr, txt]
 
-DNS v1 Format
-~~~~~~~~~~~~~
-
-The version 1 DNS output has been obsoleted by the version 2 output
-above. The v1 format logs a record per answer in the response possibly
-resulting in much more than 2 log records per request and response.
-
-YAML::
-
-        - dns:
-            # Must set the version to 1 to get the old style format.
-            version: 1
-            # control logging of queries and answers
-            # default yes, no to disable
-            query: yes     # enable logging of DNS queries
-            answer: yes    # enable logging of DNS answers
-            # control which RR types are logged
-            # all enabled if custom not specified
-            #custom: [a, aaaa, cname, mx, ns, ptr, txt]
-
-To reduce verbosity the output can be filtered by supplying the record types
-to be logged under ``custom``.
-
 TLS
 ~~~
 
index cece4186f7837682047749f89ee22fcea5cbfc97..9f2df10ef592cea8f403b040b194dfe34ae92faa 100644 (file)
@@ -40,6 +40,7 @@ Major changes
 Removals
 ~~~~~~~~
 - The libprelude output plugin has been removed.
+- EVE DNS v1 logging support has been removed. If still using EVE DNS v1 logging, see the manual section on DNS logging configuration for the current configuration options: :ref:`DNS EVE Configuration <output-eve-dns>`
 
 Logging changes
 ~~~~~~~~~~~~~~~