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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...