Splunk Search

Re-order table columns with dynamic names?

mspoerr
Path Finder

Hello,

I have a chart with dynamic field names displayed as table and would like to change the order of the columns:

 

 

Name     Season 1     Season 2     Season 3
Name1    10000        11111        22222
Name2    9999         9997         9998
Name3    7777         5555         6666

 

 

How can I change the order of the columns? The number of Seasons is flexible and it should always start with the latest one -> Name  Season3  Season2  Season1

Labels (2)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust
| transpose 0 header_field=Name column_name=Name
| sort 0 - Name
| transpose 0 header_field=Name column_name=Name

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust
| transpose 0 header_field=Name column_name=Name
| sort 0 - Name
| transpose 0 header_field=Name column_name=Name

mspoerr
Path Finder

Is it possible to get more control over the sorting? There are more columns which I omitted in my original question.

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Sort of non-numeric fields is done lexicographically. It can be ascending or descending. If you want the columns sorted another way, you may have to add another field, possibly based on the name, which can then be sorted by, and then removed.

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 ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...