<?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: Indexes.conf in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Indexes-conf/m-p/294454#M19677</link>
    <description>&lt;P&gt;./btool indexes list --debug&lt;/P&gt;</description>
    <pubDate>Wed, 14 Feb 2018 23:59:46 GMT</pubDate>
    <dc:creator>shawno</dc:creator>
    <dc:date>2018-02-14T23:59:46Z</dc:date>
    <item>
      <title>Indexes.conf</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Indexes-conf/m-p/294451#M19674</link>
      <description>&lt;P&gt;I'm trying to source what &lt;CODE&gt;indexes.conf&lt;/CODE&gt; is being utilized for each index; for example, I have an index called Web.  What I'd like to configure is the total max size of 275GB for that index using a retirement and archiving policy (maxTotalDataSizeMB). But I don't know what index applies to what Indexes.conf (several are listed).  Further, can I set up a different index to use as indexes.conf (not the default)?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 23:35:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Indexes-conf/m-p/294451#M19674</guid>
      <dc:creator>shawno</dc:creator>
      <dc:date>2018-02-14T23:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Indexes.conf</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Indexes-conf/m-p/294452#M19675</link>
      <description>&lt;P&gt;Hi shawno,&lt;/P&gt;

&lt;P&gt;you can use the following Splunk CLI command:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; $SPLUNK_HOME/bin/splunk btool indexes list --debug 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will show you the config file path so you will know where to change the settings.&lt;/P&gt;

&lt;P&gt;And yes, you should use your own file in either &lt;CODE&gt;$SPLUNK_HOME/etc/system/local&lt;/CODE&gt; or &lt;CODE&gt;$SPLUNK_HOME/etc/apps/&amp;lt;yourappnamehere&amp;gt;/local&lt;/CODE&gt;. &lt;/P&gt;

&lt;P&gt;Never change any setting in any file in &lt;CODE&gt;$SPLUNK_HOME/etc/system/default&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 23:45:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Indexes-conf/m-p/294452#M19675</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2018-02-14T23:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Indexes.conf</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Indexes-conf/m-p/294453#M19676</link>
      <description>&lt;P&gt;That didn't work!&lt;/P&gt;

&lt;P&gt;./btool web list --debug&lt;BR /&gt;
/opt/splunk/bin/splunkd: error while loading shared libraries: libjemalloc.so.2: cannot open shared object file: No such file or directory&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 23:59:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Indexes-conf/m-p/294453#M19676</guid>
      <dc:creator>shawno</dc:creator>
      <dc:date>2018-02-14T23:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Indexes.conf</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Indexes-conf/m-p/294454#M19677</link>
      <description>&lt;P&gt;./btool indexes list --debug&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 23:59:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Indexes-conf/m-p/294454#M19677</guid>
      <dc:creator>shawno</dc:creator>
      <dc:date>2018-02-14T23:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Indexes.conf</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Indexes-conf/m-p/294455#M19678</link>
      <description>&lt;P&gt;you are not using the command I posted and most likely you are doing it not as the splunk user. Switch user to the Splunk user account (in most cases &lt;CODE&gt;splunk&lt;/CODE&gt;) and run the correct command as posted &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 00:06:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Indexes-conf/m-p/294455#M19678</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2018-02-15T00:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Indexes.conf</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Indexes-conf/m-p/294456#M19679</link>
      <description>&lt;P&gt;Sorry posted it wrong; I used ./btool indexes list --debug&lt;/P&gt;

&lt;P&gt;Also used the username splunk with ./btool indexes list --debug&lt;/P&gt;

&lt;P&gt;/opt/splunk/bin/splunkd: error while loading shared libraries: libjemalloc.so.2: cannot open shared object file: No such file or directory&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 03:24:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Indexes-conf/m-p/294456#M19679</guid>
      <dc:creator>shawno</dc:creator>
      <dc:date>2018-02-15T03:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Indexes.conf</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Indexes-conf/m-p/294457#M19680</link>
      <description>&lt;P&gt;The command listed was &lt;CODE&gt;./splunk btool&lt;/CODE&gt;, not &lt;CODE&gt;btool&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;The &lt;CODE&gt;btool&lt;/CODE&gt; command, despite having a binary right next to the &lt;CODE&gt;splunk&lt;/CODE&gt; binary, has to be called from splunk, not directly.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 04:04:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Indexes-conf/m-p/294457#M19680</guid>
      <dc:creator>micahkemp</dc:creator>
      <dc:date>2018-02-15T04:04:05Z</dc:date>
    </item>
  </channel>
</rss>

