Splunk Search

How to pivot a search off a subsearch result?

Michael
Contributor

Since I couldn't find this anywhere, I'm making my own question and answer, to better help the "next guy" who has this question and can't find the answer either.

I wanted a simple query of an error condition in our email logs, then return the grouped log events associated with that exchange. Since email logs are line by line (multiple events) their only connection is the MID.

Answer below:

0 Karma
1 Solution

Michael
Contributor

index=main [ search index=main (host=esa1* OR host=esa2*) "possible delivery" | stats count by MID | fields + MID | format] | transaction MID

This will search for the error "possible delivery" on a line, then use the MID field to pivot from and collect all the line events from that exchange.

View solution in original post

0 Karma

Michael
Contributor

index=main [ search index=main (host=esa1* OR host=esa2*) "possible delivery" | stats count by MID | fields + MID | format] | transaction MID

This will search for the error "possible delivery" on a line, then use the MID field to pivot from and collect all the line events from that exchange.

0 Karma
Get Updates on the Splunk Community!

Splunk Observability Synthetic Monitoring - Resolved Incident on Detector Alerts

We’ve discovered a bug that affected the auto-clear of Synthetic Detectors in the Splunk Synthetic Monitoring ...

Video | Tom’s Smartness Journey Continues

Remember Splunk Community member Tom Kopchak? If you caught the first episode of our Smartness interview ...

3-2-1 Go! How Fast Can You Debug Microservices with Observability Cloud?

3-2-1 Go! How Fast Can You Debug Microservices with Observability Cloud? Learn how unique features like ...