Splunk Search

How to display table with vertical title?

JohnnyMnemonic
Explorer

I'm sure this must be possible, but I can't find a way, unfortunately there are a couple of threads on this with no solution 😞

I just want to display a table vertically, with titles as column 1 and values as column 2, like a bullet list.

All the information I found suggests that the "transposse" command is the way to go, but I don't know how to achieve it.

Any suggestion?

Field 1 Field 2 Field 3
Value Value Value

 

And this is how I'd like to express the table:

Fields Values
Field 1 Value
Field 2 Value
Field 3 Value
Labels (4)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust
| eval Fields="Values"
| transpose 0 column_name=Fields header_field=Fields

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust
| eval Fields="Values"
| transpose 0 column_name=Fields header_field=Fields

JohnnyMnemonic
Explorer

It works! Thanks

0 Karma
Get Updates on the Splunk Community!

Splunk Observability Cloud’s AI Assistant in Action Series: Analyzing and ...

This is the second post in our Splunk Observability Cloud’s AI Assistant in Action series, in which we look at ...

Elevate Your Organization with Splunk’s Next Platform Evolution

 Thursday, July 10, 2025  |  11AM PDT / 2PM EDT Whether you're managing complex deployments or looking to ...

Splunk Answers Content Calendar, June Edition

Get ready for this week’s post dedicated to Splunk Dashboards! We're celebrating the power of community by ...