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!

Detecting Brute Force Account Takeover Fraud with Splunk

This article is the second in a three-part series exploring advanced fraud detection techniques using Splunk. ...

Buttercup Games: Further Dashboarding Techniques (Part 9)

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...

Buttercup Games: Further Dashboarding Techniques (Part 8)

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...