Private GIT

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

Update 20-dns-syslog.conf

parent c2bf0f3a
No related branches found
No related tags found
No related merge requests found
...@@ -8,10 +8,6 @@ input { ...@@ -8,10 +8,6 @@ input {
filter { filter {
date {
match => [ "date", "MMM d HH:mm:ss" ]
}
if "pihole" in [tags]{ if "pihole" in [tags]{
grok { grok {
patterns_dir => ["/etc/logstash/patterns/"] patterns_dir => ["/etc/logstash/patterns/"]
...@@ -152,7 +148,9 @@ filter { ...@@ -152,7 +148,9 @@ filter {
failed_cache_size => 512 failed_cache_size => 512
failed_cache_ttl => 900 failed_cache_ttl => 900
} }
date {
match => [ "date", "MMM d HH:mm:ss" ]
}
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment