<?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 Why am I getting search error &amp;quot;The lookup table 'signals' does not exist&amp;quot; after adding a CSV file in my app's lookup folder? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-search-error-quot-The-lookup-table-signals-does/m-p/280924#M84794</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I have a custom written app. Actually it's a legit app which I just added a few lines in the props.conf and inputs.conf files to help obtain some other types of logs and extract useful fields in the log.&lt;/P&gt;

&lt;P&gt;So far it appears to be working well, however, I had the following line in the props to help make some comparison to a lookup table;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;LOOKUP-signals = signals signal_number as sig
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I put the lookup file signals.csv in the lookup folder.&lt;/P&gt;

&lt;P&gt;However now I get the following error when I do my searches&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WSECP0005] The lookup table 'signals' does not exist. It is referenced by configuration 'linux:audit'.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any ideas what could be wrong?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Makinde&lt;/P&gt;</description>
    <pubDate>Mon, 11 Apr 2016 15:31:24 GMT</pubDate>
    <dc:creator>Makinde</dc:creator>
    <dc:date>2016-04-11T15:31:24Z</dc:date>
    <item>
      <title>Why am I getting search error "The lookup table 'signals' does not exist" after adding a CSV file in my app's lookup folder?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-search-error-quot-The-lookup-table-signals-does/m-p/280924#M84794</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I have a custom written app. Actually it's a legit app which I just added a few lines in the props.conf and inputs.conf files to help obtain some other types of logs and extract useful fields in the log.&lt;/P&gt;

&lt;P&gt;So far it appears to be working well, however, I had the following line in the props to help make some comparison to a lookup table;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;LOOKUP-signals = signals signal_number as sig
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I put the lookup file signals.csv in the lookup folder.&lt;/P&gt;

&lt;P&gt;However now I get the following error when I do my searches&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WSECP0005] The lookup table 'signals' does not exist. It is referenced by configuration 'linux:audit'.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any ideas what could be wrong?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Makinde&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2016 15:31:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-search-error-quot-The-lookup-table-signals-does/m-p/280924#M84794</guid>
      <dc:creator>Makinde</dc:creator>
      <dc:date>2016-04-11T15:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting search error "The lookup table 'signals' does not exist" after adding a CSV file in my app's lookup folder?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-search-error-quot-The-lookup-table-signals-does/m-p/280925#M84795</link>
      <description>&lt;P&gt;You probably forgot to create and/or share a lookup definition called &lt;CODE&gt;signals&lt;/CODE&gt; referencing the &lt;CODE&gt;signals.csv&lt;/CODE&gt; file.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2016 20:47:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-search-error-quot-The-lookup-table-signals-does/m-p/280925#M84795</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2016-04-11T20:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting search error "The lookup table 'signals' does not exist" after adding a CSV file in my app's lookup folder?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-search-error-quot-The-lookup-table-signals-does/m-p/280926#M84796</link>
      <description>&lt;P&gt;Thanks Martin_Mueller.&lt;/P&gt;

&lt;P&gt;I realized that after posting the question however this is an App deployed through the deployment manager, how can I create a lookup definition such that it is a part of the App and gets deployed through the deployment manager?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2016 22:11:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-search-error-quot-The-lookup-table-signals-does/m-p/280926#M84796</guid>
      <dc:creator>Makinde</dc:creator>
      <dc:date>2016-04-11T22:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting search error "The lookup table 'signals' does not exist" after adding a CSV file in my app's lookup folder?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-search-error-quot-The-lookup-table-signals-does/m-p/280927#M84797</link>
      <description>&lt;P&gt;Lookup definitions live in transforms.conf, minimally like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[signals]
filename = signals.csv
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That should be deployable along with the rest of the app.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2016 22:18:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-search-error-quot-The-lookup-table-signals-does/m-p/280927#M84797</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2016-04-11T22:18:06Z</dc:date>
    </item>
  </channel>
</rss>

