diff --git a/configs/ps-latencybg.conf b/configs/ps-latencybg.conf index 9133fdd..8c6cbaa 100644 --- a/configs/ps-latencybg.conf +++ b/configs/ps-latencybg.conf @@ -16,7 +16,7 @@ filter { } } - mutate{ add_field => { "[@metadata][type]" => "ps_packetloss" } } + mutate{ add_field => { "[@metadata][type]" => "ps_packetloss_write" } } # duplicate clone { clones => ["owd"] } diff --git a/configs/ps-throughput.conf b/configs/ps-throughput.conf index c9f6fb2..0afac08 100644 --- a/configs/ps-throughput.conf +++ b/configs/ps-throughput.conf @@ -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" } }