Private GIT

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

Update 10-pf.conf

parent d8f0d144
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ filter {
match => [ "message" => "%{SYSLOGTIMESTAMP:syslog_timestamp} %{SYSLOGHOST:syslog_hostname} %{DATA:syslog_program}(?:\[%{POSINT:syslog_pid}\])?: %{GREEDYDATA:syslog_message}" ]
# OPNsense
# pfSense - Enable/Disable the line below based on firewall platform
# match => [ "message" => "%{SYSLOGTIMESTAMP:syslog_timestamp} %{DATA:syslog_program}(?:\[%{POSINT:syslog_pid}\])?: %{GREEDYDATA:syslog_message}" ]
# match => [ "message" => "%{SYSLOGTIMESTAMP:syslog_timestamp} %{DATA:syslog_program} %{GREEDYDATA:syslog_message}" ]
# pfSense
add_field => [ "received_at", "%{@timestamp}" ]
add_field => [ "received_from", "%{host}" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment