Time filter problem

Hi , i have store a logdate with value of (2018 02 01 13:19:09#+00)
this field define as date
, but in kibana i see one month before in the results
any idea ?
{
"_index": "biglogs-local-2018-02-01",
"_type": "fast_type",
"_version": 1,
"_score": null,
"_source": {
"logdate": "2018 02 01 13:19:09#+00",
"user": "anonymous",
},
"fields": {
"logdate": [
"2018-01-01T13:19:09.000Z"
]
},
"sort": [
1514812749000
]
}

I suspect there's a parsing error somewhere with the date field, can you share your mappings for it?

We're tracking this at https://github.com/elastic/elasticsearch/issues/28484

Thanks , the link help me to solved the problem

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.