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} ``` -