Skip to content

Commit

Permalink
removing convertion to text
Browse files Browse the repository at this point in the history
  • Loading branch information
MehaSal committed Dec 1, 2023
1 parent eef687b commit efedc1b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions config/processors/db_audit_citrix.admin.conf
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ filter {
locale => "en"
target => "[event][end]"
}
mutate {
convert => { "message" => "string" }
}
}
output {
pipeline { send_to => [enrichments] }
Expand Down
3 changes: 0 additions & 3 deletions config/processors/db_audit_citrix.session.conf
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ filter {
locale => "en"
target => "[event][created]"
}
mutate {
convert => { "message" => "string" }
}
}
output {
pipeline { send_to => [enrichments] }
Expand Down

0 comments on commit efedc1b

Please sign in to comment.