when i post a datetime value, kibana table not same with json format
it is format table
it is format json
when i post a datetime value, kibana table not same with json format
it is format table
it is format json
I believe this is because the JSON document shows the timestamp in UTC timezone (which is what is indexed into Elasticsearch), while Kibana is able to change this into local time based on the browser timezone in the table view.
i see. how to change kibana date format to same like my regional (UTC +7)
Apart from the raw documents, which is what you see in the JSON view, Kibana should adjust timestamps to local timezone elsewhere. Timestamps in Elasticsearch has to be in UTC, so changing the timestamp in the JSON is not really possible.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.