if I save with right timezone then result in kibana is off.
We want to let elasticsearch and kibana handle their thing. As all of you mentions in other posts.
and retrieve data using time_zone
because very few people are going to retrieve data using query
we have different data from CST/GMT/SGT and many more timezone.
if we convert it while ingestion we will have to change timezone in kibana setting for everyone as well.
Sorry I am not able to make it clear.
let me try again.
I want date field ingested and converted by Elasticsearch and Kibana as it should be doing by default ( that is convert everything to UTC, and display back on kibana with broweser time)
above is working as it is design by ELK
But currently when I go to dev tool and run query date is in UTC.
Where I would like to convert to whatever timezone I define in query which is not working.
Not when giving back the results. I mean that elasticsearch always gives you back the document as it has been indexed with no transformation. If this is what you mean.
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.