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!

CX Day is Coming!

Customer Experience (CX) Day is on October 7th!! We're so excited to bring back another day full of wonderful ...

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...