Date field shows different values

Hi,
i have a python script that converts CSV files into ndjson files, add a date custom field with iso format and pushes to elk using the 'Elasticsearch' package.
I'm having an issue with the values shows in the Kibana, for example:
my iso format date string is - '2021-11-10T21:37:22' but this value doesn't shows in kibana(in other indexes i get values i didnt set at all...)
any advise?

Hello @Aviel_Bashari

It sounds like you may be having a time zone problem. Have you tried setting your timezone in the Advanced Settings?

Thanks,
Matt

thanks!
i change the time to UTC and all times aligned.

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