Skip to content

Commit 38125c1

Browse files
authored
[DOCS] Remove gateway.auto_import_dangling_indices setting (#78280)
Adds an 8.0 breaking change for PR #59698.
1 parent a8c25fd commit 38125c1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/reference/migration/migrate_8_0/settings.asciidoc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,4 +298,21 @@ allocation can be disabled by setting
298298
*Impact* +
299299
Discontinue use of the deprecated setting.
300300
====
301+
302+
[[auto-import-dangling-indices-removed]]
303+
.The `gateway.auto_import_dangling_indices` setting has been removed.
304+
[%collapsible]
305+
====
306+
*Details* +
307+
The `gateway.auto_import_dangling_indices` cluster setting has been removed.
308+
Previously, you could use this setting to automatically import
309+
{ref}/modules-gateway.html#dangling-indices[dangling indices]. However,
310+
automatically importing dangling indices is unsafe. Use the
311+
{ref}/indices.html#dangling-indices-api[dangling indices APIs] to manage and
312+
import dangling indices instead.
313+
314+
*Impact* +
315+
Discontinue use of the removed setting. Specifying the setting in
316+
`elasticsearch.yml` will result in an error on startup.
317+
====
301318
//end::notable-breaking-changes[]

0 commit comments

Comments
 (0)