Skip to content

Commit 1a26fb3

Browse files
Merge branch 'enhancement/sentinel_one-add_ilm_delete_index' of github.com:mohitjha-elastic/elasticsearch into enhancement/sentinel_one-add_ilm_delete_index
2 parents 7c3696f + 061cb93 commit 1a26fb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/store/KibanaOwnedReservedRoleDescriptors.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,8 @@ static RoleDescriptor kibanaSystem(String name) {
549549
TransportDeleteIndexAction.TYPE.name()
550550
)
551551
.build(),
552-
// For ExtraHop, QualysGAV, and SentinelOne Application Dataset specific actions. Kibana reads, writes and manages this index
552+
// For ExtraHop, QualysGAV, and SentinelOne Application Dataset specific actions. Kibana reads, writes and manages this
553+
// index
553554
// for configured ILM policies.
554555
RoleDescriptor.IndicesPrivileges.builder()
555556
.indices("logs-extrahop.investigation-*", "logs-qualys_gav.asset-*", "logs-sentinel_one.application-*")

0 commit comments

Comments
 (0)