Currently ElasticSplunk doesn't handle nested documents in search hits from Elastic (it does handle searches although - object.object.attr:value in query argument).
This can be handled as it is done in resultd by Kibana, by flattening nested documents like:
Currently ElasticSplunk doesn't handle nested documents in search hits from Elastic (it does handle searches although - object.object.attr:value in query argument).
This can be handled as it is done in resultd by Kibana, by flattening nested documents like:
Into: l1.l2.attr1:value
The same structure can be used for searches.
Thanks @heipei for bringing this up.