<?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 Re: Lookup table does not exist . It is referenced by configuration 'yyyy' in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Lookup-table-does-not-exist-It-is-referenced-by-configuration/m-p/304627#M3926</link>
    <description>&lt;P&gt;Getting the outputs of the table when running "|inputlookup.csv.&lt;/P&gt;

&lt;P&gt;I have run that suggested command. but still getting the error as "could not find all the specified lookup fields in the lookup table". &lt;/P&gt;

&lt;P&gt;Any suggestion ?&lt;/P&gt;</description>
    <pubDate>Fri, 13 Oct 2017 02:25:30 GMT</pubDate>
    <dc:creator>florencegoh</dc:creator>
    <dc:date>2017-10-13T02:25:30Z</dc:date>
    <item>
      <title>Lookup table does not exist . It is referenced by configuration 'yyyy'</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Lookup-table-does-not-exist-It-is-referenced-by-configuration/m-p/304624#M3923</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;
When configuring the lookup table, i receive the following error The lookup table 'xxxx' does not exist. It is referenced by configuration 'yyyyy'.&lt;BR /&gt;
index=main sourcetype=yyyy [|inputlookup xxxx.csv |fields account_name] | chart count(username) by username&lt;/P&gt;

&lt;P&gt;The objective of is to find a list of accounts listed in xxxx.csv field and count the number of time the user login from the sourcetype yyyy.&lt;/P&gt;

&lt;P&gt;Please advise what could be the error&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 09:50:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Lookup-table-does-not-exist-It-is-referenced-by-configuration/m-p/304624#M3923</guid>
      <dc:creator>florencegoh</dc:creator>
      <dc:date>2017-10-12T09:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup table does not exist . It is referenced by configuration 'yyyy'</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Lookup-table-does-not-exist-It-is-referenced-by-configuration/m-p/304625#M3924</link>
      <description>&lt;P&gt;IS lookup table 'xxxx' is automatic lookup?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 13:13:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Lookup-table-does-not-exist-It-is-referenced-by-configuration/m-p/304625#M3924</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2017-10-12T13:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup table does not exist . It is referenced by configuration 'yyyy'</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Lookup-table-does-not-exist-It-is-referenced-by-configuration/m-p/304626#M3925</link>
      <description>&lt;P&gt;Did you check permission of lookup table?? If you fire following query are you getting any output??&lt;/P&gt;

&lt;P&gt;|inputlookup xxx.csv&lt;/P&gt;

&lt;P&gt;I would suggest that you use lookup command instead of inputlookup, for example &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=main sourcetype=yyyy |lookup xxxx.csv username output  account_name | chart count(username) by username
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 Oct 2017 13:20:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Lookup-table-does-not-exist-It-is-referenced-by-configuration/m-p/304626#M3925</guid>
      <dc:creator>hardikJsheth</dc:creator>
      <dc:date>2017-10-12T13:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup table does not exist . It is referenced by configuration 'yyyy'</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Lookup-table-does-not-exist-It-is-referenced-by-configuration/m-p/304627#M3926</link>
      <description>&lt;P&gt;Getting the outputs of the table when running "|inputlookup.csv.&lt;/P&gt;

&lt;P&gt;I have run that suggested command. but still getting the error as "could not find all the specified lookup fields in the lookup table". &lt;/P&gt;

&lt;P&gt;Any suggestion ?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2017 02:25:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Lookup-table-does-not-exist-It-is-referenced-by-configuration/m-p/304627#M3926</guid>
      <dc:creator>florencegoh</dc:creator>
      <dc:date>2017-10-13T02:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup table does not exist . It is referenced by configuration 'yyyy'</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Lookup-table-does-not-exist-It-is-referenced-by-configuration/m-p/304628#M3927</link>
      <description>&lt;P&gt;Hi  florencegoh,&lt;BR /&gt;
It seems to be permission issue.&lt;BR /&gt;
so include Below Stanza in metadata&amp;gt;default.meta -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[props/&amp;lt;sourcetype_name&amp;gt;/LOOKUP-&amp;lt;Automatic_Lookup_Name&amp;gt;]
export = none
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 13 Oct 2017 04:46:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Lookup-table-does-not-exist-It-is-referenced-by-configuration/m-p/304628#M3927</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2017-10-13T04:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup table does not exist . It is referenced by configuration 'yyyy'</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Lookup-table-does-not-exist-It-is-referenced-by-configuration/m-p/304629#M3928</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;
where do you configure that ? New to it.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2017 08:28:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Lookup-table-does-not-exist-It-is-referenced-by-configuration/m-p/304629#M3928</guid>
      <dc:creator>florencegoh</dc:creator>
      <dc:date>2017-10-13T08:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup table does not exist . It is referenced by configuration 'yyyy'</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Lookup-table-does-not-exist-It-is-referenced-by-configuration/m-p/304630#M3929</link>
      <description>&lt;P&gt;You can  add that stanza in file "default.meta" present inside metadata folder&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2017 08:39:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Lookup-table-does-not-exist-It-is-referenced-by-configuration/m-p/304630#M3929</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2017-10-13T08:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup table does not exist . It is referenced by configuration 'yyyy'</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Lookup-table-does-not-exist-It-is-referenced-by-configuration/m-p/304631#M3930</link>
      <description>&lt;P&gt;Can you confirm presence of  the column "account_name" in your lookup file which is extracted from lookup file?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 05:23:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Lookup-table-does-not-exist-It-is-referenced-by-configuration/m-p/304631#M3930</guid>
      <dc:creator>hardikJsheth</dc:creator>
      <dc:date>2017-10-16T05:23:43Z</dc:date>
    </item>
  </channel>
</rss>

