I am getting event as below.
"rusage" => [
[0] "",
[1] "[mem=10000,mem=5000,VCS-BASE-RUNTIME=1]"
],
I want the value of mem as res_mem higher one among two keys with "mem" as new field.
output:
{
res_mem = 10000
}
I am getting event as below.
"rusage" => [
[0] "",
[1] "[mem=10000,mem=5000,VCS-BASE-RUNTIME=1]"
],
I want the value of mem as res_mem higher one among two keys with "mem" as new field.
output:
{
res_mem = 10000
}
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.