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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...