Skip to content

Commit 4b5c4b7

Browse files
martijnvgjakelandis
andcommitted
[DOCS] Add 7.8 release notes entry for auto create index change (#57582)
The create index action name (`indices:admin/create`) can no longer be used to grant privileges to auto create indices and instead the `create_index` builtin privilege should be used. Relates to #55858 Co-authored-by: Jake Landis <[email protected]>
1 parent f616c7c commit 4b5c4b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/reference/release-notes/7.8.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ Search::
1212
a numeric field and a `GeoPoint` if they are counting a `geo_point` fields.
1313
They used to always receive the `String` representation of those values.
1414
{pull}54854[#54854]
15+
16+
Features/Indices APIs::
17+
* The privilege named `indices:admin/create` will no longer allow the auto
18+
creation of indices. Use `create_index` instead. {pull}55858[#55858]

0 commit comments

Comments
 (0)