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!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...