Skip to content

Commit 2dfdbe0

Browse files
jbaieradakronekilfoyleshainaraskas
authored
Add documentation for failure stores. (#1368)
Adds a new section to the documentation to explain new failure store functionality. Co-authored-by: Lee Hinman <[email protected]> Co-authored-by: David Kilfoyle <[email protected]> Co-authored-by: shainaraskas <[email protected]>
1 parent eb5573e commit 2dfdbe0

10 files changed

+2056
-0
lines changed

deploy-manage/users-roles/cluster-or-deployment-auth/elasticsearch-privileges.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,9 @@ To learn how to assign privileges to a role, refer to [](/deploy-manage/users-ro
354354
`manage_data_stream_lifecycle`
355355
: All [Data stream lifecycle](../../../manage-data/lifecycle/data-stream.md) operations relating to reading and managing the built-in lifecycle of a data stream. This includes operations such as adding and removing a lifecycle from a data stream.
356356

357+
`manage_failure_store`
358+
: All `monitor` privileges plus index and data stream administration limited to failure stores only. Only applies to data streams when accessing them via the [index component selector syntax](elasticsearch://reference/elasticsearch/rest-apis/api-conventions.md).
359+
357360
`manage_follow_index`
358361
: All actions that are required to manage the lifecycle of a follower index, which includes creating a follower index, closing it, and converting it to a regular index. This privilege is necessary only on clusters that contain follower indices.
359362

@@ -383,6 +386,8 @@ To learn how to assign privileges to a role, refer to [](/deploy-manage/users-ro
383386

384387
This privilege is not available in {{serverless-full}}.
385388

389+
`read_failure_store`
390+
: Read-only access to actions performed on a data stream's failure store. Required for access to failure store data (count, explain, get, mget, get indexed scripts, more like this, multi percolate/search/termvector, percolate, scroll, clear_scroll, search, suggest, tv). Only applies to data streams when accessing them via the [index component selector syntax](elasticsearch://reference/elasticsearch/rest-apis/api-conventions.md).
386391

387392
`view_index_metadata`
388393
: Read-only access to index and data stream metadata (aliases, exists, field capabilities, field mappings, get index, get data stream, ilm explain, mappings, search shards, settings, validate query). This privilege is available for use primarily by {{kib}} users.

0 commit comments

Comments
 (0)