From bcd5409ad60ecab1fae34ec4f03738e4f29382cc Mon Sep 17 00:00:00 2001
From: Jagadisha V <129049263+JV0812@users.noreply.github.com>
Date: Tue, 3 Dec 2024 17:49:33 +0530
Subject: [PATCH 1/4] ompareCIDRPrefix and getCIDRPrefix Operators Behavior
Change
---
blog-service/2024-12-04-search.md | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 blog-service/2024-12-04-search.md
diff --git a/blog-service/2024-12-04-search.md b/blog-service/2024-12-04-search.md
new file mode 100644
index 0000000000..0ffbe33599
--- /dev/null
+++ b/blog-service/2024-12-04-search.md
@@ -0,0 +1,16 @@
+---
+title: compareCIDRPrefix and getCIDRPrefix Operators Behavior Change (Search)
+image: https://help.sumologic.com/img/sumo-square.png
+keywords:
+ - compareCIDRPrefix
+ - getCIDRPrefix
+ - search-operator
+ - log-search
+hide_table_of_contents: true
+---
+
+import useBaseUrl from '@docusaurus/useBaseUrl';
+
+
+
+We are happy to announce the behavioural change for the `compareCIDRPrefix` and `getCIDRPrefix` operators. Previously, these operators would fail if there were trailing or leading spaces around the IP address. With this update, the `compareCIDRPrefix` and `getCIDRPrefix` operators have become more flexible and can do trimming, which means the operators will not fail even if there are trailing or leading spaces around the IP address.
From 1c8d0544bd5d042c8fdf68b0d8b41f032d8e0fc5 Mon Sep 17 00:00:00 2001
From: Jagadisha V <129049263+JV0812@users.noreply.github.com>
Date: Fri, 6 Dec 2024 15:06:45 +0530
Subject: [PATCH 2/4] minor update
---
docs/search/search-query-language/search-operators/cidr.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/search/search-query-language/search-operators/cidr.md b/docs/search/search-query-language/search-operators/cidr.md
index 332f6bf5be..e572e80980 100644
--- a/docs/search/search-query-language/search-operators/cidr.md
+++ b/docs/search/search-query-language/search-operators/cidr.md
@@ -4,7 +4,7 @@ title: cidr Search Operator
sidebar_label: CIDR
---
-Sumo Logic's three CIDR operators work with CIDR (Classless Inter-Domain Routing, sometimes pronounced "cider") notation to narrow the analysis of IPv4 networks to specific subnets. CIDR notations specify the routing prefix of IP addresses.
+Sumo Logic's three CIDR operators work with CIDR (Classless Inter-Domain Routing, sometimes pronounced "cider") notation to narrow the analysis of IPv4 networks to specific subnets. CIDR notations specify the routing prefix of IP addresses. Input data will be trimmed, making these operators more flexible, which allows you to set your expectations accordingly.
Using the CIDR operators, you can determine the amount of traffic between network segments, review events from hosts within a specified network segment, or even use a not operator to find addresses that didn't originate from a particular network segment. CIDR operators can be used to compare the network segment of two IPv4 addresses, or just identify the network segment involved in particular messages.
From e20c4408776fab7bdf660c4b3751afd6037414c4 Mon Sep 17 00:00:00 2001
From: Jagadisha V <129049263+JV0812@users.noreply.github.com>
Date: Fri, 6 Dec 2024 15:07:03 +0530
Subject: [PATCH 3/4] Update blog-service/2024-12-04-search.md
Co-authored-by: John Pipkin (Sumo Logic)
---
blog-service/2024-12-04-search.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/blog-service/2024-12-04-search.md b/blog-service/2024-12-04-search.md
index 0ffbe33599..72e1e91e9b 100644
--- a/blog-service/2024-12-04-search.md
+++ b/blog-service/2024-12-04-search.md
@@ -13,4 +13,4 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
-We are happy to announce the behavioural change for the `compareCIDRPrefix` and `getCIDRPrefix` operators. Previously, these operators would fail if there were trailing or leading spaces around the IP address. With this update, the `compareCIDRPrefix` and `getCIDRPrefix` operators have become more flexible and can do trimming, which means the operators will not fail even if there are trailing or leading spaces around the IP address.
+We are happy to announce the behavioural change for the [`compareCIDRPrefix`](/docs/search/search-query-language/search-operators/cidr/#comparecidrprefix) and [`getCIDRPrefix`](/docs/search/search-query-language/search-operators/cidr/#getcidrprefix) operators. Previously, these operators would fail if there were trailing or leading spaces around the IP address. With this update, the `compareCIDRPrefix` and `getCIDRPrefix` operators have become more flexible and can do trimming, which means the operators will not fail even if there are trailing or leading spaces around the IP address.
From 77617bae07618dcc6fb730d78cd64a31ea73fa7b Mon Sep 17 00:00:00 2001
From: Jagadisha V <129049263+JV0812@users.noreply.github.com>
Date: Mon, 9 Dec 2024 11:12:49 +0530
Subject: [PATCH 4/4] Rename 2024-12-04-search.md to 2024-12-09-search.md
---
blog-service/{2024-12-04-search.md => 2024-12-09-search.md} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename blog-service/{2024-12-04-search.md => 2024-12-09-search.md} (100%)
diff --git a/blog-service/2024-12-04-search.md b/blog-service/2024-12-09-search.md
similarity index 100%
rename from blog-service/2024-12-04-search.md
rename to blog-service/2024-12-09-search.md