Elastic Search Grafana Timezone Issue

We are ingesting data into ES using Kafka. Below is sample data.

2017-12-21 17:10:10,server1,CPU_Utilization,13.38
2017-12-21 17:10:40,server1,CPU_Utilization,10.42

Data is getting ingested into ES in following format. It is ingesting timezone due to which data is not getting displayed on proper time in Grafana.

“metric_time” : "2017-12-21 17:10:10 -0500"
“metric_time” : “2017-12-21 17:10:40 -0500”

Grafana version is 3.1.1. Is there any way to handle this timezone in Grafana. We can’t change the same in ES. Please provide any inputs on this.

Hi,

I’m afraid not. Maybe you can use the timeshift or override relative time features.

Marcus