Skip to content

Commit a34fcd0

Browse files
authored
Update docs/integrations/security-threat-detection/threat-intel-quick-analysis.md
1 parent e67edfa commit a34fcd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/integrations/security-threat-detection/threat-intel-quick-analysis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ You can further optimize and enhance these queries for the log and events types
5858
For example, here is the query used for the **Threat Count** panel in the [Threat Intel Quick Analysis - IP](#ip) dashboard:
5959
6060
```
61-
_sourceCategory=<source-category-name>
62-
| parse regex "(?<ip_address>\b\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})"
61+
_sourceCategory=<source-category-name>
62+
| parse regex "(?<ip_address>\b\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})"
6363
| where ip_address != "0.0.0.0" and ip_address != "127.0.0.1"
6464
| count as ip_count by ip_address
6565

0 commit comments

Comments
 (0)