You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog-service/2024/12-31.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -331,15 +331,15 @@ Minor *query* fixes in the below [Classic Apps (Legacy)](/docs/get-started/apps-
331
331
332
332
#### Scan Budgets
333
333
334
-
We are happy to introduce our new **Usage Management** tab under the **Accounts** section. This feature allows you to define query spending limits, helping prevent unexpected charges and manage Sumo Logic credits, particularly in pay-per-use scenarios by limiting search volume.
334
+
We are happy to introduce our new **Scan Budgets** tab under the **Accounts** section. This feature allows you to define query spending limits, helping prevent unexpected charges and manage Sumo Logic credits, particularly in pay-per-use scenarios by limiting search volume.
335
335
336
336
Key features include:
337
337
338
338
-**Org-wide query budget**. Set a budget for queries that applies to all users in the organization.
339
339
-**User level and role level query budget**. Set limits on query data volume at the user level and role level.
340
340
-**Flexible actions**. Choose what happens when the budget limit is reached. Options include **Display a warning to the user** or **Restrict queries to background scans only**.
341
341
342
-
Explore our technical documentation [here](/docs/manage/manage-subscription/usage-management/) to learn how to set up and use Scan Budgets.
342
+
Explore our technical documentation [here](/docs/manage/manage-subscription/scan-budgets/) to learn how to set up and use Scan Budgets.
Copy file name to clipboardExpand all lines: blog-service/2025-01-23-manage.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,4 @@ hide_table_of_contents: true
9
9
10
10
import useBaseUrl from '@docusaurus/useBaseUrl';
11
11
12
-
13
-
14
-
We're excited to introduce the time-phased scan budgets for advanced usage management, which helps you to set **Daily**, **Weekly**, or **Monthly** budgets for individual user or a single shared budget for an entire group. [Learn more](/docs/manage/manage-subscription/usage-management/#set-scan-budgets).
12
+
We're excited to introduce the time-phased scan budgets for advanced usage management, which helps you to set **Daily**, **Weekly**, or **Monthly** budgets for individual user or a single shared budget for an entire group. [Learn more](/docs/manage/manage-subscription/scan-budgets).
Copy file name to clipboardExpand all lines: docs/api/scan-budget.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,8 @@ The Scan Budget Management APIs allows you to manage scan budgets from HTTP endp
38
38
39
39
<ApiRoles/>
40
40
41
-
*Usage Management
42
-
* View Usage Management
43
-
* Manage Usage Management
41
+
*Scan Budget
42
+
* View Scan Budget
43
+
* Manage Scan Budget
44
44
45
-
To manage scan budgets, you must have the **Manage Usage Management** role capability. Enabling this will also automatically enable the **View Usage Management** capability.
45
+
To manage scan budgets, you must have the **Manage Scan Budget** role capability. Enabling this will also automatically enable the **View Scan Budget** capability.
description: Learn to set query level budget to define spending limits for queries.
5
+
---
6
+
7
+
import useBaseUrl from '@docusaurus/useBaseUrl';
8
+
9
+
This page provides information about the query budget usage limits, which allows you to define spending limits for queries to prevent unexpected charges. This will help you manage Sumo Logic credits, especially in pay-per-use scenarios, by setting budgets on scan data volume.
10
+
11
+
## Throttling Limits
12
+
13
+
Throttling limits helps you to view the logs, traces, and traces ingestion rate with the throttling value. With [View Recent Breaches](/docs/manage/security/audit-indexes/audit-index/#throttling-events) button you can view recent throttling limit breaches.
To manage the query size limit follow the below steps:
24
+
25
+
1.[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Administration > Account > Organization Usage Limits**. <br/> [**New UI**](/docs/get-started/sumo-logic-ui/). In the top menu, select **Administration**, and then under **Account**, select **Organization Usage Limits**. You can also click the **Go To...** menu at the top of the screen and select **Organization Usage Limits**. <br/><img src={useBaseUrl('/img/manage/account/organization-usage-limits.png')} alt="organization-usage-limits" style={{border:'1px solid gray'}} width="650"/>
26
+
1.**Enable Query Limit**. Select this checkbox and 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. If you leave this checkbox unchecked, no limits will be added to the query.
27
+
1. Click **Save Limit**.
28
+
29
+
:::info
30
+
Sumo Logic defines scan as two types:
31
+
-**Foreground interactive search**. Search page UI, Copilot, and Dashboards.
32
+
-**Background search**. API, Scheduled Search, Monitor, Scheduled Views, and SLO.
33
+
:::
34
+
35
+
:::note
36
+
It may take up to 5 minutes for a newly created budget to become active and enforceable in the system.
37
+
:::
38
+
39
+
The **Advanced** method for setting the budgets allows you to configure limits for individual users and helps admins assign roles for easier group selection. [Learn more](/docs/manage/manage-subscription/scan-budgets).
Copy file name to clipboardExpand all lines: docs/manage/manage-subscription/scan-budgets.md
+12-46Lines changed: 12 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,59 +1,25 @@
1
1
---
2
-
id: usage-management
3
-
title: Usage Management
4
-
description: Learn to set query level budget to define spending limits for queries.
2
+
id: scan-budgets
3
+
title: Scan Budget
4
+
description: Learn to set advacned query limits to define spending limits for queries.
5
5
---
6
6
7
7
import useBaseUrl from '@docusaurus/useBaseUrl';
8
8
9
-
This page provides information about the Scan Budgets, which allows you to define spending limits for queries to prevent unexpected charges. This will help you manage Sumo Logic credits, especially in pay-per-use scenarios, by setting budgets on scan data volume.
9
+
Scan budget allows you to configure limits for individual users and helps admins assign roles for easier group selection. This method provides flexibility in your actions when the budget limit is reached.
10
10
11
-
Sumo Logic provides two modes with which you can set the query limits:
To manage the query size limit using the **Basic** configuration:
26
-
27
-
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**. <br/><img src={useBaseUrl('/img/manage/account/usage-management.png')} alt="usage-management" style={{border:'1px solid gray'}} width="650"/>
28
-
1.**Enable Query Limit**. Select this checkbox and 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. If you leave this checkbox unchecked, no limits will be added to the query.
29
-
1. Click **Save Limit**.
30
-
31
-
:::info
32
-
Sumo Logic defines scan as two types:
33
-
-**Foreground interactive search**. Search page UI, Copilot, and Dashboards.
34
-
-**Background search**. API, Scheduled Search, Monitor, Scheduled Views, and SLO.
35
-
:::
36
-
37
-
:::note
38
-
It may take up to 5 minutes for a newly created budget to become active and enforceable in the system.
39
-
:::
40
-
41
-
## Advanced
42
-
43
-
The **Advanced** method for setting scan budgets allows you to configure limits for individual users and helps admins assign roles for easier group selection. This method also provides flexibility in your actions when the budget limit is reached.
| Credits | Essentials (Flex) and Enterprise Suite |
50
16
51
-
###Set scan budgets
17
+
## Set scan budgets
52
18
53
19
To create the query size limit using the **Advanced** configuration:
54
20
55
-
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**.
56
-
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"/>
21
+
1.[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Administration > Account > Scan Budget**. <br/> [**New UI**](/docs/get-started/sumo-logic-ui/). In the top menu, select **Administration**, and then under **Account**, select **Scan Budget**. You can also click the **Go To...** menu at the top of the screen and select **Scan Budget**.<br/><img src={useBaseUrl('/img/manage/account/scan-budget-advanced.png')} alt="scan-budget-advanced" style={{border:'1px solid gray'}} width="800"/>
22
+
1.Click on the **+ Create Scan Budget**.
57
23
1.**Scope**. Include or exclude the users and roles for whom the scan budget should apply.
58
24
1.**Capacity**. You can set either query level or time-phased budgets. 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.
59
25
-**Query level budgets**. Select **Query** from the **Budget Type** dropdown and 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.
@@ -78,12 +44,12 @@ To create the query size limit using the **Advanced** configuration:
78
44
It may take up to 5 minutes for a newly created budget to become active and enforceable in the system.
79
45
:::
80
46
81
-
###View details about a Scan Budget
47
+
## View details about a Scan Budget
82
48
83
49
To view the selected scan budget:
84
50
85
-
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**.
86
-
1.Navigate to **Advanced** tab and click the row with the scan budget you want to view.
51
+
1.[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Administration > Account > Scan Budget**. <br/> [**New UI**](/docs/get-started/sumo-logic-ui/). In the top menu, select **Administration**, and then under **Account**, select **Scan Budget**. You can also click the **Go To...** menu at the top of the screen and select **Scan Budget**.
52
+
1.Click the scan budget which you want to view.
87
53
1. In the details section: <br/><img src={useBaseUrl('/img/manage/account/view-scan-budget.png')} alt="view-scan-budget" style={{border:'1px solid gray'}} width="400"/>
88
54
-**Edit**. Click the **Edit** button to open the pane for editing. Edit the required fields and click on **Save**.
0 commit comments