Splunk Search

How to 'grep' multi-line event?

axelabs
Explorer

How would I perform a Unix grep on a multi-line event? Ex.:

_raw="one
two
three"
_raw="tree
bee
eleven"

I'd like to apply something like the following to my search | eval _raw=grep(_raw, "ee") and get:

_raw="three"
_raw="tree
bee"

* I only have access to searching existing logs with multi-line events.

Tags (2)
0 Karma

axelabs
Explorer

FYI: It is possible to split a multi-line event into a bunch of events and 'grep' the results with another | search. See: https://answers.splunk.com/comments/619554/view.html

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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 GA in US-AWS!

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