Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Kibana to display @timestamp field into a readable format

I setup an ELK stack (Elasticsearch, Logstash, and Kibana)

I wonder how to display the @timestamp field into a readable format which contains this format YYYY-MM-DDTHH:mm:ss.SSSZ

I want the Kibana to display something like HH:mm:ss DD MM YYYY

Note:

I'd like to configure the @timestamp field in Kibana because I don't wanna setup logstash to add additional field just to display timestamp in a readable fasion. Thanks

like image 341
Nataraki Avatar asked Mar 17 '23 01:03

Nataraki


1 Answers

Kibana4 (now in beta3) allows you to specify a dateFormat in the settings.

like image 128
Alain Collins Avatar answered Mar 23 '23 12:03

Alain Collins