OK, so what I observed when I change mapping like
PUT clust
{
"mappings": {
"clust": {
"properties": {
"time": {
"type": "date",
"format": "yyyy-MM-dd"
}
}
}
}
}
I can see time field in the kibana drop down , but again no data or document at any time interval in kiaban discover tab. What I conclude , since i am using "format": "yyyy-MM-dd" for time field which is Epoch , they are not mapped ? Please suggest what would be the best format for my epoch time ?