Splunk Search

Convert multiple value to single value.

abhishekpatel2
Explorer

I want to map multiple value field to one single value field.

Ex:

COL1     |     COL2

VAL1     |     Val11

                      Val12

VAL2     |     Val21

                      Val22

                     Val23

And the output I want is:

COL1     |     COL2

VAL1     |     Val11,VAL12

VAL1     |     Val21,VAL22,VAL23

 

Labels (1)
0 Karma

venkatasri
SplunkTrust
SplunkTrust

Hi @abhishekpatel2 

Can you try this?

<your_search_goes_here> 
| eval new_COL2=mvjoin(COL2,",") 
| table COL1 new_COL2

---

An upvote would be appreciated and Accept solution if this reply helps!

Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...