diff --git a/_data-prepper/pipelines/configuration/sinks/opensearch.md b/_data-prepper/pipelines/configuration/sinks/opensearch.md index 6ac13ae1fb3..335d5ea614f 100644 --- a/_data-prepper/pipelines/configuration/sinks/opensearch.md +++ b/_data-prepper/pipelines/configuration/sinks/opensearch.md @@ -190,6 +190,10 @@ Alternately, rather than admin credentials, you can specify the credentials of a - `indices:admin/template/get` - `indices:admin/template/put` +In case the target is an OpenSearch Data Stream, this permission is needed from the Data Stream detector: + +- `indices:admin/data_stream/get` + ### Index permissions - Index: `otel-v1*`; Index permission: `indices_all`