Splunk Search

Display lines before and after the results of your string search

jtpryan
New Member

I want to do a specific string search, say "mary had a little lamb" and have it return the results including the 5 lines previous and the 5 lines after.

I have seen some (too complex to believe) results here, but all near 10 years old.  Is there a more recent, simpler way to do this?  It is a simple switch in grep.

 

Thanks

Labels (1)
0 Karma

to4kawa
Ultra Champion
index=yours [search "mary had a little lamb" | eval earliest=relative_time(_time,"-5s"), latest=relative_time(_time,"+5s") | fields earliest latest | format]

Unlike grep, you can only handle it in time.

Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...