Private GIT

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

Update 20-dns-syslog.conf

parent 715802cc
No related branches found
No related tags found
No related merge requests found
......@@ -131,6 +131,14 @@ filter {
}
}
else if [message] =~ "cached" and [message] =~ "CNAME" {
mutate {
add_tag => [ "cached domain to ip cname" ]
}
}
else if [domain_request] and [message] =~ "cached" {
mutate {
add_tag => [ "cached domain to ip" ]
......@@ -140,12 +148,6 @@ filter {
}
}
else if [message] =~ "cached" and [message] =~ "CNAME" {
mutate {
add_tag => [ "cached domain to ip cname" ]
}
}
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