Private GIT

Skip to content
Snippets Groups Projects
Commit 9f508e18 authored by nin9s's avatar nin9s
Browse files

grok

parent 6b8ca3ee
Branches
Tags
No related merge requests found
File deleted
...@@ -73,6 +73,12 @@ filter { ...@@ -73,6 +73,12 @@ filter {
# to do cached and cached reverse # to do cached and cached reverse
else if [message] =~ "cached" and [message] =~ "NXDOMAIN" {
mutate {
add_tag => [ "cached NXDOMAIN" ]
}
}
else if [NODATA-IPv4] { else if [NODATA-IPv4] {
mutate { mutate {
add_tag => [ "NODATA" ] add_tag => [ "NODATA" ]
...@@ -157,11 +163,6 @@ filter { ...@@ -157,11 +163,6 @@ filter {
} }
} }
else if [message] =~ "cached" and [message] =~ "NXDOMAIN" {
mutate {
add_tag => [ "cached NXDOMAIN" ]
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment