Actions
Feature #1886
closeddns: output filtering
Effort:
Difficulty:
Label:
Description
DNS output is very verbose. https://github.com/inliniac/suricata/pull/2185 adds filtering per record type and allows only logging of requests or responses.
- dns:
# control logging of queries and answers
# default yes, no to disable
query: yes # enable logging of DNS queries
answer: no # 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]
No data to display
Actions