From a3832e4594832c8af058908ab230c8a60b09fd22 Mon Sep 17 00:00:00 2001 From: Konstantin Klinger Date: Mon, 23 Jul 2018 14:48:29 +0200 Subject: [PATCH] yaml: add note for dns.log with Rust It is not availbale when rust is enabled. --- suricata.yaml.in | 1 + 1 file changed, 1 insertion(+) diff --git a/suricata.yaml.in b/suricata.yaml.in index 757e4169d6..9a23c10821 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -297,6 +297,7 @@ outputs: #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