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!

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 ...