]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
userguide: update tls not_after/not_before mentions
authorJuliana Fajardini <jufajardini@oisf.net>
Thu, 16 Nov 2023 17:37:32 +0000 (14:37 -0300)
committerVictor Julien <victor@inliniac.net>
Fri, 17 Nov 2023 21:24:16 +0000 (22:24 +0100)
Our tls fields not_after and not_before are actually logged as
`notafter` and `notbefore`, but were documented with the underscore.

Update the documentation, since updating the log format itself would be
a breaking change.

Task #5494

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

index d3cc6eefbafa556ea17dcb47b5842bb22c599c3f..0c7bc867aeb624417bae3d289e9b0ac6537d87e4 100644 (file)
@@ -1041,8 +1041,8 @@ If extended logging is enabled the following fields are also included:
 * "fingerprint": The (SHA1) fingerprint of the TLS certificate
 * "sni": The Server Name Indication (SNI) extension sent by the client
 * "version": The SSL/TLS version used
-* "not_before": The NotBefore field from the TLS certificate
-* "not_after": The NotAfter field from the TLS certificate
+* "notbefore": The NotBefore field from the TLS certificate
+* "notafter": The NotAfter field from the TLS certificate
 * "ja3": The JA3 fingerprint consisting of both a JA3 hash and a JA3 string
 * "ja3s": The JA3S fingerprint consisting of both a JA3 hash and a JA3 string