<?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: Why is my inputlookup table not working? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-inputlookup-table-not-working/m-p/440440#M94015</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;How are you accessing this lookup table, with query  &lt;CODE&gt;| inputlookup TrainingList.csv&lt;/CODE&gt; OR &lt;CODE&gt;| inputlookup TrainingList&lt;/CODE&gt;? &lt;/P&gt;

&lt;P&gt;In which app are you accessing this lookup in Splunk GUI ? For example if you are running above query in &lt;CODE&gt;Search &amp;amp; Reporting&lt;/CODE&gt; app and &lt;CODE&gt;MyApp&lt;/CODE&gt; has default sharing permission to App level only, then lookup file or lookup definition which created in &lt;CODE&gt;MyApp&lt;/CODE&gt; will have app level permission and you will not able to search those lookup files and lookup definitions in other apps. In this case either change &lt;CODE&gt;MyApp&lt;/CODE&gt; App permission to Global level with read access to everyone OR change lookup file &amp;amp; lookup definition in &lt;CODE&gt;MyApp&lt;/CODE&gt; from App level to Global.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Oct 2018 08:23:24 GMT</pubDate>
    <dc:creator>harsmarvania57</dc:creator>
    <dc:date>2018-10-23T08:23:24Z</dc:date>
    <item>
      <title>Why is my inputlookup table not working?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-inputlookup-table-not-working/m-p/440434#M94009</link>
      <description>&lt;P&gt;I wanted to ask you for some help. I am trying to create a lookup table on Splunk. I can’t make it work and I can't figure out why.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Query: | inputlookup TrainingList.csv
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The following are the things I did:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Created the TrainingList.csv file on /opt/splunk/etc/apps/MyApp/lookups&lt;/LI&gt;
&lt;LI&gt;Defined the stanza on /opt/splunk/etc/apps/MyApp/local/transforms.conf&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Stanza was defined as: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[TrainingList]
filename = TrainingList.csv
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Oct 2018 14:23:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-inputlookup-table-not-working/m-p/440434#M94009</guid>
      <dc:creator>albin111</dc:creator>
      <dc:date>2018-10-22T14:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my inputlookup table not working?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-inputlookup-table-not-working/m-p/440435#M94010</link>
      <description>&lt;P&gt;Did you do this through the config files, or the GUI?  If you did it through the config files, you will probably need to bounce the Search Head or do a debug refresh: &lt;A href="https://answers.splunk.com/answers/102568/reload-transforms-conf-without-restarting-splunk.html"&gt;https://answers.splunk.com/answers/102568/reload-transforms-conf-without-restarting-splunk.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 18:09:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-inputlookup-table-not-working/m-p/440435#M94010</guid>
      <dc:creator>kmorris_splunk</dc:creator>
      <dc:date>2018-10-22T18:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my inputlookup table not working?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-inputlookup-table-not-working/m-p/440436#M94011</link>
      <description>&lt;P&gt;I did it directly in the config files. I've restarted the server, I did the debug/refresh thing too. I don't know what else to do LOL.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 19:21:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-inputlookup-table-not-working/m-p/440436#M94011</guid>
      <dc:creator>albin111</dc:creator>
      <dc:date>2018-10-22T19:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my inputlookup table not working?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-inputlookup-table-not-working/m-p/440437#M94012</link>
      <description>&lt;P&gt;Have you tried doing it through the GUI?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 19:22:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-inputlookup-table-not-working/m-p/440437#M94012</guid>
      <dc:creator>kmorris_splunk</dc:creator>
      <dc:date>2018-10-22T19:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my inputlookup table not working?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-inputlookup-table-not-working/m-p/440438#M94013</link>
      <description>&lt;P&gt;Nope. I'm so used to doing everything through the console that I always neglect the GUI. I will try and see. &lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 19:32:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-inputlookup-table-not-working/m-p/440438#M94013</guid>
      <dc:creator>albin111</dc:creator>
      <dc:date>2018-10-22T19:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my inputlookup table not working?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-inputlookup-table-not-working/m-p/440439#M94014</link>
      <description>&lt;P&gt;Sadly, I don't have the Datasets addon. I cannot just download it because of security reasons. If you know any short term solution, please share.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 19:44:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-inputlookup-table-not-working/m-p/440439#M94014</guid>
      <dc:creator>albin111</dc:creator>
      <dc:date>2018-10-22T19:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my inputlookup table not working?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-inputlookup-table-not-working/m-p/440440#M94015</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;How are you accessing this lookup table, with query  &lt;CODE&gt;| inputlookup TrainingList.csv&lt;/CODE&gt; OR &lt;CODE&gt;| inputlookup TrainingList&lt;/CODE&gt;? &lt;/P&gt;

&lt;P&gt;In which app are you accessing this lookup in Splunk GUI ? For example if you are running above query in &lt;CODE&gt;Search &amp;amp; Reporting&lt;/CODE&gt; app and &lt;CODE&gt;MyApp&lt;/CODE&gt; has default sharing permission to App level only, then lookup file or lookup definition which created in &lt;CODE&gt;MyApp&lt;/CODE&gt; will have app level permission and you will not able to search those lookup files and lookup definitions in other apps. In this case either change &lt;CODE&gt;MyApp&lt;/CODE&gt; App permission to Global level with read access to everyone OR change lookup file &amp;amp; lookup definition in &lt;CODE&gt;MyApp&lt;/CODE&gt; from App level to Global.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2018 08:23:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-inputlookup-table-not-working/m-p/440440#M94015</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2018-10-23T08:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my inputlookup table not working?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-inputlookup-table-not-working/m-p/440441#M94016</link>
      <description>&lt;P&gt;Permissions and context were ok. I deleted everything and managed to create it through the GUI and works. Thanks all for the help.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2018 13:18:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-inputlookup-table-not-working/m-p/440441#M94016</guid>
      <dc:creator>albin111</dc:creator>
      <dc:date>2018-10-23T13:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my inputlookup table not working?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-inputlookup-table-not-working/m-p/440442#M94017</link>
      <description>&lt;P&gt;I managed to delete the file and recreate it through the GUI. Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2018 13:19:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-inputlookup-table-not-working/m-p/440442#M94017</guid>
      <dc:creator>albin111</dc:creator>
      <dc:date>2018-10-23T13:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my inputlookup table not working?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-inputlookup-table-not-working/m-p/440443#M94018</link>
      <description>&lt;P&gt;hi @albin111,&lt;/P&gt;

&lt;P&gt;did you figure out an answer to this problem?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Oct 2018 21:01:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-inputlookup-table-not-working/m-p/440443#M94018</guid>
      <dc:creator>mstjohn_splunk</dc:creator>
      <dc:date>2018-10-25T21:01:44Z</dc:date>
    </item>
  </channel>
</rss>

