Is there a way to display index last refreshed time in Elasticsearch/Kibana

Hello,

Is there a way in Elasticsearch or Kibana with which I can determine when was the last time an index was refreshed. I am using python API to refresh the indices programmatically using python without the wait for completion, which is leading to skipping some indices to be refreshed when the pipeline senses congestion. Refresh is a resource-intensive operation, I am trying to careful not to use _all in the refresh API and want to see whether an index is refreshed or not.
I came across this thread Last refreshed Date and time.
Wondering whether such an enhancement feature request is addressed or not.

Thank you in advance for your help.

I couldn't find a feature request ever being filed, so if you're interested you can fill out a feature request on Github

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.