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!

Fall Into Learning with New Splunk Education Courses

Every month, Splunk Education releases new courses to help you branch out, strengthen your data science roots, ...

Super Optimize your Splunk Stats Searches: Unlocking the Power of tstats, TERM, and ...

By Martin Hettervik, Senior Consultant and Team Leader at Accelerate at Iver, Splunk MVPThe stats command is ...

How Splunk Observability Cloud Prevented a Major Payment Crisis in Minutes

Your bank's payment processing system is humming along during a busy afternoon, handling millions in hourly ...