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!

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...

Detecting Remote Code Executions With the Splunk Threat Research Team

WATCH NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If exploited, ...

Enter the Dashboard Challenge and Watch the .conf24 Global Broadcast!

The Splunk Community Dashboard Challenge is still happening, and it's not too late to enter for the week of ...