Skip to content

Commit 87fc1bb

Browse files
authored
Update docs/search/search-query-language/search-operators/asn-lookup.md
1 parent 4c03071 commit 87fc1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/search/search-query-language/search-operators/asn-lookup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lookup\<field\> from asn://default on ip\<ip_address\>
2626
The following query references a data stream with IPv4 addresses, parses those IPv4 addresses, and then uses ASN Lookup to retrieve their autonomous system information. 
2727

2828
```sql
29-
_dataTier=all _sourceCategory=*/katta "remote_ip="
29+
_dataTier=all _sourceCategory=stream "remote_ip="
3030
| parse regex "(?<ip>\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})"
3131
| lookup organization, registering_organization, asn from asn://default on ip = ip
3232
```

0 commit comments

Comments
 (0)