Kibana is showing one field value different from elasticsearch

Kibana is showing one field value different from elasticsearch.

In elasticsearch, log_date is "2018-07-08".

In kibana, it is showing as "July 7th 2018, 20:00:00.000".

How do I make it show as "2018-07-08" in kibana?

kibana > discover

kibana > management > index pattern

What is the time field configured on the index pattern for this data? Time will point to that and if it's not execution_end_date, this is probably expected

How do I make it show as "2018-07-08" in kibana?

Field formatters.

See this article

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