Splunk Search

mvindex after stats

asarolkar
Builder

We are attempting to get the top five modules that download mp3 music data THE MOST and their respective VOLUMES

DeviceNum is mp3 device number

TotalVolumeDownloaded is downloaded per DeviceNum

This is the query :

index="usage" | stats max(TotalVolumeDownloaded) as Max by DeviceNum | dedup DeviceNum  sortby -Max | eval DeviceNum_top_five =mvindex(DeviceNum, 0,4) | eval volume_top_five =mvindex(Max,0,4) | table DeviceNum_top_five volume_top_five

This should get me top 5 devices and top 5 usage. Curious so as to why this doesnt work

0 Karma
1 Solution

sowings
Splunk Employee
Splunk Employee

Stats alone is not sufficient to create a multivalued field; mvindex requires that the field be multi-valued. You might try head limit=5

View solution in original post

0 Karma

sowings
Splunk Employee
Splunk Employee

Stats alone is not sufficient to create a multivalued field; mvindex requires that the field be multi-valued. You might try head limit=5

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