Splunk Enterprise

Custom table

Santosh2
Path Finder

I would like to add a column called Management  to my table. The management value is not part of the event data. It is  something I would like to assign based on the value of Applications: 
Any help would be appreciated.

ManagementApplications
InIIT
InALP
InMAL
InHST
OutOCC
InALY
InGSS
InHHS
InISD

 

Labels (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust
| eval Management=if(Applications="OCC", "Out", "In")

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust
| eval Management=if(Applications="OCC", "Out", "In")

Santosh2
Path Finder

@ITWhisperer Thank you so much, it really saved my time.

0 Karma
Get Updates on the Splunk Community!

.conf24 | Day 0

Hello Splunk Community! My name is Chris, and I'm based in Canberra, Australia's capital, and I travelled for ...

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...