Private GIT

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

Update 11-pf.conf

Referenced OPENVPN grok pattern (compliments from swedismike).
parent dbb9f4f3
Branches
Tags
No related merge requests found
...@@ -61,6 +61,7 @@ filter { ...@@ -61,6 +61,7 @@ filter {
if [prog] =~ /^openvpn/ { if [prog] =~ /^openvpn/ {
mutate { mutate {
add_tag => [ "openvpn" ] add_tag => [ "openvpn" ]
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