Private GIT

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

Update 20-dns-syslog.conf

parent 74f1c100
No related branches found
No related tags found
No related merge requests found
...@@ -164,8 +164,6 @@ filter { ...@@ -164,8 +164,6 @@ filter {
} }
mutate { mutate {
add_field => { add_field => {
"[source_fqdn]" => "%{source_host}" "[source_fqdn]" => "%{source_host}"
...@@ -189,6 +187,7 @@ filter { ...@@ -189,6 +187,7 @@ filter {
} }
} }
output { output {
# stdout { codec => rubydebug } # stdout { codec => rubydebug }
if "pihole" in [tags]{ if "pihole" in [tags]{
...@@ -199,4 +198,3 @@ output { ...@@ -199,4 +198,3 @@ output {
} }
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment