File tree 1 file changed +17
-0
lines changed
docs/reference/migration/migrate_8_0
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -298,4 +298,21 @@ allocation can be disabled by setting
298
298
*Impact* +
299
299
Discontinue use of the deprecated setting.
300
300
====
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
+ ====
301
318
//end::notable-breaking-changes[]
You can’t perform that action at this time.
0 commit comments