Skip to content

Commit 3206386

Browse files
committed
removed file beat compatibility missing category for AttachRolePolicy
filebeat does not have category mapping for AttachRolePolicy event
1 parent 4ae43fe commit 3206386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/integrations/aws/privilege_escalation_iam_administratoraccess_policy_attached_to_role.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ false_positives = [
1515
""",
1616
]
1717
from = "now-6m"
18-
index = ["filebeat-*", "logs-aws.cloudtrail-*"]
18+
index = ["logs-aws.cloudtrail-*"]
1919
language = "eql"
2020
license = "Elastic License v2"
2121
name = "AWS IAM AdministratorAccess Policy Attached to Role"

0 commit comments

Comments
 (0)