Skip to main content
Version: 0.1.0

Index rollup settings

Preview

We don't recommend changing these settings; the defaults should work well for most use cases.

All settings are available using the Lucenia _cluster/settings operation. None require a restart, and all can be marked persistent or transient. To learn more about static and dynamic settings, see Configuring Lucenia.

SettingDefaultDescription
plugins.rollup.search.backoff_millis1000 millisecondsThe backoff time between retries for failed rollup jobs.
plugins.rollup.search.backoff_count5How many retries the plugin should attempt for failed rollup jobs.
plugins.rollup.search.search_all_jobsfalseWhether Lucenia should return all jobs that match all specified search terms. If disabled, Lucenia returns just one, as opposed to all, of the jobs that matches the search terms.
plugins.rollup.dashboards.enabledtrueWhether rollups are enabled in OpenSearch Dashboards.
plugins.rollup.enabledtrueWhether the rollup plugin is enabled.
plugins.ingest.backoff_millis1000 millisecondsThe backoff time between data ingestions for rollup jobs.
plugins.ingest.backoff_count5How many retries the plugin should attempt for failed ingestions.