|
@@ -124,9 +124,11 @@ public class ReservedRolesStore implements BiConsumer<Set<String>, ActionListene
|
|
|
.indices(".monitoring-*").privileges("read", "read_cross_cluster").build(),
|
|
|
RoleDescriptor.IndicesPrivileges.builder()
|
|
|
.indices(".management-beats").privileges("create_index", "read", "write").build(),
|
|
|
- // .apm-* is for APM's agent configuration index creation
|
|
|
+ // .apm-* is for APM's agent configuration and custom link index creation
|
|
|
RoleDescriptor.IndicesPrivileges.builder()
|
|
|
.indices(".apm-agent-configuration").privileges("all").build(),
|
|
|
+ RoleDescriptor.IndicesPrivileges.builder()
|
|
|
+ .indices(".apm-custom-link").privileges("all").build(),
|
|
|
},
|
|
|
null,
|
|
|
new ConfigurableClusterPrivilege[] { new ManageApplicationPrivileges(Collections.singleton("kibana-*")) },
|