You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, Elasticsearch periodically refreshes indices every second, but only on indices that have received one search request or more in the last 30 seconds.
which is currently not true in serverless, where the refresh is happing every 5 seconds. In addition the refresh can not be set to a value lower than 5 seconds, which is also something worth noting (although this might change in the future).