Skip to content

Commit 0de462a

Browse files
authored
Add aws.config source indices to kibana_system role permissions (#128350) (#128446)
Adding `logs-aws.config-*` data stream indices to the `kibana_system` privileges. This is required for the latest transform to work. Related: - elastic/integrations#13830 (comment) (cherry picked from commit 169527f)
1 parent b573644 commit 0de462a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ static RoleDescriptor kibanaSystem(String name) {
449449
"logs-aws.securityhub_findings-*",
450450
"logs-aws.securityhub_findings_full_posture-*",
451451
"logs-aws.inspector-*",
452+
"logs-aws.config-*",
452453
"logs-amazon_security_lake.findings-*",
453454
"logs-qualys_vmdr.asset_host_detection-*",
454455
"logs-tenable_sc.vulnerability-*",

x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/security/authz/store/ReservedRolesStoreTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,6 +1627,7 @@ public void testKibanaSystemRole() {
16271627
"logs-aws.securityhub_findings-" + randomAlphaOfLength(randomIntBetween(0, 13)),
16281628
"logs-aws.securityhub_findings_full_posture-" + randomAlphaOfLength(randomIntBetween(0, 13)),
16291629
"logs-aws.inspector-" + randomAlphaOfLength(randomIntBetween(0, 13)),
1630+
"logs-aws.config-" + randomAlphaOfLength(randomIntBetween(0, 13)),
16301631
"logs-amazon_security_lake.findings-" + randomAlphaOfLength(randomIntBetween(0, 13)),
16311632
"logs-qualys_vmdr.asset_host_detection-" + randomAlphaOfLength(randomIntBetween(0, 13)),
16321633
"logs-tenable_sc.vulnerability-" + randomAlphaOfLength(randomIntBetween(0, 13)),

0 commit comments

Comments
 (0)