From: Jason Ish Date: Mon, 13 Sep 2021 20:28:49 +0000 (-0600) Subject: doc/upgrade: move ike logging changes to 7.0 changes X-Git-Tag: suricata-7.0.0-beta1~1404 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e9d1e813a0ecc5e2b2e3ebae4b6561a886c7c24;p=thirdparty%2Fsuricata.git doc/upgrade: move ike logging changes to 7.0 changes Was mistakenly put in 6.0 changes. --- diff --git a/doc/userguide/upgrade.rst b/doc/userguide/upgrade.rst index cbd73a63ce..d15516d693 100644 --- a/doc/userguide/upgrade.rst +++ b/doc/userguide/upgrade.rst @@ -39,6 +39,11 @@ Major changes Removals ~~~~~~~~ +Logging changes +~~~~~~~~~~~~~~~ +- IKEv2 Eve logging changed, the event_type has become ``ike``. The fields ``errors`` and ``notify`` have moved to + ``ike.ikev2.errors`` and ``ike.ikev2.notify``. + Other changes ~~~~~~~~~~~~~ - NSS is no longer required. File hashing and JA3 can now be used without the NSS compile time dependency. @@ -73,11 +78,6 @@ Removals if this behavior is still required. See :ref:`multiple-eve-instances`. - Unified2 has been removed. See :ref:`unified2-removed`. -Logging changes -~~~~~~~~~~~~~~~ -- IKEv2 Eve logging changed, the event_type has become ``ike``. The fields ``errors`` and ``notify`` have moved to - ``ike.ikev2.errors`` and ``ike.ikev2.notify``. - Upgrading 4.1 to 5.0 --------------------