Skip to content

Commit

Permalink
trace write
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Aug 7, 2023
1 parent 5c47c14 commit 0dcbd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/ps-trace.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ filter {

if ![tags] { # for problematic things don't remove fields
mutate{
add_field => { "[@metadata][type]" => "ps_trace" }
add_field => { "[@metadata][type]" => "ps_trace_write" }
remove_field => ["type", "test", "result", "@timestamp"]
convert => { "ipv6" => "boolean" }
}
Expand Down

0 comments on commit 0dcbd59

Please sign in to comment.