Splunk Search

Append Column Header Field with Multivalues

cchange
Path Finder

I need to show my table column header in below format. I need to get column name and static header under my column.

Students
Total/Pres/Abs

Can someone please let me know how I can get this format.

0 Karma
1 Solution

woodcock
Esteemed Legend

Like this:

| makeresults
| eval host="test"
| table host
| rename host as "Students
(Total/Pres/Abs)"

View solution in original post

0 Karma

woodcock
Esteemed Legend

Like this:

| makeresults
| eval host="test"
| table host
| rename host as "Students
(Total/Pres/Abs)"
0 Karma

cchange
Path Finder

Thanks it got worked.

0 Karma

gaurav_maniar
Builder

Please provide proper example with sample output and expected output.

0 Karma

cchange
Path Finder

search query | table students | rename students as Students (Total/Pres/Abs)

Current Output:
Students (Total/Pres/Abs)
100/80/20

Desired Output:
Students
(Total/Pres/Abs)

100/80/20

0 Karma
Get Updates on the Splunk Community!

Build Scalable Security While Moving to Cloud - Guide From Clayton Homes

 Clayton Homes faced the increased challenge of strengthening their security posture as they went through ...

Mission Control | Explore the latest release of Splunk Mission Control (2.3)

We’re happy to announce the release of Mission Control 2.3 which includes several new and exciting features ...

Cloud Platform | Migrating your Splunk Cloud deployment to Python 3.7

Python 2.7, the last release of Python 2, reached End of Life back on January 1, 2020. As part of our larger ...