Skip to content

Commit efdb551

Browse files
authored
Merge branch 'main' into app_central_netskope_update_resource_image
2 parents 8dd2aee + 16b67ac commit efdb551

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: scanned_partition_count Field Computation Change (Search)
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- count
6+
- search-operator
7+
- log-search
8+
hide_table_of_contents: true
9+
---
10+
11+
import useBaseUrl from '@docusaurus/useBaseUrl';
12+
13+
<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>
14+
15+
We're happy to announce a change in the computation for the `scanned_partition_count` Search Audit Index field. Previously, we were using incorrect computation to calculate the value for the `scanned_partition_count` field. With this change, the incorrect computation is fixed and now you will obtain the correct number of partitions scanned for the respective search.

docs/manage/manage-subscription/usage-management.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To create the query size limit using the **Advanced** configuration:
5555
1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Administration > Account > Usage Management**. <br/> [**New UI**](/docs/get-started/sumo-logic-ui/). In the top menu, select **Administration**, and then under **Account**, select **Usage Management**. You can also click the **Go To...** menu at the top of the screen and select **Usage Management**.
5656
1. Navigate to **Advanced** tab and click on **+ Create Scan Budget**. <br/><img src={useBaseUrl('/img/manage/account/usage-management-advanced.png')} alt="usage-management" style={{border:'1px solid gray'}} width="800"/>
5757
1. **Scope**. Include or exclude the users and roles for whom the scan budget should apply.
58-
1. **Capacity**. Enter the GB value based on your needs. Sumo Logic recommends setting a GB value per query based on the 95th percentile to stay within safe limits. You can also check the query size of the last 10 queries by clicking on **Click here** to help you determine the appropriate size limit.
58+
1. **Capacity**. Enter the GB value based on your needs. Sumo Logic recommends setting a GB value per query based on the 95th percentile to stay within safe limits. You can also check the query size of the last 10 queries by clicking on the **Click here** button to help you determine the appropriate size limit.
5959
1. **Action**. Select the type of action/response you require when the budget limit is reached.
6060
- **Show Warning to the user**. Query result will be displayed with a the error message.
6161
- **Only allow background query scans**. A warning message will be displayed if you run a query that exceeds the budget set. This will block the foreground searches but will not impact any background searches/automated queries.
@@ -106,4 +106,5 @@ To view the selected scan budget:
106106

107107
### Handle overlapping budgets
108108

109-
When you configure multiple budgets for the same user, the scope with the largest capacity takes precedence. If there is still an overlap, the budget with the most restrictive action takes precedence. For example, if you are a part of multiple groups with different query size budgets, the one with the largest capacity will be applied.
109+
When you configure multiple budgets for the same user, the scope with the largest capacity takes precedence. However, if the budgets are of same values (for example, Budget A and Budget B are of same value 10 GB) then the most restrictive budget takes precedence.
110+

0 commit comments

Comments
 (0)