|
@@ -174,6 +174,23 @@ class KibanaOwnedReservedRoleDescriptors {
|
|
|
.allowRestrictedIndices(true)
|
|
|
.build(),
|
|
|
RoleDescriptor.IndicesPrivileges.builder().indices(".fleet-fileds*").privileges("all").allowRestrictedIndices(true).build(),
|
|
|
+ // 8.9 BWC
|
|
|
+ RoleDescriptor.IndicesPrivileges.builder()
|
|
|
+ .indices(".fleet-file-data-*")
|
|
|
+ .privileges("all")
|
|
|
+ .allowRestrictedIndices(true)
|
|
|
+ .build(),
|
|
|
+ RoleDescriptor.IndicesPrivileges.builder().indices(".fleet-files-*").privileges("all").allowRestrictedIndices(true).build(),
|
|
|
+ RoleDescriptor.IndicesPrivileges.builder()
|
|
|
+ .indices(".fleet-filedelivery-data-*")
|
|
|
+ .privileges("all")
|
|
|
+ .allowRestrictedIndices(true)
|
|
|
+ .build(),
|
|
|
+ RoleDescriptor.IndicesPrivileges.builder()
|
|
|
+ .indices(".fleet-filedelivery-meta-*")
|
|
|
+ .privileges("all")
|
|
|
+ .allowRestrictedIndices(true)
|
|
|
+ .build(),
|
|
|
// Fleet telemetry queries Agent Logs indices in kibana task runner
|
|
|
RoleDescriptor.IndicesPrivileges.builder().indices("logs-elastic_agent*").privileges("read").build(),
|
|
|
// Legacy "Alerts as data" used in Security Solution.
|