Splunk Search

Error in 'IndexScopedSearch': The search failed. More than 1000000 events found at time

svercelli
Path Finder

So I seem to have an issue similar to the one in this question here and have accidentally indexed over 1,000,000 events on the same second. I want to delete them but I can't because the search won't run because it will produce the same error as seen in the title. Is there any way to solve this without deleting the whole index?

0 Karma

DalJeanis
Legend

Try this - if it runs, then you should be able to delete it in chunks.

 earliest="the exact time you want to delete" | head 90000
0 Karma

secrecys
Explorer

The

| head 90000

does not work...

0 Karma

thambisetty
SplunkTrust
SplunkTrust

Identify events with some unique keywords and use them in the search and then apply delete command. Of course earliest and latest time is required not to delete other events.

————————————
If this helps, give a like below.
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...