Kibana convert date values

Hello everyone,

I've loaded a csv file into logstash, which contains a date field,
I can see in elasticSearch JSON that data is successfully loaded but Kibana display it by converting the year value, for example :
It displays "10/06/1970 10:05" for the value "10/06/2019 10:05"

So I would like to know how Kibana is converting time into some different values?
Can anyone help pls

hey @soufiane1
Can you share the logstash configuration? I think it's missing a date formatting https://www.elastic.co/guide/en/logstash/current/plugins-filters-date.html

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