<?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 challenges in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Lookup-table-challenges/m-p/23024#M4051</link>
    <description>&lt;P&gt;I can successfully list the contents of the lookup table with the input lookup command. However I can not see the fields output. I will reread the "Addfieldsfromexternaldatasources" and start over. I did notice that there was no props.conf in the /usr/local/splunk/etc/apps/maps/local directory. Do I need a corresponding props.conf for each lookup table?&lt;BR /&gt;
Thank you !,&lt;/P&gt;</description>
    <pubDate>Fri, 03 May 2013 23:38:01 GMT</pubDate>
    <dc:creator>Voltaire</dc:creator>
    <dc:date>2013-05-03T23:38:01Z</dc:date>
    <item>
      <title>Lookup table challenges</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-table-challenges/m-p/23022#M4049</link>
      <description>&lt;P&gt;Tried experimenting with the Http Status codes example in the documentation for lookup tables. This is the error. &lt;/P&gt;

&lt;P&gt;Could not find the specified look up fields in the look up table for conf, source=mine look up table HttpStatusCodes&lt;/P&gt;

&lt;P&gt;Any assistance or reference material would be appreciated. &lt;/P&gt;

&lt;P&gt;Thanks in advance &lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2013 00:27:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-table-challenges/m-p/23022#M4049</guid>
      <dc:creator>Voltaire</dc:creator>
      <dc:date>2013-05-03T00:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup table challenges</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-table-challenges/m-p/23023#M4050</link>
      <description>&lt;P&gt;Hi Voltaire,&lt;/P&gt;

&lt;P&gt;It would be nicer if you could paste your config and lookup table, and some information which page you are reffering to.&lt;/P&gt;

&lt;P&gt;Well, the information you are looking for is the following, there is a sample lookup table for http status, and how it needs to be configured.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Addfieldsfromexternaldatasources"&gt;Addfieldsfromexternaldatasources&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;But I guess you have already configured your lookup table. &lt;BR /&gt;
Try to run the following inputlookup command to see if your lookup table is configured and accessible from Splunk.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup YOUR_LOOKUP_TABLE_NAME
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;# &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.2/SearchReference/Inputlookup"&gt;inputlookup command doc&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;and see the field name you looked up exists and the lookup command you ran properly set.&lt;BR /&gt;
for example, if input fieldname in your data and column name in lookup table are different, you need to associate the fieldname and colunmane using as in your lookup command like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | lookup http_status status_code_in_lookup as status_code_fieldname OUTPUT status_description
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;See &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Lookup"&gt;lookup command doc&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2013 01:24:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-table-challenges/m-p/23023#M4050</guid>
      <dc:creator>melonman</dc:creator>
      <dc:date>2013-05-03T01:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup table challenges</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-table-challenges/m-p/23024#M4051</link>
      <description>&lt;P&gt;I can successfully list the contents of the lookup table with the input lookup command. However I can not see the fields output. I will reread the "Addfieldsfromexternaldatasources" and start over. I did notice that there was no props.conf in the /usr/local/splunk/etc/apps/maps/local directory. Do I need a corresponding props.conf for each lookup table?&lt;BR /&gt;
Thank you !,&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2013 23:38:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-table-challenges/m-p/23024#M4051</guid>
      <dc:creator>Voltaire</dc:creator>
      <dc:date>2013-05-03T23:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup table challenges</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-table-challenges/m-p/23025#M4052</link>
      <description>&lt;P&gt;If you manually configure lookup, then you will need entry for your lookup csv files. However, because you are seeing the content of your lookup files by inputlookup, it tells your lookup table is accessible and usable. I guess there is something wrong with your lookup command or option when you run lookup. &lt;/P&gt;

&lt;P&gt;It may help if you could paste your search here with some quick description of the fields in your data and column in your lookup table &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 May 2013 01:56:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-table-challenges/m-p/23025#M4052</guid>
      <dc:creator>melonman</dc:creator>
      <dc:date>2013-05-04T01:56:48Z</dc:date>
    </item>
  </channel>
</rss>

