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