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!

Database Performance Sidebar Panel Now on APM Database Query Performance & Service ...

We’ve streamlined the troubleshooting experience for database-related service issues by adding a database ...

IM Landing Page Filter - Now Available

We’ve added the capability for you to filter across the summary details on the main Infrastructure Monitoring ...

Dynamic Links from Alerts to IM Navigators - New in Observability Cloud

Splunk continues to improve the troubleshooting experience in Observability Cloud with this latest enhancement ...