Splunk Search

How to convert Table of 16X1 to table 4X4?

thatsabhijeet
Explorer

I have a table of applications like this,

image 1.JPG 

How can I display the table like in below image,

image 2.JPG

Labels (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
| makeresults
| eval "Application Name"=split("Pudge|Invoker|Juggernaut|Medusa|Crystal Maiden|Gyrocopter|Shadow Shaman|Spirit Breaker|Nyx Assasin|Lycanthrope|Chen|Nature Prophet|Faceless Void|Alchemist|Phantom Lancer","|")
| mvexpand "Application Name"
| fields - _time
| streamstats count as row 
| eval col=(row-1)%4
| stats list("Application Name") as "Application Name" by col
| transpose 0
| where column="Application Name"
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 ...