Inside the each_value loop, put another loop that iterates over the key/value pairs in value and copies them:
value.each_pair { |k, v|
event[k] = v
}
Inside the each_value loop, put another loop that iterates over the key/value pairs in value and copies them:
value.each_pair { |k, v|
event[k] = v
}
© 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.