diff --git a/doc/userguide/partials/eve-log.yaml b/doc/userguide/partials/eve-log.yaml index c6c0e3a888..88fbd52601 100644 --- a/doc/userguide/partials/eve-log.yaml +++ b/doc/userguide/partials/eve-log.yaml @@ -156,6 +156,8 @@ outputs: # NFS logging. Requires Rust. - nfs + # IKEv2 logging. Requires Rust. + - ikev2 - ssh - stats: totals: yes # stats for all threads merged together diff --git a/doc/userguide/rules/intro.rst b/doc/userguide/rules/intro.rst index 07afe222d2..1be6e937dc 100644 --- a/doc/userguide/rules/intro.rst +++ b/doc/userguide/rules/intro.rst @@ -78,6 +78,7 @@ you can pick from. These are: * dnp3 (disabled by default) * enip (disabled by default) * nfs (depends on rust availability) +* ikev2 (depends on rust availability) * ntp (depends on rust availability) The availability of these protocols depends on whether the protocol is enabled in the configuration file suricata.yaml.