I am using the CSV upload to import a data file with roughly 300k entries. Import works fine, but I have some questions about time zones.
I have a field looking like this 2022-11-04 00:09:09 that does not contain a timezone. My expectation was, that this is imported as UTC, but apparently Kibana tries to be smart and somehow takes my local timezone into account, which then offsets my queries by that timezone.
Is this a feature I can disable - or mentioned in the docs? I couldn’t see this with a quick search. I also cannot seem to set a default timezone in the import or I was blind.
The default time zone for @timestamp field in kibana import is event.timezone.
By default, Ingest pipeline parse the CSV file and add your browser timezone thanks to event.timezone. You can update it from “Advanced“ settings just before push the data. Please note that It’ll affect the timestamp not @timestamp
The @timestamp field must be preserved as is. You should see two data fields @timestamp and timestamp. Kibana discover sort by original time value by default.
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.