Skip to content

Commit

Permalink
system-index
Browse files Browse the repository at this point in the history
  • Loading branch information
orestisfl committed Dec 16, 2024
1 parent 8a23a22 commit b528f7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ final class ElasticServiceAccounts {
.build(),
// Custom permissions required for stateful agentless integrations
RoleDescriptor.IndicesPrivileges.builder()
.indices("agentless-*")
.indices(".agentless-*")
.privileges("read", "write", "monitor", "create_index", "auto_configure", "maintenance", "view_index_metadata")
.build(), },
new RoleDescriptor.ApplicationResourcePrivileges[] {
Expand Down

0 comments on commit b528f7e

Please sign in to comment.