I'm using elasticsearch REST API to add some data to be used in kibana dashboard. I have time stamps in this format 2015-08-04 10:13:14. This format seems to be incompatible with kibana.
Is there any way to convert it to something like logstash timestamps (2015-08-04T10:13:14.000Z) or any other solution to get kibana work on this?