Skip to content

Commit

Permalink
write
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Aug 7, 2023
1 parent 34b0fc2 commit 5c47c14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/ps-latencybg.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ filter {
}
}

mutate{ add_field => { "[@metadata][type]" => "ps_packetloss" } }
mutate{ add_field => { "[@metadata][type]" => "ps_packetloss_write" } }

# duplicate
clone { clones => ["owd"] }
Expand Down
2 changes: 1 addition & 1 deletion configs/ps-throughput.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ filter {

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

0 comments on commit 5c47c14

Please sign in to comment.