Splunk Search

Changing the sorting order of a chart

szabados
Communicator

I got a stacked bar chart from the following search:
... | chart count by "field1" "field2"
On the X-axis I have field2 which is a bunch of numeric values, currently like 0..1..10
That what I want to change to go descending 10..0.
Tried the sort command, or doing like chart count by -field2, but that didn't work.
How can I achieve that?

Tags (1)
0 Karma
1 Solution

stephanefotso
Motivator

Here you go :

 ...| chart count by "field1" "field2"|reverse
SGF

View solution in original post

0 Karma

stephanefotso
Motivator

Here you go :

 ...| chart count by "field1" "field2"|reverse
SGF
0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...