Why value table and json is different in kibana?

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.