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!

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