Skip to content

Firewall log filter for Logstash to parse the filter events

License

Notifications You must be signed in to change notification settings

fabianfrz/logstash-filter-opnsensefilter

Repository files navigation

Logstash filter to parse the firewall log of OPNsense

Example:

input {
  stdin {
  }
}
filter {
    opnsensefilter {}
}

output {
    stdout { }
}