<?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: Where does config file goes for Automatic lookups in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Where-does-config-file-goes-for-Automatic-lookups/m-p/495078#M99933</link>
    <description>&lt;P&gt;Delete the file, or the relevant stanzas, then cycle Splunk.&lt;/P&gt;</description>
    <pubDate>Fri, 08 May 2020 16:22:43 GMT</pubDate>
    <dc:creator>codebuilder</dc:creator>
    <dc:date>2020-05-08T16:22:43Z</dc:date>
    <item>
      <title>Where does config file goes for Automatic lookups</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-does-config-file-goes-for-Automatic-lookups/m-p/495073#M99928</link>
      <description>&lt;P&gt;Hi , I want to delete few Automatic lookups from server as it doesnt give me option of deleting it from GUI. Even though I have admin access to the env - &lt;/P&gt;

&lt;P&gt;Can someone please guide &lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8871iDB4FB73E35EF78B3/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 04:35:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-does-config-file-goes-for-Automatic-lookups/m-p/495073#M99928</guid>
      <dc:creator>rashi83</dc:creator>
      <dc:date>2020-05-08T04:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Where does config file goes for Automatic lookups</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-does-config-file-goes-for-Automatic-lookups/m-p/495074#M99929</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Check this, &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.3/Knowledge/Makeyourlookupautomatic"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.3/Knowledge/Makeyourlookupautomatic&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 04:38:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-does-config-file-goes-for-Automatic-lookups/m-p/495074#M99929</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2020-05-08T04:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Where does config file goes for Automatic lookups</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-does-config-file-goes-for-Automatic-lookups/m-p/495075#M99930</link>
      <description>&lt;P&gt;Delete the lookup file(s) from the SHC deployer and push out a new bundle. &lt;BR /&gt;
That is the only way to delete them from a search head cluster, and is likely the reason you are not able to do so from the UI.&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 04:59:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-does-config-file-goes-for-Automatic-lookups/m-p/495075#M99930</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-05-08T04:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Where does config file goes for Automatic lookups</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-does-config-file-goes-for-Automatic-lookups/m-p/495076#M99931</link>
      <description>&lt;P&gt;Lookup has already been deleted . Issue is I cant delete the Automatic lookup definition.&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 12:37:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-does-config-file-goes-for-Automatic-lookups/m-p/495076#M99931</guid>
      <dc:creator>rashi83</dc:creator>
      <dc:date>2020-05-08T12:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Where does config file goes for Automatic lookups</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-does-config-file-goes-for-Automatic-lookups/m-p/495077#M99932</link>
      <description>&lt;P&gt;I'm guessing you have a dangling props.conf in a local folder somewhere (either system or user). &lt;BR /&gt;
The deployer does not remove local files when you push a new bundle.&lt;/P&gt;

&lt;P&gt;Use the following command to help find it:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/opt/splunk/splunk cmd btool props list --debug
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Or use 'find' or 'locate' via CLI:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;updatedb; locate props.conf
or
find /opt/splunk -name props.conf
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 08 May 2020 16:20:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-does-config-file-goes-for-Automatic-lookups/m-p/495077#M99932</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-05-08T16:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Where does config file goes for Automatic lookups</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-does-config-file-goes-for-Automatic-lookups/m-p/495078#M99933</link>
      <description>&lt;P&gt;Delete the file, or the relevant stanzas, then cycle Splunk.&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 16:22:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-does-config-file-goes-for-Automatic-lookups/m-p/495078#M99933</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-05-08T16:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Where does config file goes for Automatic lookups</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-does-config-file-goes-for-Automatic-lookups/m-p/495079#M99934</link>
      <description>&lt;P&gt;this needs to be done on deployer or SH members?&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 16:54:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-does-config-file-goes-for-Automatic-lookups/m-p/495079#M99934</guid>
      <dc:creator>rashi83</dc:creator>
      <dc:date>2020-05-08T16:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Where does config file goes for Automatic lookups</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-does-config-file-goes-for-Automatic-lookups/m-p/495080#M99935</link>
      <description>&lt;P&gt;For local files you'll have to delete them manually on each search head.&lt;BR /&gt;
But for clustered search heads, don't cycle Splunk manually, use the UI to cycle the cluster.&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 17:04:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-does-config-file-goes-for-Automatic-lookups/m-p/495080#M99935</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-05-08T17:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Where does config file goes for Automatic lookups</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-does-config-file-goes-for-Automatic-lookups/m-p/495081#M99936</link>
      <description>&lt;P&gt;@codebuilder - I am seeing those lookup defn in default folder on SH members. Is it safe to just delete them from all members or should I push new deployment from deployer?&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 03:33:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-does-config-file-goes-for-Automatic-lookups/m-p/495081#M99936</guid>
      <dc:creator>rashi83</dc:creator>
      <dc:date>2020-05-15T03:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Where does config file goes for Automatic lookups</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-does-config-file-goes-for-Automatic-lookups/m-p/495082#M99937</link>
      <description>&lt;P&gt;No, do not delete them manually if they are in the default folder on the search heads, only if you find them in a local directory.&lt;/P&gt;

&lt;P&gt;If they are in the default dir only, then you'll need to push a new bundle from the deployer. Be sure to delete the files on the deployer in both default and local folders under your app/TA before pushing it out. Any files under local on the deployer are merged into default and pushed to the search heads there.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 15:47:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-does-config-file-goes-for-Automatic-lookups/m-p/495082#M99937</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-05-15T15:47:45Z</dc:date>
    </item>
  </channel>
</rss>

