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!

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