Skip to content

Commit d54dbb7

Browse files
committed
add index privileges to support reroute processor
1 parent 0932beb commit d54dbb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ final class ElasticServiceAccounts {
5050
new RoleDescriptor.IndicesPrivileges[] {
5151
RoleDescriptor.IndicesPrivileges.builder()
5252
.indices(
53+
"logs", "metrics", "logs.*", "metrics.*",
5354
"logs-*",
5455
"metrics-*",
5556
"traces-*",

0 commit comments

Comments
 (0)