File tree 1 file changed +18
-0
lines changed
docs/reference/migration/migrate_8_0 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 6
6
//Installation and Upgrade Guide
7
7
8
8
//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
+
9
27
[[deprecate-max-merge-at-once-explicit-setting]]
10
28
.`index.merge.policy.max_merge_at_once_explicit` is deprecated and has no effect.
11
29
[%collapsible]
You can’t perform that action at this time.
0 commit comments