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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...