Skip to content

Commit e6012b1

Browse files
Removing ESQL query format error (#4292)
1 parent febdafa commit e6012b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/integrations/aws/persistence_iam_user_created_access_keys_for_another_user.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
creation_date = "2024/06/13"
33
integration = ["aws"]
44
maturity = "production"
5-
updated_date = "2024/11/07"
5+
updated_date = "2024/12/10"
66
min_stack_comments = "ES|QL rule type in technical preview as of 8.13"
77
min_stack_version = "8.13.0"
88

@@ -117,7 +117,7 @@ from logs-aws.cloudtrail-* metadata _id, _version, _index
117117
aws.cloudtrail.request_parameters,
118118
aws.cloudtrail.response_elements,
119119
aws.cloudtrail.user_identity.arn,
120-
aws.cloudtrail.user_identity.type,
120+
aws.cloudtrail.user_identity.type
121121
'''
122122

123123
[rule.investigation_fields]

0 commit comments

Comments
 (0)