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 { }
}

About

Firewall log filter for Logstash to parse the filter events

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages