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
Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...