Skip to content

Commit

Permalink
Add missing url field
Browse files Browse the repository at this point in the history
Signed-off-by: currantw <[email protected]>
  • Loading branch information
currantw committed Dec 18, 2024
1 parent a2ec8cf commit 7036e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/ppl/functions/ip.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Return type: BOOLEAN

Example:

os> source=weblogs | where cidrmatch(host, '1.2.3.0/24') | fields host
os> source=weblogs | where cidrmatch(host, '1.2.3.0/24') | fields host, url
fetched rows / total rows = 2/2
+---------+--------------------|
| host | url |
Expand Down

0 comments on commit 7036e5f

Please sign in to comment.