|
1 | 1 | --- |
2 | | -slug: /manage/ingestion-volume/ingest-budgets/daily-volume |
| 2 | +id: daily-volume |
3 | 3 | title: Daily Volume |
4 | 4 | description: Control the capacity of daily log ingestion volume sent to Sumo Logic from Collectors. |
5 | 5 | --- |
6 | 6 |
|
| 7 | +import useBaseUrl from '@docusaurus/useBaseUrl'; |
| 8 | + |
| 9 | +:::note |
| 10 | +If you want to use APIs to manage ingest budgeting, you must use [Ingest Budget Management V2 APIs](/docs/api/ingest-budget-v2/). Ingest Budget Management V1 APIs have been removed and are no longer supported. |
| 11 | +::: |
| 12 | + |
7 | 13 | Ingest budgets control the daily volume of log data sent to Sumo Logic. Log data can be assigned to an ingest budget that defines a daily log capacity limit. The capacity is tracked based on the combined volume from all sources of log data. When an ingest budget's capacity is reached you can have Sumo Logic stop collecting the log data assigned to it to control costs. |
8 | 14 |
|
9 | 15 | Ingest budgets automatically reset their capacity utilization tracking every 24 hours based on the time and time zone you specify. For example, you can schedule an ingest budget to refresh every day at 02:00 in the America/Los_Angeles time zone. You can manually [reset an ingest budget](#reset-ingest-budget) at any time. |
@@ -42,26 +48,7 @@ For example, a **Scope** expression like `_sourceCategory=/dev/catalog/*` im |
42 | 48 |
|
43 | 49 | See more [budget assignment examples](#budget-assignment-examples) below and review the [rules](#rules) above. |
44 | 50 |
|
45 | | -## Versions |
46 | | -<!-- impacted by v1 deprecation --> |
47 | | -There are two versions of ingest budgets: |
48 | | - |
49 | | -* V1 ingest budgets are older and have a **Field Value** for Collector assignment. They are shown with a **V1** in the **Name** cell.<br/>  |
50 | | -* V2 ingest budgets provide you the ability to assign budgets to your log data by either [Fields](/docs/manage/fields) or the following [built in metadata](/docs/search/get-started-with-search/search-basics/built-in-metadata) fields, `_collector`, `_source`, `_sourceCategory`, `_sourceHost`, and `_sourceName`. |
51 | | - |
52 | | - |
53 | | -## Migrating V1 budgets to V2 |
54 | | - |
55 | | -<!-- impacted by v1 deprecation --> |
56 | | -* You can edit an existing **V1** budget by providing a **scope** to change it to a **V2** budget that is metadata-based. |
57 | | -* V2 budgets are manageable with the [Ingest Budget Management **V2** API](/docs/api/ingest-budget-v2). |
58 | | -* V1 budgets will be deprecated on September 16, 2024. |
59 | | - |
60 | | - |
61 | | -Stopping collection differences: |
62 | | - |
63 | | -* First version ingest budgets take around 30 seconds to stop collecting when capacity is reached. We recommend setting a soft limit that is lower than your needed hard limit. |
64 | | -* Second version ingest budgets drop data instantly once capacity is reached. |
| 51 | +[V2 ingest budgets](/docs/api/ingest-budget-v2/) provide you the ability to assign budgets to your log data by either [fields](/docs/manage/fields) or the following [built in metadata](/docs/search/get-started-with-search/search-basics/built-in-metadata) fields, `_collector`, `_source`, `_sourceCategory`, `_sourceHost`, and `_sourceName`. |
65 | 52 |
|
66 | 53 | ## Source type behavior |
67 | 54 |
|
@@ -296,23 +283,3 @@ _index=sumologic_system_events "IngestBudget" |
296 | 283 | | where eventType = "Health-Change" AND resourceType = "IngestBudget" and severity="Warning" |
297 | 284 | ``` |
298 | 285 |
|
299 | | -import useBaseUrl from '@docusaurus/useBaseUrl'; |
300 | | - |
301 | | -## Guide contents |
302 | | - |
303 | | -In this section, we'll introduce the following concepts: |
304 | | - |
305 | | -<div className="box-wrapper"> |
306 | | -<div className="box smallbox card"> |
307 | | - <div className="container"> |
308 | | - <a href="/docs/manage/ingestion-volume/ingest-budgets/daily-volume/assign-collector-ingest-budget"><img src={useBaseUrl('img/icons/operations/data-volume.png')} alt="icon" width="40"/><h4>Assign Collector to Ingest Budget</h4></a> |
309 | | - <p>Learn how to assign a Collector to an Ingest Budget.</p> |
310 | | - </div> |
311 | | -</div> |
312 | | -<div className="box smallbox card"> |
313 | | - <div className="container"> |
314 | | - <a href="/docs/manage/ingestion-volume/ingest-budgets/daily-volume/quickstart"><img src={useBaseUrl('img/icons/operations/data-volume.png')} alt="icon" width="40"/><h4>Ingest Budgets Quickstart Tutorial</h4></a> |
315 | | - <p>Learn how to create and use Ingest Budgets.</p> |
316 | | - </div> |
317 | | -</div> |
318 | | -</div> |
0 commit comments