From 090a4c580d4a77362cbd0ab441c5306cf7216f26 Mon Sep 17 00:00:00 2001 From: John Pipkin Date: Mon, 14 Apr 2025 08:10:53 -0500 Subject: [PATCH] Annotate comments --- docs/integrations/amazon-aws/waf.md | 2 +- docs/observability/aws/integrations/aws-dynamodb.md | 2 +- docs/search/search-query-language/search-operators/threatip.md | 2 +- .../search-operators/tolowercase-touppercase.md | 2 +- docs/search/subqueries.md | 2 +- .../threat-detection-and-investigation.md | 2 +- docs/security/threat-intelligence/find-threats.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/integrations/amazon-aws/waf.md b/docs/integrations/amazon-aws/waf.md index 5a8abb1312..597b665702 100644 --- a/docs/integrations/amazon-aws/waf.md +++ b/docs/integrations/amazon-aws/waf.md @@ -60,7 +60,7 @@ _sourceCategory=AWS/WAF {{client_ip}} | parse "\"httpMethod\":\"*\"," as httpMethod,"\"httpVersion\":\"*\"," as httpVersion,"\"uri\":\"*\"," as uri, "{\"clientIp\":\"*\",\"country\":\"*\"" as clientIp,country, "\"action\":\"*\"" as action, "\"matchingNonTerminatingRules\":[*]" as matchingNonTerminatingRules, "\"rateBasedRuleList\":[*]" as rateBasedRuleList, "\"ruleGroupList\":[*]" as ruleGroupList, "\"httpSourceId\":\"*\"" as httpSourceId, "\"httpSourceName\":\"*\"" as httpSourceName, "\"terminatingRuleType\":\"*\"" as terminatingRuleType, "\"terminatingRuleId\":\"*\"" as terminatingRuleId, "\"webaclId\":\"*\"" as webaclId nodrop | lookup type, actor, raw, threatlevel as malicious_confidence from sumo://threat/cs on threat=clientip ``` - diff --git a/docs/search/search-query-language/search-operators/tolowercase-touppercase.md b/docs/search/search-query-language/search-operators/tolowercase-touppercase.md index edcebffe62..60171dafa6 100644 --- a/docs/search/search-query-language/search-operators/tolowercase-touppercase.md +++ b/docs/search/search-query-language/search-operators/tolowercase-touppercase.md @@ -55,7 +55,7 @@ which provides results like: | lookup raw from sumo://threat/cs on threat = hash{code} ``` -