I am receiving metricbeat data on logstash and I want to remove certain part of it.
how can I remove this
I try
mutate { remove_field => [ "[process][args]0","[process][args]1" ] }
try
mutate { remove_field => [ "[process][args][0]","[process][args][1]" ] }
but none of them works.
infact I did follow one of the link I found here to remove whole process.args but that didn't work either.
"process" => {
"args" => [
[0] "/usr/bin/perl",
[1] "/report/bin/node_agent.pl"