Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
Update 49-cleanup.pfelk
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew authored Mar 18, 2023
1 parent f560e35 commit b80cfac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/pfelk/conf.d/49-cleanup.pfelk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 49-cleanup.pfelk
################################################################################
# Version: 22.04 #
# Version: 23.03 #
# Required: No - Optional #
# Description: Removed unwanted logs based on the process.pid field and #
# additional fields. Additionally, pf.tcp.options is split (multiple values) #
Expand All @@ -12,7 +12,7 @@ filter {
# drop { }
# }
mutate {
remove_field => ["filter_message"]
remove_field => ["filter_message", "pfelk"]
split => { "[pf][tcp][options]" => ";" }
rename => { "message" => "[event][original]" }
}
Expand Down

0 comments on commit b80cfac

Please sign in to comment.