I want to change the date display format in kibana. Kibana provides this feature via moment.js, but not enough documentation available, or at least it doesn't work properly.
Current date format: "MMMM Do YYYY, HH:mm:ss.SSS"
Required date format: "DD MMM YY" (like 29 July 17)
I tried changing the date format of the Date field in "Management" section, but that didn't work. (do I need to restart the server or something to make it work) Or Where am I going wrong Or What are some other ways to change date display format. and What does popularity of the field do here ?
Some screenshots for the reference.
As a solution, I had to fix it in the scripts feeding data to elasticsearch itself.