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
+31-5Lines changed: 31 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,11 @@ To create the query size limit using the **Advanced** configuration:
58
58
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
59
-**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.
60
60
-**Time-phased budgets**. Select **Daily**, **Weekly**, or **Monthly** from the **Budget Type** dropdown and enter the maximum amount of budget in GB. You can set a single shared budget for an entire group by selecting the **Capacity for the Group** option, whereas, you can set a budget for individual user in the selected scope by selecting the **Capacity per User** option.
61
+
:::note
62
+
- For **Daily** budgets, the capacity resets every day at midnight (00:00 PST).
63
+
- For **Weekly** budgets, the capacity resets each Monday at 00:00 PST.
64
+
- For **Monthly** budgets, the capacity resets on the first day of each calendar month at 00:00 PST.
65
+
:::
61
66
1.**Action**. Select the type of action/response you require when the budget limit is reached.
62
67
-**Show Warning to the user**. Query result will be displayed with a the error message.
63
68
-**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.
@@ -88,7 +93,7 @@ To view the selected scan budget:
88
93
-**Delete**. Click the **Delete** button to delete the selected scan budget.
89
94
-**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.
90
95
-**Budget Type**. Defines the type of budget set: Query level or time-phased budgets.
91
-
-**Per Query Budget**. Limits the data (in GBs) that a single query can consume.
96
+
-**Per Query Budget**. Limits the data (in GBs) that a single query can consume. If the query size exceeds the set limit, you will not be able to continue scanning until they are within the query size limit.
92
97
-**Time phased budgets**. Limits the data (in GBs) that a single user or a group can consume based on the time phase selected while creating the budget.
93
98
-**Status**. Describes if the scan budget is active or inactive.
94
99
-**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**.
@@ -101,12 +106,33 @@ To view the selected scan budget:
101
106
-**Audit Logs**. Records the budget definition changes. Click on **View Details** to view the budget definition changes.
102
107
-**System Audit**. Records the breaches and budget enforcement. Click on **View Details** to view the list of breaches.
103
108
104
-
## FAQ
109
+
## FAQs
105
110
106
-
### Handle overlapping budgets
111
+
### Handling overlapping budgets
107
112
108
113
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.
109
114
110
-
### Exceeding the scan budget
115
+
### Exceeding the scan budget query limit
116
+
117
+
When you perform a log search, if the results exceed the specified query limit, an error message will be displayed with no results. For example, consider you set a budget of 1 GB/query, and when your log search results exceed the set budget limit, an error message will be displayed as shown below.<br/><img src={useBaseUrl('/img/manage/account/exceed-scan-budget-warning.png')} alt="exceed-scan-budget-warning" style={{border:'1px solid gray'}} width="800"/>
118
+
119
+
### Update the budget time window, applied on, capacity, or action
120
+
121
+
- Changing the time window (for example, from Daily to Weekly) resets budget usage, and the new configuration is applied immediately.
122
+
- Adjusting the **Applied on** setting (for example, from Capacity for the Group to Capacity per User) resets budget usage, with the updated configuration taking effect immediately.
123
+
- Updating the budget **Capacity** (for example, from 10GB to 20GB) applies the new limit instantly, with error and warning messages reflecting the changes.
124
+
- Modifying the budget **Action** (for example, from StopForegroundScan to Warn) updates the system behavior immediately, issuing a warning message when the new threshold is breached.
125
+
126
+
### Manage new user addition to an existing budget
127
+
128
+
If you are added to an existing budget as a new user, your usage will draw from the remaining capacity, aligned with the updated configuration and the specified limits for your role.
129
+
130
+
### Breaching the query size limit
131
+
132
+
Each budget type (daily, weekly, monthly, or query) is treated independently, without conflicts between them. Usage is evaluated based on the maximum capacity defined for each budget type. For example, if the daily budget is exceeded and a Stop action is triggered, the user will be blocked from scanning until the daily budget resets, regardless of any remaining capacity in the monthly budget.
133
+
134
+
### Usage attribution across multiple budget types
135
+
136
+
As long as you are within the limits of each budget type, usage will be attributed independently to each budget type. If you exceed any one budget type, the action for that budget will be applied. But usage will still be reported to other budgets if they have available capacity. For example, if the daily limit and monthly limit is set to 100GB and 300GB respectively, and if you have used 50 GB of your daily limit, then this usage will be reported to both the daily and monthly budgets as long as they are within their capacity. The query budget only tracks the size in GB per query, so the user will still be within the query budget if the query size limit is not breached.
137
+
111
138
112
-
When you perform a log search, if the results exceed the specified capacity limit, an error message will be displayed with no results. For example, consider you set a budget of 1 GB/query, and when your log search results exceed the set budget limit, an error message will be displayed as shown below.<br/><img src={useBaseUrl('/img/manage/account/exceed-scan-budget-warning.png')} alt="exceed-scan-budget-warning" style={{border:'1px solid gray'}} width="800"/>
0 commit comments