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
* Auto-generated API code
* streams namespace
* using fixed generator
* update schema version
* more references to new namespaces
---------
Co-authored-by: Miguel Grinberg <[email protected]>
For data streams, the API runs the refresh operation on the stream’s backing indices.</p>
4550
4550
<p>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.
4551
4551
You can change this default interval with the <code>index.refresh_interval</code> setting.</p>
4552
+
<p>In Elastic Cloud Serverless, the default refresh interval is 5 seconds across all indices.</p>
4552
4553
<p>Refresh requests are synchronous and do not return a response until the refresh operation completes.</p>
4553
4554
<p>Refreshes are resource-intensive.
4554
4555
To ensure good cluster performance, it's recommended to wait for Elasticsearch's periodic refresh rather than performing an explicit refresh when possible.</p>
0 commit comments