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!

Celebrating Fast Lane: 2025 Authorized Learning Partner of the Year

At .conf25, Splunk proudly recognized Fast Lane as the 2025 Authorized Learning Partner of the Year. This ...

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...