Deployment Architecture

error on search head

DTERM
Contributor

I've setup a search head with an application I've wrote that references a remote indexer. The application seems to work. However, I have the following error on the search head that does not appear on the indexer when I run the same app.

[splunk] The lookup table 'wksh_action_lookup' does not exist. It is referenced by configuration 'syslog'.

How do I resolve this error? Thanks.

Tags (2)
0 Karma
1 Solution

piebob
Splunk Employee
Splunk Employee

the issue is most likely that the lookup table that your app is using isn't available to all the components involved in your app:

you should be able to resolve this by adding

[lookups]
export=system

to the default.meta file (usually in $SPLUNK_HOME/etc/apps/<app_name>/metadata/ ) for the app. be aware that this will make the lookup table available globally, which might not be what you want; you can scope this setting down as desired.

there is some documentation about app object permissions here:

http://docs.splunk.com/Documentation/Splunk/latest/Developer/Step5SetPermissions#make_objects_global...

View solution in original post

piebob
Splunk Employee
Splunk Employee

the issue is most likely that the lookup table that your app is using isn't available to all the components involved in your app:

you should be able to resolve this by adding

[lookups]
export=system

to the default.meta file (usually in $SPLUNK_HOME/etc/apps/<app_name>/metadata/ ) for the app. be aware that this will make the lookup table available globally, which might not be what you want; you can scope this setting down as desired.

there is some documentation about app object permissions here:

http://docs.splunk.com/Documentation/Splunk/latest/Developer/Step5SetPermissions#make_objects_global...

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 ...