Splunk Search

Filter result with another search

rxalex
Engager

Hi Folks, I have been trying to pull some data associated with latest Run ID (associated with execution), I am having hard time writing query for it. Any help would be appreciated.

Base Data:

 

index="unified-tests" dataType="TestRail"

 

To this I would need to apply a filter for runId = result of below query

 

index="unified-tests" dataType="TestRail" | stats last(runId) as latestRunID by brand, platform | stats last(latestRunID) by latestRunID | table latestRunID

 

These are some failed attempts:

 

index="unified-tests" dataType="TestRail" runId=*[search index="unified-tests" dataType="TestRail" | stats last(runId) as latestRunID by brand, platform | stats last(latestRunID) by latestRunID | table latestRunID]
index="unified-tests" dataType="TestRail" | join left=L right=R where L.runID = R.latestRunID [search index="unified-tests" dataType="TestRail" | stats last(runId) as latestRunID by brand, platform | stats last(latestRunID) by latestRunID | table latestRunID]

 

Labels (3)
Tags (3)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

Try something like this

index="unified-tests" dataType="TestRail" [search index="unified-tests" dataType="TestRail" | stats last(runId) as runId by brand, platform | fields runId]

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust

Try something like this

index="unified-tests" dataType="TestRail" [search index="unified-tests" dataType="TestRail" | stats last(runId) as runId by brand, platform | fields runId]

rxalex
Engager

Thanks a lot @ITWhisperer suggested solution worked

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...