I have an index in elastic search. One of the fields in date time format has this format ""yyyy-MM-dd-HH:mm:ss.SSS". When we see this index on Kibana, it automatically adds +5.30 hours to date.
After searching I know that date time should be stored with time zone in ES. But I just want to display it without Kibana converting forcibly into UTC format. How can this be done?