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

Commit

Permalink
Update 45-cleanup.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew authored Dec 26, 2021
1 parent d78fec8 commit a712bed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions etc/pfelk/conf.d/45-cleanup.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 45-cleanup.conf
################################################################################
# Version: 21.10 #
# Version: 22.01 #
# 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 @@ -14,7 +14,6 @@ filter {
mutate {
remove_field => ["pfelk_message"]
remove_field => ["filter_message"]
remove_field => ["type"]
split => { "[pf][tcp][options]" => ";" }
rename => { "message" => "[event][original]" }
}
Expand Down

0 comments on commit a712bed

Please sign in to comment.