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
Tags v0.5.1
No related merge requests found
......@@ -14,7 +14,7 @@ input {
filter {
if "pihole" in [tags]{
if "pihole" in [tags] {
grok {
patterns_dir => ["/etc/logstash/patterns/"]
match => {
......@@ -164,8 +164,6 @@ filter {
}
mutate {
add_field => {
"[source_fqdn]" => "%{source_host}"
......@@ -189,6 +187,7 @@ filter {
}
}
output {
# stdout { codec => rubydebug }
if "pihole" in [tags]{
......@@ -199,4 +198,3 @@ output {
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment