I misread the rubydebug. How about this?
ruby {
code => '
event.get("result").each { |k, v|
if v.is_a? Hash and v.key? "value"
event.remove("[result][#{k}][value]")
end
}
'
}
I misread the rubydebug. How about this?
ruby {
code => '
event.get("result").each { |k, v|
if v.is_a? Hash and v.key? "value"
event.remove("[result][#{k}][value]")
end
}
'
}
© 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.