While using Kibana , i am facing this issue.
The request is going from Kibana as
{"range":{"TimeStamp":{"from":"2013-05-03T02:12:24.043Z","to":"2013-05-03T08:12:24.044Z"}}}
But timestamp in ES is in another format as told in index meta (dd-MM-yyyy HH:mm:ss)
Due to this am getting a
× Oops! TransportSerializationException[Failed to deserialize exception response from stream]
There should be some option to edit the timestamp format
While using Kibana , i am facing this issue.
The request is going from Kibana as
{"range":{"TimeStamp":{"from":"2013-05-03T02:12:24.043Z","to":"2013-05-03T08:12:24.044Z"}}}
But timestamp in ES is in another format as told in index meta (dd-MM-yyyy HH:mm:ss)
Due to this am getting a
× Oops! TransportSerializationException[Failed to deserialize exception response from stream]
There should be some option to edit the timestamp format