[DOCS] Fix read description in indices privileges (elastic/x-pack-elasticsearch#2119)
Original commit: elastic/x-pack-elasticsearch@59884cf832
This commit is contained in:
parent
694cfd6f0e
commit
2e3d0e9262
|
@ -72,8 +72,7 @@ privilege is primarily available for use by <<kibana-roles, Kibana users>>.
|
||||||
`read`::
|
`read`::
|
||||||
Read only access to actions (count, explain, get, mget, get indexed scripts,
|
Read only access to actions (count, explain, get, mget, get indexed scripts,
|
||||||
more like this, multi percolate/search/termvector, percolate, scroll,
|
more like this, multi percolate/search/termvector, percolate, scroll,
|
||||||
clear_scroll, search, tv). Also grants access to the update mapping
|
clear_scroll, search, suggest, tv).
|
||||||
action.
|
|
||||||
|
|
||||||
`read_cross_cluster`::
|
`read_cross_cluster`::
|
||||||
Read only access to the search action from a <<cross-cluster-configuring,remote cluster>>.
|
Read only access to the search action from a <<cross-cluster-configuring,remote cluster>>.
|
||||||
|
|
Loading…
Reference in New Issue