<?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: [hdfsprovider] Error in 'lookup' command: Could not find all of the specified lookup fields in the lookup table in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/hdfsprovider-Error-in-lookup-command-Could-not-find-all-of-the/m-p/395298#M114790</link>
    <description>&lt;P&gt;Hi  Dannili,&lt;/P&gt;

&lt;P&gt;Check this thing with the use of KV store lookup, you might get your answer.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Bhavik&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jan 2019 20:40:04 GMT</pubDate>
    <dc:creator>bhavikbhalodia</dc:creator>
    <dc:date>2019-01-11T20:40:04Z</dc:date>
    <item>
      <title>[hdfsprovider] Error in 'lookup' command: Could not find all of the specified lookup fields in the lookup table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/hdfsprovider-Error-in-lookup-command-Could-not-find-all-of-the/m-p/395295#M114787</link>
      <description>&lt;P&gt;Hi all, I have a CSV lookup file to map with one field in my indexed data. The search was working perfectly before, but today, my search returned 0 results with this alert:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[hdfsprovider] Error in 'lookup' command: Could not find all of the specified lookup fields in the lookup table.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is my search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=skype_session  | rex "FromIPAddr\"\"\:\"\"(?&amp;lt;FromIPAddr&amp;gt;[^\"]+)\"\"\,\"\"ToIPAddr\"\"" |  rex "ToIPAddr\"\"\:\"\"(?&amp;lt;ToIPAddr&amp;gt;[^\"]+)\"\"\,\"\"FromBssid\"\""    | rex "MediaStartTime\"\"\:\"\"(?&amp;lt;MediaStartTime&amp;gt;[^\"]+)\." | rex "MediaEndTime\"\"\:\"\"(?&amp;lt;MediaEndTime&amp;gt;[^\"]+)\." |  rex "(?&amp;lt;FromUri&amp;gt;[a-zA-Z0-9_\-\.]+@[a-zA-Z0-9_\-\.]+\.[a-zA-Z]{2,5})\",\"(?&amp;lt;ToUri&amp;gt;[a-zA-Z0-9_\-\.]+@[a-zA-Z0-9_\-\.]+\.[a-zA-Z]{2,5})" | 
    lookup staff.csv email AS FromUri  | dedup FromUri |  where FromIPAddr!="" | stats count by department | sort - count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;staff.csv looks like this (denoted with comma UTF-8): I wanted to check if indexed field FromUri exists in an email field in the lookup, and if yes, output the department field in the lookup.&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;|email|department|&lt;BR /&gt;
        |--------|-----------------|&lt;BR /&gt;
        |--------|-----------------|&lt;BR /&gt;
I checked other questions and there are some stating maybe the Splunk version and .conf issues. But I didn't change .conf and my Splunk version is 6.5.2. &lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Does anyone know how to solve this? Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 03:49:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/hdfsprovider-Error-in-lookup-command-Could-not-find-all-of-the/m-p/395295#M114787</guid>
      <dc:creator>dannili</dc:creator>
      <dc:date>2019-01-10T03:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: [hdfsprovider] Error in 'lookup' command: Could not find all of the specified lookup fields in the lookup table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/hdfsprovider-Error-in-lookup-command-Could-not-find-all-of-the/m-p/395296#M114788</link>
      <description>&lt;P&gt;Please check this solution&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/61960/error-in-lookup-command-could-not-find-all-of-the-specified-lookup-fields-in-the-lookup-table.html"&gt;https://answers.splunk.com/answers/61960/error-in-lookup-command-could-not-find-all-of-the-specified-lookup-fields-in-the-lookup-table.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 04:37:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/hdfsprovider-Error-in-lookup-command-Could-not-find-all-of-the/m-p/395296#M114788</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-01-10T04:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: [hdfsprovider] Error in 'lookup' command: Could not find all of the specified lookup fields in the lookup table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/hdfsprovider-Error-in-lookup-command-Could-not-find-all-of-the/m-p/395297#M114789</link>
      <description>&lt;P&gt;Thanks for your comment but the problem remains. I have checked the file and there are no hidden chars. Any other suggestions?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 05:47:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/hdfsprovider-Error-in-lookup-command-Could-not-find-all-of-the/m-p/395297#M114789</guid>
      <dc:creator>dannili</dc:creator>
      <dc:date>2019-01-10T05:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: [hdfsprovider] Error in 'lookup' command: Could not find all of the specified lookup fields in the lookup table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/hdfsprovider-Error-in-lookup-command-Could-not-find-all-of-the/m-p/395298#M114790</link>
      <description>&lt;P&gt;Hi  Dannili,&lt;/P&gt;

&lt;P&gt;Check this thing with the use of KV store lookup, you might get your answer.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Bhavik&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 20:40:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/hdfsprovider-Error-in-lookup-command-Could-not-find-all-of-the/m-p/395298#M114790</guid>
      <dc:creator>bhavikbhalodia</dc:creator>
      <dc:date>2019-01-11T20:40:04Z</dc:date>
    </item>
  </channel>
</rss>

