Skip to content

Commit

Permalink
doc: small eve update: add dns
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjulien committed Oct 7, 2016
1 parent e3b2d95 commit 4126fd8
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion doc/userguide/output/eve/eve-json-output.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,25 @@ Metadata::
ssh: yes # enable dumping of ssh fields
smtp: yes # enable dumping of smtp fields

DNS
~~~

DNS records are logged one log record per query/answer record.

YAML::

- dns:
# control logging of queries and answers
# default yes, no to disable
query: yes # enable logging of DNS queries
answer: yes # enable logging of DNS answers
# control which RR types are logged
# all enabled if custom not specified
#custom: [a, aaaa, cname, mx, ns, ptr, txt]

To reduce verbosity the output can be filtered by supplying the record types
to be logged under ``custom``.

Multiple Logger Instances
~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -225,4 +244,5 @@ For most output types, you can add multiple:
enabled: yes
filename: alert-json2.log

Except for drop and tls, for those only one logger instance is supported.
Except for ``drop`` for which only a single logger instance is supported.

0 comments on commit 4126fd8

Please sign in to comment.