Getting Data In

Is it possible to remove the header in after transposing

Sampathu
Explorer

I am using the untable command instead of transpose and my result looks like

Metrics Value
cpu_core 4
ram_size 8

Can i use any command so that i don't get the header itself. My result must look like(after removing header Metrics and Value)

cpu_core 4
ram_size 8

Tags (3)
0 Karma

jkat54
SplunkTrust
SplunkTrust

... | rename Metrics as " " Value as " "

Try that, or do space dot space, etc. I'm putting more than one space between the second quotes but the forum is changing to one space

0 Karma

sundareshr
Legend

Do these two columns have names? You could try | search col2!="Value"

Out of curiosity, why are you using untable or transpose command? You should be able to get the desired result with just the table command like this table Metric Value

0 Karma

Sampathu
Explorer

No. In my actual search the result is

cpu_core ram_size
4 8

query = original search......... | untable _time Metrics Value... (I know how to remove the _time field )
when I untable them i get it as

Metrics Value
cpu_core 4
ram_size 8

Am curious to know whether we can remove the headers itself!!

0 Karma

somesoni2
Revered Legend

What visualization you're try to use? If you're using table, then a table need it's header/column name. You can try html visualization in you can you need custom visualization.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

 Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What's New in Splunk Observability - August 2025

What's New We are excited to announce the latest enhancements to Splunk Observability Cloud as well as what is ...

Introduction to Splunk AI

How are you using AI in Splunk? Whether you see AI as a threat or opportunity, AI is here to stay. Lucky for ...