We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f912d03 commit 269103cCopy full SHA for 269103c
tests/test_rules_remote.py
@@ -53,11 +53,9 @@ def test_esql_non_dataset_package_related_integrations(self):
53
production_rule = deepcopy(original_production_rule)[0]
54
production_rule["metadata"]["integration"] = ["aws_bedrock"]
55
production_rule["rule"]["query"] = """
56
- from logs-aws_bedrock.invocation-*
57
-
+ from logs-aws_bedrock.invocation-* metadata _id, _version, _index
58
// Filter for access denied errors from GenAI responses
59
| where gen_ai.response.error_code == "AccessDeniedException"
60
61
// keep ECS and response fields
62
| keep
63
user.id,
0 commit comments