<?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: If I have more than 1 lookup file with the same name, which file does Splunk pick up using inputlookup from the Search &amp; Reporting app? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/If-I-have-more-than-1-lookup-file-with-the-same-name-which-file/m-p/209367#M61190</link>
    <description>&lt;P&gt;Have a look at how Splunk does the hierarchy of the configurations for app context here&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.2/Admin/Wheretofindtheconfigurationfiles#Summary_of_directory_precedence"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.2/Admin/Wheretofindtheconfigurationfiles#Summary_of_directory_precedence&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Basically, local, app level sharing objects in current app will take preference over global objects in other apps.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/etc/users/*

$SPLUNK_HOME/etc/apps/Current_running_app/local/*

$SPLUNK_HOME/etc/apps/Current_running_app/default/*

$SPLUNK_HOME/etc/apps/A/local/*, $SPLUNK_HOME/etc/apps/A/default/*, ... $SPLUNK_HOME/etc/apps/z/local/*, $SPLUNK_HOME/etc/apps/z/default/* (but see note below)

$SPLUNK_HOME/etc/system/local/*

$SPLUNK_HOME/etc/system/default/*
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 02 Aug 2016 19:47:39 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2016-08-02T19:47:39Z</dc:date>
    <item>
      <title>If I have more than 1 lookup file with the same name, which file does Splunk pick up using inputlookup from the Search &amp; Reporting app?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/If-I-have-more-than-1-lookup-file-with-the-same-name-which-file/m-p/209365#M61188</link>
      <description>&lt;P&gt;Assuming I have a lookup file, for instance, users.csv, with different contents and is located in different apps and shared globally.  If I am running &lt;CODE&gt;| inputlookup users.csv&lt;/CODE&gt; from "Search &amp;amp; Reporting", how does Splunk pick up the lookup file?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2016 17:50:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/If-I-have-more-than-1-lookup-file-with-the-same-name-which-file/m-p/209365#M61188</guid>
      <dc:creator>splunkrocks2014</dc:creator>
      <dc:date>2016-08-02T17:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: If I have more than 1 lookup file with the same name, which file does Splunk pick up using inputlookup from the Search &amp; Reporting app?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/If-I-have-more-than-1-lookup-file-with-the-same-name-which-file/m-p/209366#M61189</link>
      <description>&lt;P&gt;Ideally you cannot create an object with same name via Splunk Web when another object already exists with same name and is shared globally. We've seen Splunk Web erroring out. But Splunk won't stop you doing this when you migrate an app from different splunk instance on the file system. We knew this would cause conflicts and &lt;BR /&gt;
unexpected results for the searches and manually took care of deleting/removingduplicate objects (macros, lookups ) when we migrated apps around. Having said that, I don't have answer on what happens when you try to inputlookup. May be app name comes into precedence? Depends on what app you are running your search from? Worth testing.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2016 18:38:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/If-I-have-more-than-1-lookup-file-with-the-same-name-which-file/m-p/209366#M61189</guid>
      <dc:creator>pradeepkumarg</dc:creator>
      <dc:date>2016-08-02T18:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: If I have more than 1 lookup file with the same name, which file does Splunk pick up using inputlookup from the Search &amp; Reporting app?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/If-I-have-more-than-1-lookup-file-with-the-same-name-which-file/m-p/209367#M61190</link>
      <description>&lt;P&gt;Have a look at how Splunk does the hierarchy of the configurations for app context here&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.2/Admin/Wheretofindtheconfigurationfiles#Summary_of_directory_precedence"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.2/Admin/Wheretofindtheconfigurationfiles#Summary_of_directory_precedence&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Basically, local, app level sharing objects in current app will take preference over global objects in other apps.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/etc/users/*

$SPLUNK_HOME/etc/apps/Current_running_app/local/*

$SPLUNK_HOME/etc/apps/Current_running_app/default/*

$SPLUNK_HOME/etc/apps/A/local/*, $SPLUNK_HOME/etc/apps/A/default/*, ... $SPLUNK_HOME/etc/apps/z/local/*, $SPLUNK_HOME/etc/apps/z/default/* (but see note below)

$SPLUNK_HOME/etc/system/local/*

$SPLUNK_HOME/etc/system/default/*
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 02 Aug 2016 19:47:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/If-I-have-more-than-1-lookup-file-with-the-same-name-which-file/m-p/209367#M61190</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-08-02T19:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: If I have more than 1 lookup file with the same name, which file does Splunk pick up using inputlookup from the Search &amp; Reporting app?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/If-I-have-more-than-1-lookup-file-with-the-same-name-which-file/m-p/209368#M61191</link>
      <description>&lt;P&gt;The stanza relating to a particular lookup table should be unique to avoid any issues as mentioned above.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 04:45:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/If-I-have-more-than-1-lookup-file-with-the-same-name-which-file/m-p/209368#M61191</guid>
      <dc:creator>alexandermunce</dc:creator>
      <dc:date>2016-12-14T04:45:03Z</dc:date>
    </item>
  </channel>
</rss>

