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: docs/manage/manage-subscription/usage-management.md
+18-9Lines changed: 18 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
8
8
9
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.
10
10
11
-
Sumo Logic provides two ways with which you can set the query limits:
11
+
Sumo Logic provides two modes with which you can set the query limits:
12
12
- Basic
13
13
- Advanced
14
14
@@ -17,7 +17,7 @@ Sumo Logic provides two ways with which you can set the query limits:
17
17
To manage the query size limit using **Basic** configuration:
18
18
19
19
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"/>
20
-
1.**Enable Query Limit**. Select this checkbox and click on **Update limit** to enter the GB value based on your needs. Sumo Logic recommends a GB value per query as per the 95th percentile to be within the 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. However, if you run an unoptimized query, excessive data will be scanned and accordingly the scan cost will be increased.
20
+
1.**Enable Query Limit**. Select this checkbox and click on **Update limit** to enter the GB value based on your needs. Sumo Logic recommends a GB value per query as per the 95th percentile to be within the 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.
21
21
1. Click **Save Limit**.
22
22
23
23
:::note
@@ -42,23 +42,25 @@ To create the query size limit using **Advanced** configuration:
42
42
It may take up to 5 minutes for a newly created budget to become active and enforceable in the system.
43
43
:::
44
44
45
-
### View deatails about a Scan Budgets
45
+
### View details about a Scan Budgets
46
46
47
47
To view the selected scan budget:
48
48
49
49
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**.
50
50
1. Navigate to **Advanced** tab and click the row with the scan budget you want to view.
51
51
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"/>
52
-
-**Edit**. Click the **Edit** button to open the pane for editing. Edit the query limit and click on **Save**.
52
+
-**Edit**. Click the **Edit** button to open the pane for editing. Edit the required fields and click on **Save**.
53
53
:::note
54
-
You cannot edit the Scope, Action, and Details information.
54
+
You can only edit the **Capacity** for *Org-wide Query Budget* set using Basic.
55
55
:::
56
56
-**Deactivate/Activate**. Click the **Deactivate/Activate** button to deactivate/activate the selected scan budget.
57
57
-**Delete**. Click the **Delete** button to delete the selected scan budget.
58
58
-**View violations**. Sumo Logic recommends a GB value per query as per the 95th percentile to be within the 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.
59
-
-**Budget Type**.
59
+
-**Budget Type**. Defines the type of budget set: **Per Query Budget** or **Time-Based Budgets**(TBA).
60
+
-**Per Query Budget**. Limits the data (in GBs) that a single query can consume.
61
+
-**Time-Based Budgets**(TBA). Limits the data or credits consumed over a day, week, or month.
60
62
-**Status**. Describes if the scan budget is active or inactive.
61
-
-**Usage Category**.
63
+
-**Usage Category**. Describes the type of scan. For Flex this is shown as Flex scan and for Data tier this is shown as Infrequent scan.
62
64
-**Applied to Roles**. Describes the roles for which the selected scan budget is applied for.
63
65
-**Excluded to Roles**. Describes the roles for which the selected scan budget is excluded for.
64
66
-**Applied to Users**. Describes the users for which the selected scan budget is applied for.
@@ -67,5 +69,12 @@ To view the selected scan budget:
67
69
-**Action**. Describes the type of action sected to notify when the budget limit is reached.
68
70
-**Created**. The user who created the scan budget.
69
71
-**Modified**. The user that most recently modified the scan budget.
70
-
-**Audit Logs**.
71
-
-**System Audit**.
72
+
-**Audit Logs**. Records the budget defenition changes. Click on **View Details** to view the budget defenition changes.
73
+
-**System Audit**. Records the breaches and budget enforcement. Click on **View Details** to view the list of breaches.
74
+
75
+
76
+
## FAQ
77
+
78
+
### Handle overlapping budgets
79
+
80
+
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.
0 commit comments