Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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=<source category> AND _index=<partition name>
| timeslice 1m
Expand Down
Loading