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!

Index This | Why did the turkey cross the road?

November 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  🚀 Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Feel the Splunk Love: Real Stories from Real Customers

Hello Splunk Community,    What’s the best part of hearing how our customers use Splunk? Easy: the positive ...