I'm using Kibana to show the statuses of multiple microservices based on the most up to date value for each. I would like to replace the April 8th 2019, 14:37:13.173 format with somethine like 2 minutes ago or 2 minutes 21seconds ago. I know I can filter for the last 15minutes for the Kibana data entries, but that doesn't show how long ago each services was updated.
I've tried going into the Index Patterns and changing the date pattern, but it doesn't take functions, but only the formatting. I could add another field that would be sent every minute, but that is just wasting ressources and complicating everything.