Skip to content

Commit

Permalink
add wiz and aws security hub new full posture data streams to kibana_…
Browse files Browse the repository at this point in the history
…system role permissions (elastic#124074) (elastic#124105)

(cherry picked from commit 025acaa)
  • Loading branch information
maxcold authored Mar 5, 2025
1 parent 3997642 commit b369b50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,10 @@ static RoleDescriptor kibanaSystem(String name) {
.indices(
"logs-wiz.vulnerability-*",
"logs-wiz.cloud_configuration_finding-*",
"logs-wiz.cloud_configuration_finding_full_posture-*",
"logs-google_scc.finding-*",
"logs-aws.securityhub_findings-*",
"logs-aws.securityhub_findings_full_posture-*",
"logs-aws.inspector-*",
"logs-amazon_security_lake.findings-*",
"logs-qualys_vmdr.asset_host_detection-*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1622,8 +1622,10 @@ public void testKibanaSystemRole() {
Arrays.asList(
"logs-wiz.vulnerability-" + randomAlphaOfLength(randomIntBetween(0, 13)),
"logs-wiz.cloud_configuration_finding-" + randomAlphaOfLength(randomIntBetween(0, 13)),
"logs-wiz.cloud_configuration_finding_full_posture-" + randomAlphaOfLength(randomIntBetween(0, 13)),
"logs-google_scc.finding-" + randomAlphaOfLength(randomIntBetween(0, 13)),
"logs-aws.securityhub_findings-" + randomAlphaOfLength(randomIntBetween(0, 13)),
"logs-aws.securityhub_findings_full_posture-" + randomAlphaOfLength(randomIntBetween(0, 13)),
"logs-aws.inspector-" + randomAlphaOfLength(randomIntBetween(0, 13)),
"logs-amazon_security_lake.findings-" + randomAlphaOfLength(randomIntBetween(0, 13)),
"logs-qualys_vmdr.asset_host_detection-" + randomAlphaOfLength(randomIntBetween(0, 13)),
Expand Down

0 comments on commit b369b50

Please sign in to comment.