<?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 Lookup fails unless using a table in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Lookup-fails-unless-using-a-table/m-p/488150#M136385</link>
    <description>&lt;P&gt;The query below produces the results expected, but if I remove the "table PSID" section (bolded) it fails, saying 22 errors were generated while executing.  PSID is a parsed field, bolded in the event record shown.   &lt;/P&gt;

&lt;P&gt;"RA_GENERATED"  &lt;STRONG&gt;| table PSID&lt;/STRONG&gt; | lookup LocationLookup.csv PeopleSoftId AS PSID OUTPUT Brand&lt;/P&gt;

&lt;P&gt;Event record:&lt;BR /&gt;
1/16/20 11:23:09.989 AM strong text16 Jan 2020 11:23:09:989 | WARN  | K320LE100005 | &lt;STRONG&gt;1019178&lt;/STRONG&gt; | XXXR01 | MOSLoggingAspect | - RA_Generated 111 111 111| LangCode en| CountryCode USA&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jan 2020 20:02:09 GMT</pubDate>
    <dc:creator>klhogan</dc:creator>
    <dc:date>2020-01-16T20:02:09Z</dc:date>
    <item>
      <title>Lookup fails unless using a table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-fails-unless-using-a-table/m-p/488150#M136385</link>
      <description>&lt;P&gt;The query below produces the results expected, but if I remove the "table PSID" section (bolded) it fails, saying 22 errors were generated while executing.  PSID is a parsed field, bolded in the event record shown.   &lt;/P&gt;

&lt;P&gt;"RA_GENERATED"  &lt;STRONG&gt;| table PSID&lt;/STRONG&gt; | lookup LocationLookup.csv PeopleSoftId AS PSID OUTPUT Brand&lt;/P&gt;

&lt;P&gt;Event record:&lt;BR /&gt;
1/16/20 11:23:09.989 AM strong text16 Jan 2020 11:23:09:989 | WARN  | K320LE100005 | &lt;STRONG&gt;1019178&lt;/STRONG&gt; | XXXR01 | MOSLoggingAspect | - RA_Generated 111 111 111| LangCode en| CountryCode USA&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 20:02:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-fails-unless-using-a-table/m-p/488150#M136385</guid>
      <dc:creator>klhogan</dc:creator>
      <dc:date>2020-01-16T20:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup fails unless using a table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-fails-unless-using-a-table/m-p/488151#M136386</link>
      <description>&lt;P&gt;It sounds like the lookup file is not getting distributed to the indexers.  One of the 22 error messages should confirm that.&lt;/P&gt;

&lt;P&gt;The &lt;CODE&gt;table&lt;/CODE&gt; command forces the query to be completed by the search head from that point and the SH is where the lookup file resides.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 20:26:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-fails-unless-using-a-table/m-p/488151#M136386</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-01-16T20:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup fails unless using a table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-fails-unless-using-a-table/m-p/488152#M136387</link>
      <description>&lt;P&gt;I think you're right.  Adding a local=true to the lookup seems to work.  Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 20:39:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-fails-unless-using-a-table/m-p/488152#M136387</guid>
      <dc:creator>klhogan</dc:creator>
      <dc:date>2020-01-16T20:39:35Z</dc:date>
    </item>
  </channel>
</rss>

