Splunk Enterprise Security

How can I merge multiple fields per event and separate them using a delimiter, but keep each event separate in my table/stats results?

lars312
Engager
EXAMPLE TABLE/STATS:

field_1     field_2
012         blah1
345         blah2
ABC         blah3
678         blah4    


DESIRED OUTPUT:

new_field
012 / blah1
345 / blah2
ABC / blah3
678 / blah4
0 Karma
1 Solution

starcher
Influencer

add this to your search

 | eval new_field=field1." / ".field_2

View solution in original post

starcher
Influencer

add this to your search

 | eval new_field=field1." / ".field_2
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 ...