]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
dns-log: remove from config
authorJason Ish <ish@unx.ca>
Tue, 18 Jun 2019 05:00:48 +0000 (23:00 -0600)
committerVictor Julien <victor@inliniac.net>
Fri, 21 Jun 2019 05:26:00 +0000 (07:26 +0200)
dns-log has been removed from the code.

Redmine issue:
https://redmine.openinfosecfoundation.org/issues/2297

suricata.yaml.in

index e8f4acd1eed402f556eb78af5e9ad0ade9434927..4f7c1be79f98353100ac4af417bc84e6635ea7c6 100644 (file)
@@ -329,14 +329,6 @@ outputs:
       enabled: no
       #certs-log-dir: certs # directory to store the certificates files
 
-  # a line based log of DNS requests and/or replies (no alerts)
-  # Note: not available when Rust is enabled (--enable-rust).
-  - dns-log:
-      enabled: no
-      filename: dns.log
-      append: yes
-      #filetype: regular # 'regular', 'unix_stream' or 'unix_dgram'
-
   # Packet log... log packets in pcap format. 3 modes of operation: "normal"
   # "multi" and "sguil".
   #