Skip to content

Commit bf59ec2

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent d54dbb7 commit bf59ec2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ final class ElasticServiceAccounts {
5050
new RoleDescriptor.IndicesPrivileges[] {
5151
RoleDescriptor.IndicesPrivileges.builder()
5252
.indices(
53-
"logs", "metrics", "logs.*", "metrics.*",
53+
"logs",
54+
"metrics",
55+
"logs.*",
56+
"metrics.*",
5457
"logs-*",
5558
"metrics-*",
5659
"traces-*",

0 commit comments

Comments
 (0)