I figured it out!
The issue was the field name was not identified correctly.
Based on my data structure, the array was parsed from data.
data {
[0] { "root": "true"}
[1] { "root": "false"}
}
So it worked by:
[data][0][root]
I figured it out!
The issue was the field name was not identified correctly.
Based on my data structure, the array was parsed from data.
data {
[0] { "root": "true"}
[1] { "root": "false"}
}
So it worked by:
[data][0][root]
© 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.