Splunk Search

Table invert X Y axis

manudbc
Explorer

Hello,
I want to change de X and Y axis in a table
shown now:
alt text

Desirable show:

date:<value>
date_hour:<value>
date_mday:<value>
date_minute:<value>
date_month:<value>
date_second:<value>
date_wday:<value>
date_year:<value>
date_zone:<value>
eventtype:<value>
.
.
.
0 Karma

somesoni2
Revered Legend

Try like this

your current search giving above output
| eval temp=1
| untable temp fieldName fieldValue
| field - temp
0 Karma

skoelpin
SplunkTrust
SplunkTrust

transpose should do the trick

Add it at the end of your search

... | transpose

http://docs.splunk.com/Documentation/Splunk/7.0.2/SearchReference/Transpose

0 Karma
Get Updates on the Splunk Community!

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...