Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit e9f73c3b authored by Andrew's avatar Andrew Committed by GitHub
Browse files

Update 10-pf.conf

parent df9a1f1f
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ filter { ...@@ -7,7 +7,7 @@ filter {
} }
grok { grok {
patterns_dir => ["/etc/logstash/conf.d/patterns"] patterns_dir => ["/etc/logstash/conf.d/patterns"]
match => [ "message", "%{OPNSENSE}"] match => [ "message", "%{PFSENSE}", "message", "%{OPNSENSE}" ]
} }
mutate { mutate {
replace => [ "message", "%{msg}" ] replace => [ "message", "%{msg}" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment