Private GIT

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

Update 10-pf.conf

parent 44a907e2
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ filter { ...@@ -6,7 +6,7 @@ filter {
match => [ "message" => "%{SYSLOGTIMESTAMP:syslog_timestamp} %{SYSLOGHOST:syslog_hostname} %{DATA:syslog_program}(?:\[%{POSINT:syslog_pid}\])?: %{GREEDYDATA:syslog_message}" ] match => [ "message" => "%{SYSLOGTIMESTAMP:syslog_timestamp} %{SYSLOGHOST:syslog_hostname} %{DATA:syslog_program}(?:\[%{POSINT:syslog_pid}\])?: %{GREEDYDATA:syslog_message}" ]
# OPNsense # OPNsense
# pfSense - Enable/Disable the line below based on firewall platform # 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}(?:\[%{POSINT:syslog_pid}\])?: %{GREEDYDATA:syslog_message}" ]
# pfSense # pfSense
add_field => [ "received_at", "%{@timestamp}" ] add_field => [ "received_at", "%{@timestamp}" ]
add_field => [ "received_from", "%{host}" ] 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