Splunk Search

How to add line break in the eval function?

kiran331
Builder

Hi

How to add the line break in the eval function

base search|eval new =  src_host+","+"Event Code="+EventCode+","+"Sub-Code="+code+","+"Reason="+Reason+","|makemv new delim=","

Output:

Server1
Event Code=4625
Sub-Code=0xC0000234
Reason=Account locked out.
server2
Event Code=4771
Sub-Code=0x12
Reason=NULL

What I need:

Server1
Event Code=4625
Sub-Code=0xC0000234
Reason=Account locked out.

server2
Event Code=4771
Sub-Code=0x12
Reason=NULL
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Have you tried

base search|eval new = src_host+","+"Event Code="+EventCode+","+"Sub-Code="+code+","+"Reason="+Reason+",\n,"|makemv new delim=","
---
If this reply helps you, Karma would be appreciated.

kiran331
Builder

I tried this, this is the result I got instead of empty line.

Server1
Event Code=4625
Sub-Code=0xC0000234
Reason=Account locked out.
\n
server2
Event Code=4771
Sub-Code=0x12
Reason=NULL
\n
server3
Event Code=4771
Sub-Code=0x18
Reason=NULL
\n

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Based on those results, I suggest this. Note the two commas following the Reason field.

base search|eval new = src_host+","+"Event Code="+EventCode+","+"Sub-Code="+code+","+"Reason="+Reason+",,"|makemv new delim=","
---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...