Skip to content

Commit b9b3095

Browse files
committed
added required ilm index for delete priviliges for issue #131825
1 parent 2559e28 commit b9b3095

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,9 @@ static RoleDescriptor kibanaSystem(String name) {
515515
"logs-tenable_io.vulnerability-*",
516516
"logs-rapid7_insightvm.vulnerability-*",
517517
"logs-rapid7_insightvm.asset_vulnerability-*",
518-
"logs-carbon_black_cloud.asset_vulnerability_summary-*"
518+
"logs-carbon_black_cloud.asset_vulnerability_summary-*",
519+
"logs-extrahop.investigation-*",
520+
"logs-qualys_gav.asset-*"
519521
)
520522
.privileges("read", "view_index_metadata")
521523
.build(),

0 commit comments

Comments
 (0)