Splunk Search

find other results using search results from first query

donrtowery
New Member

its been a while since I've worked with splunk

 

I have an error detail that I can search in splunk:

index=* errorMessage

and it returns:

dateTime - sessionId - errorMessage

if I search the sessionId I get:

index=* sessionId

dateTime - sessionId - customerDetail

 

 

How can I find the customerDetail using one query by searching for the errorMessage?

 

 

 

 

Labels (3)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

A subsearch should handle that.

index=* sessionId [index=* errorMessage | fields sessionId | format]

I hope you are using real index names in your queries as index=* is very inefficient. 

---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...