File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
docs/reference/migration/migrate_8_0 Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 66//Installation and Upgrade Guide
77
88//tag::notable-breaking-changes[]
9+ [[deprecation-system-indices]]
10+ .Direct access to system indices is deprecated.
11+ [%collapsible]
12+ ====
13+ *Details* +
14+ Directly accessing system indices is deprecated, and may be prevented in a
15+ future version. If you must access a system index, create a security role with
16+ an index permission that targets the specific index and set the
17+ `allow_restricted_indices` permission to `true`. Refer to
18+ {ref}/defining-roles.html#roles-indices-priv[indices privileges] for
19+ information on adding this permission to an index privilege.
20+
21+ *Impact* +
22+ Accessing system indices directly results in warnings in the header of API
23+ responses. If available, use {kib} or the associated feature's {es} APIs to
24+ manage the data that you want to access.
25+ ====
26+
927[[deprecate-max-merge-at-once-explicit-setting]]
1028.`index.merge.policy.max_merge_at_once_explicit` is deprecated and has no effect.
1129[%collapsible]
You can’t perform that action at this time.
0 commit comments