]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
suricata.yaml: add missing custom tls fields
authorJason Ish <jason.ish@oisf.net>
Fri, 18 Oct 2024 15:11:22 +0000 (09:11 -0600)
committerVictor Julien <victor@inliniac.net>
Mon, 21 Oct 2024 18:19:28 +0000 (20:19 +0200)
Also update the suricata.yaml in the userguide.

doc/userguide/partials/eve-log.yaml
suricata.yaml.in

index 12362fe84bacff77ead9c4f94139f0559c1f2733..05faf209d4b53caf507c5428afc298c22efbe143 100644 (file)
@@ -181,7 +181,8 @@ outputs:
             # session id
             #session-resumption: no
             # custom controls which TLS fields that are included in eve-log
-            #custom: [subject, issuer, session_resumed, serial, fingerprint, sni, version, not_before, not_after, certificate, chain, ja3, ja3s, ja4]
+            # WARNING: enabling custom disables extended logging.
+            #custom: [subject, issuer, session_resumed, serial, fingerprint, sni, version, not_before, not_after, certificate, chain, ja3, ja3s, ja4, subjectaltname, client, client_certificate, client_chain, client_alpns, server_alpns]
         - files:
             force-magic: no   # force logging magic on all logged files
             # force logging of checksums, available hash functions are md5,
index f191bf60b9da602e521f528563da8d674909f706..7bf4165c362a7cfd4ff602a6d5b4021f0b596ede 100644 (file)
@@ -273,7 +273,7 @@ outputs:
             #session-resumption: no
             # custom controls which TLS fields that are included in eve-log
             # WARNING: enabling custom disables extended logging.
-            #custom: [subject, issuer, session_resumed, serial, fingerprint, sni, version, not_before, not_after, certificate, chain, ja3, ja3s, ja4, subjectaltname]
+            #custom: [subject, issuer, session_resumed, serial, fingerprint, sni, version, not_before, not_after, certificate, chain, ja3, ja3s, ja4, subjectaltname, client, client_certificate, client_chain, client_alpns, server_alpns]
         - files:
             force-magic: no   # force logging magic on all logged files
             # force logging of checksums, available hash functions are md5,