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!

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!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...