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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...