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!

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...