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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...