Skip to content

Commit b528f7e

Browse files
committed
system-index
1 parent 8a23a22 commit b528f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/authc/service/ElasticServiceAccounts.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ final class ElasticServiceAccounts {
169169
.build(),
170170
// Custom permissions required for stateful agentless integrations
171171
RoleDescriptor.IndicesPrivileges.builder()
172-
.indices("agentless-*")
172+
.indices(".agentless-*")
173173
.privileges("read", "write", "monitor", "create_index", "auto_configure", "maintenance", "view_index_metadata")
174174
.build(), },
175175
new RoleDescriptor.ApplicationResourcePrivileges[] {

0 commit comments

Comments
 (0)