How can I retrieve a value from an array using ESQL in Elasticsearch?
I have a dataset in Elasticsearch in which I’m trying to retrieve values from a particular field. This field has some values stored in an array (e.g. [AGENT, LOCATION]
), while others are not (e.g. simply just AGENT
).