]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: add removal of individual json loggers
authorJason Ish <jason.ish@oisf.net>
Tue, 8 Sep 2020 19:29:11 +0000 (13:29 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 9 Sep 2020 18:54:22 +0000 (20:54 +0200)
Add link to multiple eve instances as a replacement for this
feature.

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

index 69f8b071fc7ed1374d15d6a1d4dae6271b820662..b49bca44f543f4f57deef036890ec94125551eec 100644 (file)
@@ -353,6 +353,8 @@ The example above rotates eve-log each 30 seconds. This could be replaced with
 ``30m`` to rotate every 30 minutes, ``30h`` to rotate every 30 hours, ``30d``
 to rotate every 30 days, or ``30w`` to rotate every 30 weeks.
 
+.. _multiple-eve-instances:
+
 Multiple Logger Instances
 ~~~~~~~~~~~~~~~~~~~~~~~~~
 
index 1dc92b7944da4b57e0b5c228cdada781bf0276ef..e9b274bad832a5597b9a2e8b15aa995eea817c01 100644 (file)
@@ -49,6 +49,9 @@ Removals
 ~~~~~~~~
 - File-store v1 has been removed. If using file extraction, the file-store configuration
   will need to be updated to version 2. See :ref:`filestore-update-v1-to-v2`.
+- Individual Eve (JSON) loggers have been removed. For example,
+  ``stats-json``, ``dns-json``, etc. Use multiple Eve logger instances
+  if this behavior is still required. See :ref:`multiple-eve-instances`.
 
 Upgrading 4.1 to 5.0
 --------------------