Splunk Search

How to insert empty lines in the field before and after a specific pattern?

damucka
Builder

Hello,

I have a column / field called LINE that consists of the several text lines.
I would like to format it a bit before I present it to the end users in the alert using $result.LINE$.
I have there the following header line:

****************************

and I would like to insert two empty lines before and one empty line below of it into the LINE field.

How would I do it?

Kind Regards,
Kamil

Tags (1)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

Try rex.

... | rex field=LINE mode=sed "s/(\*{28})/\n\n\1\n/"
---
If this reply helps you, Karma would be appreciated.

View solution in original post

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Try rex.

... | rex field=LINE mode=sed "s/(\*{28})/\n\n\1\n/"
---
If this reply helps you, Karma would be appreciated.
0 Karma

efavreau
Motivator

Also, @damucka make sure you accept the answer.

###

If this reply helps you, an upvote would be appreciated.
0 Karma

damucka
Builder

Thank you.
This would do what I want. One more question, how would the sed for the following header line look like?
... I am struggling with it a bit in regex101

******************************* MEMORY *************************************
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Try "s/(\*+ MEMORY \*+)/\nn\1\n/".

---
If this reply helps you, Karma would be appreciated.
0 Karma

efavreau
Motivator

It would be best if you let each question stand alone, as well as state what you tried. However, try this:
https://regex101.com/r/xPYiLc/1

###

If this reply helps you, an upvote would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...