|
|
@ -80,6 +80,10 @@ The most common way to use this is through 'EVE', which is a firehose approach w
|
|
|
|
#custom: [a, aaaa, cname, mx, ns, ptr, txt]
|
|
|
|
#custom: [a, aaaa, cname, mx, ns, ptr, txt]
|
|
|
|
- tls:
|
|
|
|
- tls:
|
|
|
|
extended: yes # enable this for extended logging information
|
|
|
|
extended: yes # enable this for extended logging information
|
|
|
|
|
|
|
|
# custom allows to control which tls fields that are included
|
|
|
|
|
|
|
|
# in eve-log
|
|
|
|
|
|
|
|
#custom: [subject, issuer, fingerprint, sni, version, not_before, not_after, certificate, chain]
|
|
|
|
|
|
|
|
|
|
|
|
- files:
|
|
|
|
- files:
|
|
|
|
force-magic: no # force logging magic on all logged files
|
|
|
|
force-magic: no # force logging magic on all logged files
|
|
|
|
# force logging of checksums, available hash functions are md5,
|
|
|
|
# force logging of checksums, available hash functions are md5,
|
|
|
@ -181,6 +185,24 @@ YAML::
|
|
|
|
To reduce verbosity the output can be filtered by supplying the record types
|
|
|
|
To reduce verbosity the output can be filtered by supplying the record types
|
|
|
|
to be logged under ``custom``.
|
|
|
|
to be logged under ``custom``.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TLS
|
|
|
|
|
|
|
|
~~~
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TLS records are logged one record per session.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
YAML::
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- tls:
|
|
|
|
|
|
|
|
extended: yes # enable this for extended logging information
|
|
|
|
|
|
|
|
# custom allows to control which tls fields that are included
|
|
|
|
|
|
|
|
# in eve-log
|
|
|
|
|
|
|
|
#custom: [subject, issuer, fingerprint, sni, version, not_before, not_after, certificate, chain]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The default is to log certificate subject and issuer. If ``extended`` is
|
|
|
|
|
|
|
|
enabled, then the log gets more verbose.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
By using ``custom`` it is possible to select which TLS fields to log.
|
|
|
|
|
|
|
|
|
|
|
|
Multiple Logger Instances
|
|
|
|
Multiple Logger Instances
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
|
|