<?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: Change location of introspection index in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Change-location-of-introspection-index/m-p/348872#M21342</link>
    <description>&lt;P&gt;Single indexer&lt;/P&gt;</description>
    <pubDate>Tue, 25 Apr 2017 15:06:00 GMT</pubDate>
    <dc:creator>BrendanCO</dc:creator>
    <dc:date>2017-04-25T15:06:00Z</dc:date>
    <item>
      <title>Change location of introspection index</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Change-location-of-introspection-index/m-p/348870#M21340</link>
      <description>&lt;P&gt;Hello. I'd like to change the location of this disk hogging index. I've read through some other posts on this and it refers to an indexes.conf that doesn't reside where they say it does. Here are the ones I have:&lt;/P&gt;

&lt;H1&gt;find . -name "indexes.conf"&lt;/H1&gt;

&lt;P&gt;./opt/splunk/etc/master-apps/_cluster/default/indexes.conf&lt;BR /&gt;
./opt/splunk/etc/system/default/indexes.conf&lt;BR /&gt;
./opt/splunk/etc/system/local/indexes.conf&lt;BR /&gt;
./opt/splunk/etc/apps/sample_app/default/indexes.conf&lt;BR /&gt;
./opt/splunk/etc/apps/SplunkLightForwarder/default/indexes.conf&lt;/P&gt;

&lt;P&gt;The one that has the type of information I'm looking for (location to where it write) is ./opt/splunk/etc/apps/sample_app/default/indexes.conf, contents are:&lt;/P&gt;

&lt;H1&gt;Version 6.5.3&lt;/H1&gt;

&lt;H1&gt;Creates a sample index for sample data.&lt;/H1&gt;

&lt;P&gt;[sample]&lt;BR /&gt;
homePath   = $SPLUNK_DB/sample/db&lt;BR /&gt;
coldPath   = $SPLUNK_DB/sample/colddb&lt;BR /&gt;
thawedPath = $SPLUNK_DB/sample/thaweddb&lt;/P&gt;

&lt;P&gt;That doesn't seem like the path I'm looking for. Can anyone help point me in the right direction, please? I feel like this should be configurable in the GUI but can't find anything there on that. &lt;/P&gt;

&lt;P&gt;Thanks in advance. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:49:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Change-location-of-introspection-index/m-p/348870#M21340</guid>
      <dc:creator>BrendanCO</dc:creator>
      <dc:date>2020-09-29T13:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Change location of introspection index</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Change-location-of-introspection-index/m-p/348871#M21341</link>
      <description>&lt;P&gt;is it a clustered environment or single indexer?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 13:54:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Change-location-of-introspection-index/m-p/348871#M21341</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-04-25T13:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Change location of introspection index</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Change-location-of-introspection-index/m-p/348872#M21342</link>
      <description>&lt;P&gt;Single indexer&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 15:06:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Change-location-of-introspection-index/m-p/348872#M21342</guid>
      <dc:creator>BrendanCO</dc:creator>
      <dc:date>2017-04-25T15:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Change location of introspection index</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Change-location-of-introspection-index/m-p/348873#M21343</link>
      <description>&lt;P&gt;not sure why would you like to change the location of that index but in the case you need to, you can edit the path as you posted in your question. create a new inputs.conf in /opt/splunk/etc/system/local (this is highest precedence in splunk file structure)&lt;BR /&gt;
in that file, indicate where you would like the introspection index to be:&lt;BR /&gt;
[_introspection]&lt;BR /&gt;
homePath = path/to/index/_introspection/db&lt;BR /&gt;
coldPath =  path/to/index/_introspection/colddb&lt;BR /&gt;
thawedPath =  path/to/index/_introspection/thaweddb&lt;BR /&gt;
more to read here: &lt;A href="https://docs.splunk.com/Documentation/Splunk/6.5.3/Admin/Indexesconf" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/6.5.3/Admin/Indexesconf&lt;/A&gt;&lt;BR /&gt;
you can find where $SPLUNK_DB is pointing to by navigating to settings -&amp;gt; server settings -&amp;gt; General Settings -&amp;gt; scroll down to "path to indexes field"&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:49:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Change-location-of-introspection-index/m-p/348873#M21343</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2020-09-29T13:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Change location of introspection index</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Change-location-of-introspection-index/m-p/348874#M21344</link>
      <description>&lt;P&gt;Thanks Adonio! The reasoning behind my wanting to change the location is simply disk space on the primary filesystem is growing day by day. It's now at 72% use and grows by an entire percent per day. What's odd is that I put an ln -s  for the dispatch folder to go to the new filesystem and my utilization hasn't changed in days on the target filesystem. Only on the primary. &lt;/P&gt;

&lt;P&gt;Filesystem      Size  Used Avail Use% Mounted on&lt;BR /&gt;
/dev/xvda1      7.8G  5.5G  2.2G  72% /&lt;BR /&gt;
devtmpfs        3.9G   68K  3.9G   1% /dev&lt;BR /&gt;
tmpfs           3.9G     0  3.9G   0% /dev/shm&lt;BR /&gt;
/dev/xvdb1       40G   12G   27G  30% /splunkdata&lt;/P&gt;

&lt;P&gt;So the /dev/xvda1 filesystem is where /opt/splunk resides. The /dev/xvdb1 filesystem is where things are supposed to go but has remained at 30% use for this entire week. So, something isn't working right! This is what prompted me to want to move indexes, unless you advise against that! &lt;BR /&gt;
I need to get my hands around this before I run out of space on /dev/xvda1. Once I get that set up correctly, then I can start looking at how to manage log retention and not be such a bother on this board... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 17:32:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Change-location-of-introspection-index/m-p/348874#M21344</guid>
      <dc:creator>BrendanCO</dc:creator>
      <dc:date>2017-04-25T17:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Change location of introspection index</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Change-location-of-introspection-index/m-p/348875#M21345</link>
      <description>&lt;P&gt;look at the last part of my answer and at your indexes configurations, if they contain $SPLUNK_DB the index location reffers to twhere $SPLUNK__DB points. you can change $SPLUNK_DB &lt;BR /&gt;
if you would like to move all indexes to new file system, follow this link: &lt;A href="https://docs.splunk.com/Documentation/Splunk/6.5.3/Indexer/Moveanindex" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/6.5.3/Indexer/Moveanindex&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:49:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Change-location-of-introspection-index/m-p/348875#M21345</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2020-09-29T13:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Change location of introspection index</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Change-location-of-introspection-index/m-p/348876#M21346</link>
      <description>&lt;P&gt;Using your instructions, I was able to move all my indexes to my new filesystem. It is reflecting the new location in the GUI as well. Thanks again, Adonio. As always, a great help. &lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 18:49:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Change-location-of-introspection-index/m-p/348876#M21346</guid>
      <dc:creator>BrendanCO</dc:creator>
      <dc:date>2017-04-25T18:49:28Z</dc:date>
    </item>
  </channel>
</rss>

