<?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 Can't Find File in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Lookup-Can-t-Find-File/m-p/39872#M9168</link>
    <description>&lt;P&gt;btool is one of the most useful commands when troubleshooting Splunk, the --debug flag prepends the app that the config stanza is from to the line. You can run it without and it just won't show you the app context. The most powerful part of btool is that it shows you the applied configuration of all config files&lt;/P&gt;</description>
    <pubDate>Fri, 22 Feb 2013 08:23:20 GMT</pubDate>
    <dc:creator>Drainy</dc:creator>
    <dc:date>2013-02-22T08:23:20Z</dc:date>
    <item>
      <title>Lookup Can't Find File</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-Can-t-Find-File/m-p/39868#M9164</link>
      <description>&lt;P&gt;I am in a clustered indexer environment and some but not all of my indexers are showing this error&lt;/P&gt;

&lt;P&gt;"The lookup table 'org-lookup' does not exist. It is referenced by configuration 'host::*'."&lt;/P&gt;

&lt;P&gt;How to I find the file or APP or props.conf that this look-up is referring to?&lt;/P&gt;

&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2013 22:38:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-Can-t-Find-File/m-p/39868#M9164</guid>
      <dc:creator>hartfoml</dc:creator>
      <dc:date>2013-02-21T22:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Can't Find File</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-Can-t-Find-File/m-p/39869#M9165</link>
      <description>&lt;P&gt;You should find the reference to the lookup file in transforms.conf.  The lookup file itself would typically be in $SPLUNK_HOME/etc/apps/&lt;APPNAME&gt;/lookups&lt;/APPNAME&gt;&lt;/P&gt;

&lt;P&gt;If on linux the easiest way to find which transforms.conf file that it contains the lookup configuration is to do something like this from the command line:&lt;BR /&gt;
    for i in `locate transforms.conf`; do grep -i5H 'org-lookup' $i; done&lt;/P&gt;

&lt;P&gt;The above assumes you have locate installed and up to date.&lt;/P&gt;

&lt;P&gt;You should be able to do something similar in Windows&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2013 23:22:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-Can-t-Find-File/m-p/39869#M9165</guid>
      <dc:creator>mbenwell</dc:creator>
      <dc:date>2013-02-21T23:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Can't Find File</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-Can-t-Find-File/m-p/39870#M9166</link>
      <description>&lt;P&gt;Or an even easier Splunk-centric way to find this would be to run from the &lt;CODE&gt;$SPLUNK_HOME/bin&lt;/CODE&gt; directory;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;./splunk cmd btool transforms list --debug | grep org-lookup
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Chances are that the lookup exists in the &lt;CODE&gt;$SPLUNK_HOME/etc/users/&lt;/CODE&gt; directory somewhere and it just needs to be made public (although there are plenty of other reasons).&lt;/P&gt;

&lt;P&gt;It looks like a defined lookup so you could try in Manager and lookups first, it may well be defined in the UI.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2013 06:10:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-Can-t-Find-File/m-p/39870#M9166</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2013-02-22T06:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Can't Find File</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-Can-t-Find-File/m-p/39871#M9167</link>
      <description>&lt;P&gt;btool. I had no idea that existed. Thanks&lt;/P&gt;

&lt;P&gt;The lookup location is interesting, I dont have any lookups in $SPLUNK_HOME/etc/users . When I've created lookup files via GUI, I dont specify a filesystem path, just filename and Splunk always seems to put it in the app/looklups directory&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2013 06:58:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-Can-t-Find-File/m-p/39871#M9167</guid>
      <dc:creator>mbenwell</dc:creator>
      <dc:date>2013-02-22T06:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Can't Find File</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-Can-t-Find-File/m-p/39872#M9168</link>
      <description>&lt;P&gt;btool is one of the most useful commands when troubleshooting Splunk, the --debug flag prepends the app that the config stanza is from to the line. You can run it without and it just won't show you the app context. The most powerful part of btool is that it shows you the applied configuration of all config files&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2013 08:23:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-Can-t-Find-File/m-p/39872#M9168</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2013-02-22T08:23:20Z</dc:date>
    </item>
  </channel>
</rss>

