Hi,
I am receiving nested json objects into an array in logstash. Logstash does not index fields within the array (I see unindexed fields cannot be searched message on kibana). How can I change the object mapping from an array of objects to nested objects?
jsonmessage.data_json is the array of objects in my case.