Private GIT

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

Update 11-firewall.conf

parent f4e95eb8
Branches
Tags
No related merge requests found
# 11-firewall.conf # 11-firewall.conf
filter { filter {
if "pf" in [tags] and [syslog_program] =~ /^filterlog$/ { if "pf" in [tags] and [syslog_program] =~ /^filterlog$/ {
mutate {
remove_field => [ "msg", "datetime" ]
}
grok { grok {
add_tag => [ "firewall" ] add_tag => [ "firewall" ]
patterns_dir => ["/etc/logstash/conf.d/patterns"] patterns_dir => ["/etc/logstash/conf.d/patterns"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment