Skip to content

Commit 49d28fc

Browse files
authored
Add aws.config source indices to kibana_system role permissions (#128350) (#128460)
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 0618b02 commit 49d28fc

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
@@ -433,6 +433,7 @@ static RoleDescriptor kibanaSystem(String name) {
433433
"logs-aws.securityhub_findings-*",
434434
"logs-aws.securityhub_findings_full_posture-*",
435435
"logs-aws.inspector-*",
436+
"logs-aws.config-*",
436437
"logs-amazon_security_lake.findings-*",
437438
"logs-qualys_vmdr.asset_host_detection-*",
438439
"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
@@ -1622,6 +1622,7 @@ public void testKibanaSystemRole() {
16221622
"logs-aws.securityhub_findings-" + randomAlphaOfLength(randomIntBetween(0, 13)),
16231623
"logs-aws.securityhub_findings_full_posture-" + randomAlphaOfLength(randomIntBetween(0, 13)),
16241624
"logs-aws.inspector-" + randomAlphaOfLength(randomIntBetween(0, 13)),
1625+
"logs-aws.config-" + randomAlphaOfLength(randomIntBetween(0, 13)),
16251626
"logs-amazon_security_lake.findings-" + randomAlphaOfLength(randomIntBetween(0, 13)),
16261627
"logs-qualys_vmdr.asset_host_detection-" + randomAlphaOfLength(randomIntBetween(0, 13)),
16271628
"logs-tenable_sc.vulnerability-" + randomAlphaOfLength(randomIntBetween(0, 13)),

0 commit comments

Comments
 (0)