mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +00:00
This commit is contained in:
parent
bc70936dc5
commit
bd955fbc91
@ -41,6 +41,12 @@ DELETE /_index_template/template
|
||||
|
||||
`PUT /_data_stream/<data-stream>`
|
||||
|
||||
[[indices-create-data-stream-prereqs]]
|
||||
==== {api-prereq-title}
|
||||
|
||||
* If the {es} {security-features} are enabled, you must have the `create_index`
|
||||
or `manage` <<privileges-list-indices,index privilege>> for the data stream.
|
||||
|
||||
[[indices-create-data-stream-api-path-params]]
|
||||
==== {api-path-parms-title}
|
||||
|
||||
|
@ -52,6 +52,12 @@ DELETE /_index_template/*
|
||||
GET /_data_stream/my-data-stream/_stats
|
||||
----
|
||||
|
||||
[[data-stream-stats-api-prereqs]]
|
||||
==== {api-prereq-title}
|
||||
|
||||
* If the {es} {security-features} are enabled, you must have the
|
||||
`monitor` or `manage` <<privileges-list-indices,index privilege>>
|
||||
for the data stream.
|
||||
|
||||
[[data-stream-stats-api-request]]
|
||||
==== {api-request-title}
|
||||
|
@ -40,6 +40,12 @@ DELETE /_index_template/template
|
||||
|
||||
`DELETE /_data_stream/<data-stream>`
|
||||
|
||||
[[delete-data-stream-api-prereqs]]
|
||||
==== {api-prereq-title}
|
||||
|
||||
* If the {es} {security-features} are enabled, you must have the `delete_index`
|
||||
or `manage` <<privileges-list-indices,index privilege>> for the data stream.
|
||||
|
||||
|
||||
[[delete-data-stream-api-path-params]]
|
||||
==== {api-path-parms-title}
|
||||
|
@ -72,6 +72,13 @@ GET /_data_stream/my-data-stream
|
||||
|
||||
`GET /_data_stream/<data-stream>`
|
||||
|
||||
[[get-data-stream-api-prereqs]]
|
||||
==== {api-prereq-title}
|
||||
|
||||
* If the {es} {security-features} are enabled, you must have the
|
||||
`view_index_metadata` or `manage` <<privileges-list-indices,index privilege>>
|
||||
for the data stream.
|
||||
|
||||
[[get-data-stream-api-path-params]]
|
||||
==== {api-path-parms-title}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user