Skip to content

Commit 76a9a2b

Browse files
authored
fix: expand necessary OpenSearch permissions for data prepper (#6649)
Signed-off-by: Jongmin Chung <chungjm0711@gmail.com>
1 parent cb289a5 commit 76a9a2b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

data-prepper-plugins/opensearch/opensearch_security.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ or by using user credential assigned with a role that has the below required per
1818
- `cluster_all`
1919
- `indices:admin/template/get`
2020
- `indices:admin/template/put`
21+
- `indices:admin/index_template/get`
22+
- `indices:admin/index_template/put`
2123
- `indices:data/write/bulk`
2224
- `indices:data/write/bulks`
2325

0 commit comments

Comments
 (0)