mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 14:05:27 +00:00
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>
19 lines
549 B
Plaintext
19 lines
549 B
Plaintext
[[release-notes-7.8.0]]
|
|
== {es} version 7.8.0
|
|
|
|
coming[7.8.0]
|
|
|
|
[[breaking-7.8.0]]
|
|
[float]
|
|
=== Breaking changes
|
|
|
|
Search::
|
|
* Scripts used in `value_count` will now receive a number if they are counting
|
|
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]
|