Skip to content

Commit

Permalink
[DOCS] Add 7.8 release notes entry for auto create index change (#57582)
Browse files Browse the repository at this point in the history
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 <jake.landis@elastic.co>
  • Loading branch information
martijnvg and jakelandis committed Jun 4, 2020
1 parent f616c7c commit 4b5c4b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/reference/release-notes/7.8.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ Search::
a numeric field and a `GeoPoint` if they are counting a `geo_point` fields.
They used to always receive the `String` representation of those values.
{pull}54854[#54854]

Features/Indices APIs::
* The privilege named `indices:admin/create` will no longer allow the auto
creation of indices. Use `create_index` instead. {pull}55858[#55858]

0 comments on commit 4b5c4b7

Please sign in to comment.