Hi... my csv file contains closedDate with only date(e.g: 9/3/2019) and createdDate with date and time(e.g: 9/4/2019 06:40).
I'm able to convert "closedDate" field to date format but "createdDate" field is remaining as string.
You may need to use the timezone option on the date filter. elasticsearch always stores timestamps as UTC. You use the timezone option to tell logstash what the local timezone on the log file is. kibana will translate the UTC timestamps from elasticsearch into the browsers local timezone.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.