All Apps and Add-ons

Splunk App for ServiceNow: Error - "Could not find all of the specified lookup fields in the lookup table"

uhaba
Explorer

I'm getting this error after installing the servicenow TA and app and not sure why. I've pulled out the relevant snips targeting the error. I've also cat'ed the lookup to see if there's any odd characters in there and didn't find any.

Error message:

Error 'Could not find all of the specified lookup fields in the lookup table.' for conf 'snow:em_event' and lookup table 'severity_lookup'.

props.conf

[snow:em_event]
EXTRACT-snow_em_event_alert = alert="(?P[^\s"]*)"

For display_value = all, uncomment the following.
FIELDALIAS-severity_name = dv_severity AS severity_name

For display_value = all, comment the following.
LOOKUP-severity_name = severity_lookup severity AS severity OUTPUTNEW severity_$

transforms.conf

[severity_lookup]
filename = severity.csv

severity.csv

severity,severity_name
0,Clear
1,Critical
2,Major
3,Minor
4,Warning

cat output

[root@[host]lookups]# cat severity.csv
severity,severity_name
0,Clear
1,Critical
2,Major
3,Minor
4,Warning

0 Karma

mreynov_splunk
Splunk Employee
Splunk Employee

Your props look all mangled. Here is my copy:

[snow:em_event]
EXTRACT-snow_em_event_alert = alert="(?P<snow_em_event_alert>[^\s"]*)"

# For display_value = all, uncomment the following.
#FIELDALIAS-severity_name = dv_severity AS severity_name

# For display_value = all, comment the following.
LOOKUP-severity_name = severity_lookup severity AS severity OUTPUTNEW severity_name AS severity_name

I would suggest reinstalling the addon.

0 Karma

splunk4now
Explorer

http://docs.splunk.com/Documentation/AddOns/released/ServiceNow/Troubleshooting. Please configure lookup as per your SNOW instance for events or disable lookup. ,Add on does variety of lookup. The current lookup list might have to be modified for the values used in your SNOW system. I think the documentation clearly outlines this part. http://docs.splunk.com/Documentation/AddOns/released/ServiceNow/Troubleshooting

0 Karma

uhaba
Explorer

bump. Anyone suggestions?

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...