Hi ,
I have an index in Elasticsearch in which one of the text fields(qtext) has values like below -
{ delete: "UsDetails", ordered: true, txnNumber: 381, $db: "apt", $clusterTime: { clusterTime: Timestamp(1607955967, 25), signature: { hash: BinData(0, A1E67538EDDC0E21C81960AF287), keyId: 688361470713454228204 } }, lsid: { id: UUID("12ac052a-2344-1112-ac97-b0bf6b58d3de") } }
I am trying to create a visualization in Kibana - aggregate metric count, group by the above field(qtext). But it does not work, it does not give any error, just says 'No Data to display'
The field is searchable and aggregatable.
Is it due to special characters in the field or just that the field is too large or how can I do aggregations on this field ?