Json – Elasticsearch aggregation with .keyword does not returns the results
I have an Elasticsearch index, part of its mapping is as follows: ... }, "entity": { "properties": { "DateTime": { "type": "date" }, "Event": { "type": "keyword" }, "Location": { "type": "keyword" }, "Organ": { "type": "keyword" }, "Person": {…