Setup settings
The Setup plugin is configured through settings in opensearch.yml. All settings use the plugins.setup prefix.
plugins.setup.timeout(Integer, default30) — timeout in seconds for index and search operations.plugins.setup.backoff(Integer, default15) — delay in seconds for the retry mechanism involving initialization tasks.plugins.setup.settings_update.enabled(Boolean, defaulttrue) — whenfalse, the settings update endpoint (PUT /_plugins/_setup/settings) returns403 Forbiddenfor every caller, regardless of role. See Protecting sensitive configuration for the full disable-endpoint pattern shared with Content Manager.