Private GIT

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

Update 11-pf.conf

parent f9527a88
Branches
Tags
No related merge requests found
...@@ -61,7 +61,10 @@ filter { ...@@ -61,7 +61,10 @@ filter {
if [prog] =~ /^openvpn/ { if [prog] =~ /^openvpn/ {
mutate { mutate {
add_tag => [ "openvpn" ] add_tag => [ "openvpn" ]
match => [ "message", "%{OPENVPN}" }
grok {
patterns_dir => ["/etc/logstash/conf.d/patterns"]
match => [ "message", "%{OPENVPN}"]
} }
} }
if [prog] =~ /^ntpd/ { if [prog] =~ /^ntpd/ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment