<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic error on search head in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/error-on-search-head/m-p/71880#M2476</link>
    <description>&lt;P&gt;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.&lt;/P&gt;

&lt;P&gt;[splunk] The lookup table 'wksh_action_lookup' does not exist. It is referenced by configuration 'syslog'.&lt;/P&gt;

&lt;P&gt;How do I resolve this error?  Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 09:52:35 GMT</pubDate>
    <dc:creator>DTERM</dc:creator>
    <dc:date>2020-09-28T09:52:35Z</dc:date>
    <item>
      <title>error on search head</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/error-on-search-head/m-p/71880#M2476</link>
      <description>&lt;P&gt;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.&lt;/P&gt;

&lt;P&gt;[splunk] The lookup table 'wksh_action_lookup' does not exist. It is referenced by configuration 'syslog'.&lt;/P&gt;

&lt;P&gt;How do I resolve this error?  Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:52:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/error-on-search-head/m-p/71880#M2476</guid>
      <dc:creator>DTERM</dc:creator>
      <dc:date>2020-09-28T09:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: error on search head</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/error-on-search-head/m-p/71881#M2477</link>
      <description>&lt;P&gt;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:&lt;/P&gt;

&lt;P&gt;you should be able to resolve this by adding &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[lookups]
export=system
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;to the &lt;CODE&gt;default.meta&lt;/CODE&gt; file (usually in &lt;CODE&gt;$SPLUNK_HOME/etc/apps/&amp;lt;app_name&amp;gt;/metadata/&lt;/CODE&gt; ) 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. &lt;/P&gt;

&lt;P&gt;there is some documentation about app object permissions here:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Developer/Step5SetPermissions#make_objects_globally_available"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Developer/Step5SetPermissions#make_objects_globally_available&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2011 17:22:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/error-on-search-head/m-p/71881#M2477</guid>
      <dc:creator>piebob</dc:creator>
      <dc:date>2011-09-08T17:22:17Z</dc:date>
    </item>
  </channel>
</rss>

