Splunk Search

subsearch not working

benzmmrmnn86
New Member

I have an alert using a subsearch that was working a few weeks ago. Now all of a sudden i cannot get any subsearchs to work. A very simple search i performed is:

index=IndexName sourcetype=WindowsEventLogs [search sourcetype="VPNLogs" CN=Ben_zimmermann
| table CN]

If i perform each search individually, i get results but when i put them together, i do not get any results.

0 Karma

gcusello
SplunkTrust
SplunkTrust

HI @benzmmrmnn86,
when you run the subsearch by itself, what's the number of results?
remember that there's the limit of 50,000 results in subsearches, so if you have more results. maybe the ones you need are the exceeding part of results.
You could modify subsearch as the following:

index=IndexName sourcetype=WindowsEventLogs [search index=my_index sourcetype="VPNLogs" CN=Ben_zimmermann
| dedup CN | table CN]

Then I agree with @oscar84x: it's a good practice to use always the index in every search and subsearch.

Ciao.
Giuseppe

0 Karma

jpolvino
Builder

Can you please run it against a time period that is known to be good? You mention a few weeks, so try a little before that when you know you had positive alerts. Maybe the composition of your logs has changed.

0 Karma

oscar84x
Contributor

Off the top of my head, could you try specifying the index in the subsearch?

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...