Splunk Search

Why am I unable to combine multivalue fields in my search?

jagdeepgupta813
Explorer

HI,

I have a search in which I am interested in three fields:

index=my_computer sorucetype=asia_data message="Null_fields" | table item_id, country, count

My data has the same item id for multiple countries, say : Item1 for CHN,JPN. IND etc.
Also, it can occur multiple times for the same country.
There could be multiple hosts for the same country.

SO I want results in the format

ITEM_ID   Countries   HOST
Item1     CHN, JPN    Host1, host2

I tried using mvcombine, but it does not give the result as per my expectation.

0 Karma

javiergn
Super Champion

If I understand correctly your question:

index=my_computer sorucetype=asia_data message="Null_fields"
| stats values(country) as Countries, values(host) as host by item_id
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...