Skip to content

Commit 4d8d699

Browse files
committed
minor fix
1 parent 4ca325b commit 4d8d699

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
@@ -28,5 +28,5 @@ The following query references a data stream with IPv4 addresses, parses those I
2828
```sql
2929
_sourceCategory=stream "remote_ip="
3030
| parse regex "(?<ip>\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})"
31-
| lookup organization, asn from asn://default on ip = ip
31+
| lookup organization, registering_organization, asn from asn://default on ip = ip
3232
```

0 commit comments

Comments
 (0)