Getting Data In

How to remove row1 row 2 after using transpose command .

AdixitSplunk
Path Finder

I have just used .....chart count by env |addcolstotals |fillnull value="Total" env In my query
Its actually giving result as:

env Count
POD1 5
POD2 2
POD3 3
Total 10
I want it to be like
POD1 POD2 POD3 Total
5 2 3 10
I used transpose command but its giving result like:
column row1 row2 row 3
env POD1 POD2 POD3
Count 5 2 3

Is it possible to make "POD1" POD2 as table header instead of row 1, row 2 etc.
Please help me with this .

0 Karma
1 Solution

gcusello
SplunkTrust
SplunkTrust

hi AdixitSplunk,
use header_field=env in your transpose command.
see https://docs.splunk.com/Documentation/Splunk/6.5.1/SearchReference/Transpose
Bye.
Giuseppe

View solution in original post

gcusello
SplunkTrust
SplunkTrust

hi AdixitSplunk,
use header_field=env in your transpose command.
see https://docs.splunk.com/Documentation/Splunk/6.5.1/SearchReference/Transpose
Bye.
Giuseppe

jplumsdaine22
Influencer

Jeez you're making this too easy 🙂

0 Karma

AdixitSplunk
Path Finder

Fantastic 🙂

0 Karma

jplumsdaine22
Influencer

Does this give you what you're after?

...stats count by env |eventstats sum(count) as total |fillnull value="Total" env | chart limit=0 values(count) over total by host
0 Karma
Get Updates on the Splunk Community!

Splunk App for Anomaly Detection End of Life Announcment

Q: What is happening to the Splunk App for Anomaly Detection?A: Splunk is officially announcing the ...

Aligning Observability Costs with Business Value: Practical Strategies

 Join us for an engaging Tech Talk on Aligning Observability Costs with Business Value: Practical ...

Mastering Data Pipelines: Unlocking Value with Splunk

 In today's AI-driven world, organizations must balance the challenges of managing the explosion of data with ...