From 0278f0bbd28d60c245aa86422cd7a697f2305cf7 Mon Sep 17 00:00:00 2001 From: currantw Date: Wed, 11 Dec 2024 10:56:43 -0800 Subject: [PATCH] Fix failing doctest Signed-off-by: currantw --- docs/user/ppl/functions/ip.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/ppl/functions/ip.rst b/docs/user/ppl/functions/ip.rst index eba1afa415..bd0bc40b0c 100644 --- a/docs/user/ppl/functions/ip.rst +++ b/docs/user/ppl/functions/ip.rst @@ -22,7 +22,7 @@ Return type: BOOLEAN Example: - os> source=weblogs | where cidrmatch(host, '1.0.0.0/24') | fields host, url + os> source=weblogs | where cidrmatch(host, '1.2.3.0/24') | fields host, url fetched rows / total rows = 2/2 +----------------+--------------------| | host | url |