Splunk Search

timechart linechart to display in and out per device

surekhasplunk
Communicator

Hi,

I have a query which gives me in_usage and out_usage for a device per metric

bla bla ...| table Device metric_name "in_usage%" "out_usage%"  

Now i want to display the top20 in_usage in one line in the line chart graph and out_usage in another line in the same graph by Device and metric_name.

How to do that am little confused.

I tried using below at the end but i dont want to explicitly sort it by out it should be sorted by both in/out

| stats values("in_usage%") as IN_usage values("out_usage%") as OUT_usage by Device metric_name | sort - OUT_usage |head 20

Please help

0 Karma

richgalloway
SplunkTrust
SplunkTrust

The sort command can sort on more than one field. For example, sort 0 -OUT_usage, IN_usage.

---
If this reply helps you, Karma would be appreciated.
0 Karma

surekhasplunk
Communicator

I tried to sort as you suggested but not working for my case.

if i write like this sort 0 -OUT_usage, IN_usage ----> OUT_usage gets sorted in decending
if i write like this sort 0 -IN_usage, OUT_usage ----> IN_usage gets sorted in decending.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

That is the way sort works. It's rather like sorting in Excel. Sort by one column and when there are duplicates in that column, sort by the other column.
How exactly do you want your data sorted? Examples?

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to July Tech Talks, Office Hours, and Webinars!

What are Community Office Hours?Community Office Hours is an interactive 60-minute Zoom series where ...

Updated Data Type Articles, Anniversary Celebrations, and More on Splunk Lantern

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

A Prelude to .conf25: Your Guide to Splunk University

Heading to Boston this September for .conf25? Get a jumpstart by arriving a few days early for Splunk ...