From 9d7db994b87e10c556aba188e8aafa6b7f66d7ff Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:21:40 +0530 Subject: [PATCH 1/2] Update minute-volume.md --- docs/manage/ingestion-volume/ingest-budgets/minute-volume.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manage/ingestion-volume/ingest-budgets/minute-volume.md b/docs/manage/ingestion-volume/ingest-budgets/minute-volume.md index dd7a48ee29..1c82848fcc 100644 --- a/docs/manage/ingestion-volume/ingest-budgets/minute-volume.md +++ b/docs/manage/ingestion-volume/ingest-budgets/minute-volume.md @@ -91,7 +91,7 @@ _index=sumologic_audit_events minuteVolume stopCollecting 1. Identify sources which are not critical data sources where stricter data controls can be added to prevent your organization from being throttled. 1. Identify `_sourceCategory` or any other identifier for the sources. -1. Run the following query. The goal of this query is to understand previous data ingestion trends and suggest to you the peak volume seen per minute. +1. Run the following query. The goal of this query is to understand previous data ingestion trends and suggest to you the peak volume seen per minute. To obtain the most accurate ingest rates, run the query using [Receipt Time](/docs/search/get-started-with-search/build-search/use-receipt-time/). ```sql _sourceCategory= AND _index= | timeslice 1m From 84bf4f43714caa7ded862afd68595763ca3cc7d6 Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:23:10 +0530 Subject: [PATCH 2/2] Update docs/manage/ingestion-volume/ingest-budgets/minute-volume.md --- docs/manage/ingestion-volume/ingest-budgets/minute-volume.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manage/ingestion-volume/ingest-budgets/minute-volume.md b/docs/manage/ingestion-volume/ingest-budgets/minute-volume.md index 1c82848fcc..db0a2e19e8 100644 --- a/docs/manage/ingestion-volume/ingest-budgets/minute-volume.md +++ b/docs/manage/ingestion-volume/ingest-budgets/minute-volume.md @@ -91,7 +91,7 @@ _index=sumologic_audit_events minuteVolume stopCollecting 1. Identify sources which are not critical data sources where stricter data controls can be added to prevent your organization from being throttled. 1. Identify `_sourceCategory` or any other identifier for the sources. -1. Run the following query. The goal of this query is to understand previous data ingestion trends and suggest to you the peak volume seen per minute. To obtain the most accurate ingest rates, run the query using [Receipt Time](/docs/search/get-started-with-search/build-search/use-receipt-time/). +1. Run the following query. The goal of this query is to understand previous data ingestion trends and suggest to you the peak volume seen per minute. To obtain the most accurate ingest rates, run the query using the [Receipt Time](/docs/search/get-started-with-search/build-search/use-receipt-time/). ```sql _sourceCategory= AND _index= | timeslice 1m