<?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: Configuring Distributed Indexes in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Configuring-Distributed-Indexes/m-p/67271#M13514</link>
    <description>&lt;P&gt;The above stanza will be applied to the foo index only. no matter how many other indexes you have.&lt;BR /&gt;
maxTotalDataSizeMB will be per index, ie only for the foo index. (if you are deploying this to more then one indexer, this will be so for all those indexers, but again, only for the foo index.)&lt;/P&gt;

&lt;P&gt;You can NOT use the same location for multiple indexers (otherwise you would have clashes between the data). If you want to use the same nfs then you should probably create directories for all your indexers say:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/nfs/indexer1/foo/
/nfs/indexer2/foo/
etc..
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 24 Mar 2011 23:32:38 GMT</pubDate>
    <dc:creator>Genti</dc:creator>
    <dc:date>2011-03-24T23:32:38Z</dc:date>
    <item>
      <title>Configuring Distributed Indexes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Configuring-Distributed-Indexes/m-p/67270#M13513</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm planning to use the deployment server to deploy configs to my indexers and use network storage for the cold DB.  I have the following in indexes.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[foo]
homePath = $SPLUNK_DB/foo/db
coldPath = /nfs/foo-splunk/storage/foo/colddb
thawedPath = $SPLUNK_DB/foo/thaweddb
maxDataSize = auto_high_volume
maxWarmDBCount = 7
maxTotalDataSizeMB = 220000
frozenTimePeriodInSecs = 1900800
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When I have multiple indexes how is this applied?  For example is the maxTotalDataSizeMB per indexer or per index?  &lt;/P&gt;

&lt;P&gt;Can multiple indexers use the same location for the colddb?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2011 23:24:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Configuring-Distributed-Indexes/m-p/67270#M13513</guid>
      <dc:creator>craigmunro</dc:creator>
      <dc:date>2011-03-24T23:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Distributed Indexes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Configuring-Distributed-Indexes/m-p/67271#M13514</link>
      <description>&lt;P&gt;The above stanza will be applied to the foo index only. no matter how many other indexes you have.&lt;BR /&gt;
maxTotalDataSizeMB will be per index, ie only for the foo index. (if you are deploying this to more then one indexer, this will be so for all those indexers, but again, only for the foo index.)&lt;/P&gt;

&lt;P&gt;You can NOT use the same location for multiple indexers (otherwise you would have clashes between the data). If you want to use the same nfs then you should probably create directories for all your indexers say:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/nfs/indexer1/foo/
/nfs/indexer2/foo/
etc..
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 24 Mar 2011 23:32:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Configuring-Distributed-Indexes/m-p/67271#M13514</guid>
      <dc:creator>Genti</dc:creator>
      <dc:date>2011-03-24T23:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Distributed Indexes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Configuring-Distributed-Indexes/m-p/67272#M13515</link>
      <description>&lt;P&gt;Thanks Genti.  I understand that this config only applies to the foo index I'm trying to clarify what happens when this index is distributed across multiple indexers.  You say that maxTotalDataSizeMB would apply to all indexers.  Does that mean it has the same limit on each indexer or that the limit is across all indexers?&lt;/P&gt;

&lt;P&gt;Is the hostname available as a variable in indexes.conf so I can do /nfs/$HOSTNAME/foo/ and deploy the same config to all indexers?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2011 17:57:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Configuring-Distributed-Indexes/m-p/67272#M13515</guid>
      <dc:creator>craigmunro</dc:creator>
      <dc:date>2011-03-25T17:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Distributed Indexes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Configuring-Distributed-Indexes/m-p/67273#M13516</link>
      <description>&lt;OL&gt;
&lt;LI&gt;you should NOT have all your indexers read and write files to that exact same folder on the NFS. If you set them up in different directories, then maxTotalDataSizeMB will apply to a single indexer/index. Hence if you say 10 Gig, and then each indexer will have 10Gig max for that index. if you have 10 indexers, each of 10 Gig for the particular index, then you need 100Gigs...&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Sat, 26 Mar 2011 06:26:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Configuring-Distributed-Indexes/m-p/67273#M13516</guid>
      <dc:creator>Genti</dc:creator>
      <dc:date>2011-03-26T06:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Distributed Indexes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Configuring-Distributed-Indexes/m-p/67274#M13517</link>
      <description>&lt;P&gt;Setting the coldPath as /nfs/$HOSTNAME/foo in indexes.conf works which means I can use the deployment server to configure my indexers.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2011 20:19:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Configuring-Distributed-Indexes/m-p/67274#M13517</guid>
      <dc:creator>craigmunro</dc:creator>
      <dc:date>2011-04-01T20:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Distributed Indexes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Configuring-Distributed-Indexes/m-p/67275#M13518</link>
      <description>&lt;P&gt;To clarify, let's say I have two indexers.  On each of these indexers, I set the size of foo in indexes.conf as&lt;/P&gt;

&lt;P&gt;maxTotalDataSizeMB=100000&lt;/P&gt;

&lt;P&gt;Each indexer must write to its own directory (typically on local disk for performance reasons).  The max size of the index is the SUM of all of the space allocated by all indexers = 200000 MB&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2011 16:52:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Configuring-Distributed-Indexes/m-p/67275#M13518</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2011-11-03T16:52:30Z</dc:date>
    </item>
  </channel>
</rss>

