Skip to content

Commit 066253e

Browse files
Merge branch 'main' into monitors_section_otel_apps_set1
2 parents ef63d56 + 13c1a7a commit 066253e

File tree

3 files changed

+17
-19
lines changed

3 files changed

+17
-19
lines changed

blog-service/2024-12-09-search.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: compareCIDRPrefix and getCIDRPrefix Operators Behavior Change (Search)
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- compareCIDRPrefix
6+
- getCIDRPrefix
7+
- search-operator
8+
- log-search
9+
hide_table_of_contents: true
10+
---
11+
12+
import useBaseUrl from '@docusaurus/useBaseUrl';
13+
14+
<a href="https://help.sumologic.com/release-notes-service/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
15+
16+
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.

docs/integrations/sumo-apps/data-volume.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,6 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
1111

1212
The Data Volume App provides you with a summary and detailed views of your account's data usage volume by data type, tier, category, collector, source name, and hosts via predefined searches and dashboards.
1313

14-
Before you can install and use the Data Volume app, an administrator must first enable the feature. For more information, see [Enable the Data Volume Index](#enable-the-data-volume-index) below.
15-
16-
The Data Volume Index gathers volume data as soon as it is enabled. It will not gather data from legacy versions or backfill data.
17-
18-
19-
## Enable the Data Volume Index
20-
21-
The Data Volume Index must be enabled by an administrator.
22-
23-
To enable the Data Volume Index:
24-
25-
1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Administration > Account > Data Management**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the top menu select **Administration**, and then under **Account** select **Data Management**. You can also click the **Go To...** menu at the top of the screen and select **Data Management**.
26-
1. Under **Data Volume**, select **Enable**.
27-
28-
<img src={useBaseUrl('img/manage/ingestion-volume/data_volume_check_box.png')} alt="Enable Data Volume Index" style={{border: '1px solid gray'}} width="800"/>
29-
30-
A message confirms that the feature is enabled.
31-
3214
## Installing the Data Volume app
3315

3416
import AppInstallNoDataSourceV2 from '../../reuse/apps/app-install-index-apps-v2.md';

docs/search/search-query-language/search-operators/cidr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: cidr Search Operator
44
sidebar_label: CIDR
55
---
66

7-
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.
7+
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.
88

99
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.
1010

0 commit comments

Comments
 (0)