Splunk Search

how to convert a single field into multivalued field

Tridi123
New Member

My currrent ouput is now:

file name                                       keyword 
project_plan_project.doc                        project 
project_plan_project.doc                        plan

Actually i want single row at final ouput as below:

file_name                                        keyword
project_plan_project.doc                         project
                                                 plan

can nomv help on this requirement??

Tags (1)
0 Karma

lguinn2
Legend

Actually, I think that stats might work...

yoursearchhere
| stats values(keyword) by file_name

if you just need to see the values. If you want a count for each value found, then you could do

yoursearchhere
| stats count by file_name keyword
0 Karma

lguinn2
Legend

I updated my answer to include a way to count...

0 Karma

Tridi123
New Member

can i use
............|stats values(keyword) count(keyword) as keywordshit
by file name

0 Karma
Get Updates on the Splunk Community!

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

The Splunk Community Dashboard Challenge is underway! This is your chance to showcase your skills in creating ...

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...