Skip to content

Commit 0f16464

Browse files
committed
added note to usage management docs
1 parent 721eef4 commit 0f16464

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ To manage the query size limit using the **Basic** configuration:
2828
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.
2929
1. Click **Save Limit**.
3030

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+
3137
:::note
3238
It may take up to 5 minutes for a newly created budget to become active and enforceable in the system.
3339
:::
@@ -52,7 +58,12 @@ To create the query size limit using the **Advanced** configuration:
5258
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.
5359
1. **Action**. Select the type of action/response you require when the budget limit is reached.
5460
- **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+
:::
5667
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"/>
5768
1. Click **Save** to create the scan budget.
5869

0 commit comments

Comments
 (0)