Splunk Search

need subsearch to return more than 10k results

jshaynes
Explorer

I have several use cases where i need to run a subsearch that is not limited to the default 10k results.

ex.
this search does not return any results:

eventtype=cisco_esa [search "Bounced by destination server with response" | fields mid] | transaction fields=mid | search abc@def.com

however this search returns results:

eventtype=cisco_esa [search abc@def.com | fields mid] | transaction fields=mid | search "Bounced by destination server with response"

I believe it is due to the subsearch size limit, because the abc@def.com field is being truncated from the subsearch results...

ie.
returns 100k results:

search "Bounced by destination server with response" | fields mid

returns 1k results:

search abc@def.com | fields mid

Alternatively, is there another way to structure the first command to get it working without using subsearch?

Tags (2)

Takajian
Builder

If you want to correlate big data, there is one of the other ways to use lookup table. Since lookup table is not limitation like 100K, it may be useful. But lookup table is required to be created before you execute search command to get your final result. You can create lookup table by using outputlookup command manually or scheduling.

http://docs.splunk.com/Documentation/Splunk/latest/User/CreateAndConfigureFieldLookups

0 Karma
Get Updates on the Splunk Community!

What's New in Splunk Cloud Platform 9.3.2411?

Hey Splunky People! We are excited to share the latest updates in Splunk Cloud Platform 9.3.2411. This release ...

Buttercup Games: Further Dashboarding Techniques (Part 6)

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...

Technical Workshop Series: Splunk Data Management and SPL2 | Register here!

Hey, Splunk Community! Ready to take your data management skills to the next level? Join us for a 3-part ...