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-10-29-manage.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ We are happy to introduce our new **Usage Management** tab under the **Accounts*
16
16
Key features include:
17
17
18
18
-**Org-wide query budget**. Set a budget for queries that applies to all users in the organization.
19
-
-**User-level query budget**. Set a budget for queries at the user level. With this, *Admins* can specify roles and easily select groups based on roles.
19
+
-**Userlevel and role level query budget**. Set limits on query data volume at the user leveland role level.
20
20
-**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**.
21
21
22
22
Explore our technical documentation [here](/docs/manage/manage-subscription/usage-management/) to learn how to set up and use Scan Budgets.
Copy file name to clipboardExpand all lines: docs/manage/manage-subscription/usage-management.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,12 @@ To manage the query size limit using the **Basic** configuration:
28
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
29
1. Click **Save Limit**.
30
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, and SLO.
35
+
:::
36
+
31
37
:::note
32
38
It may take up to 5 minutes for a newly created budget to become active and enforceable in the system.
33
39
:::
@@ -52,7 +58,12 @@ To create the query size limit using the **Advanced** configuration:
52
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.
53
59
1.**Action**. Select the type of action/response you require when the budget limit is reached.
54
60
-**Show Warning to the user**. Query result will be displayed with a the error message.
55
-
-**Only allow background query scans**. A warning message will be displayed if you run a query that exceeds the budget set, which will block the foreground searches, such as querying in the search UI and dashboards, but will not impact any background searches, such as scheduled search, monitors, SLO, and API.
61
+
-**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.
62
+
:::info
63
+
Sumo Logic defines scan as two types:
64
+
- **Foreground interactive search**. Search page UI, Copilot, and Dashboards.
65
+
- **Background search**. API, Scheduled Search, Monitors, and SLO.
66
+
:::
56
67
1.**Details**. Enter the name for the scan budget.<br/><img src={useBaseUrl('/img/manage/account/create-scan-budget.png')} alt="create-scan-budget" style={{border:'1px solid gray'}} width="650"/>
0 commit comments