Autorefresh

How does the auto refresh works ?

Let say i have the time-picker as Today. And if the data into elastic search updated on 30 mins interval. Will the Kibana dashboard get updated with the latest data or it is mandatory to set the auto refresh interval?

You have to set the auto refresh interval for the data to update, otherwise it will always show the same thing until the page is refreshed.

Thanks Spencer. Is there any way to auto trigger (using the API) the Dashboard based once the data is loaded in to elastic?

Do you mean you want the Dashboard to automatically update when there is new data in Elasticsearch, rather than on a timer? There is no way to do that currently without pretty considerable custom logic in both Kibana and the application writing data to Elasticsearch, but it's technically possible.

Yes i want to automatically update the dashboard without timer.

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