Hi guys,
I have to analyze some datas, My mapping is like this:
"comments":{"type": "nested",
"properties":{
"count":{ "type": "integer" },
"data": { "type": "nested",
"properties": {
"created_time": { "type": "integer" }}
In kibana panel, or visualize, when I insert comments.count it says no result.
Do you know what can I do?