Splunk Search

Combine 2 searches with 2nd search dependent on first

worldexplorer81
Path Finder

I am trying to combine 2 searches into one. However, the results for the 2nd search should only return if there are results in the first one.

If no results in the first query, then nothing should be returned. If there are results from the first one, then display the returns from the 2nd search

First query:
index=batch
| where jobName="test_job1" AND statusText in ("FAILURE", "SUCCESS")

Second query:
index=batch
| where like(jobName,"test%") AND statusText="FAILURE" | stats earliest(statusText) as First_Failure, earliest(timestamp) as First_Failure_Time by jobName, machine
| join jobName
[search index=batch | where like(jobName,"test%") | stats latest(statusText) as Latest_Status, latest(timestamp) as Last_Updated_time by jobName]
| sort by Last_Updated_time desc

Any help would be appreciated. Thanks

Tags (1)
0 Karma
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...