Multilple field names are not getting renamed using logstash

mutate
{
rename => { "10" => "CheckSum"
"103" => "OrdRejReason"
"107" => "SecurityDesc"
"108" => "HeartBtInt"
"109" => "ClientID"
"11" => "ClOrdID"
"112" => "TestReqID"
}

I'm trying to rename these fields i tried writting rename for each field as well, but when i load elastic search discover, i can see only first field got renamed. Am trying since 2 days, not getting any solution

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.