Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit 6368cd46 authored by 9S's avatar 9S Committed by GitHub
Browse files

Update 20-dns-syslog.conf

parent 9f508e18
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ filter { ...@@ -73,7 +73,7 @@ filter {
# to do cached and cached reverse # to do cached and cached reverse
else if [message] =~ "cached" and [message] =~ "NXDOMAIN" { if [message] =~ "cached" and [message] =~ "NXDOMAIN" {
mutate { mutate {
add_tag => [ "cached NXDOMAIN" ] add_tag => [ "cached NXDOMAIN" ]
} }
...@@ -91,7 +91,7 @@ filter { ...@@ -91,7 +91,7 @@ filter {
} }
} }
if [request_from] and [message] =~ "query" { else if [request_from] and [message] =~ "query" {
mutate { mutate {
add_tag => [ "request and query type" ] add_tag => [ "request and query type" ]
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment