<?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: 2 clusters vs clustered and unclustered vs etc/system/local in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/2-clusters-vs-clustered-and-unclustered-vs-etc-system-local/m-p/348281#M63938</link>
    <description>&lt;P&gt;Add more disks is not an option.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Dec 2017 14:09:32 GMT</pubDate>
    <dc:creator>richkappler</dc:creator>
    <dc:date>2017-12-20T14:09:32Z</dc:date>
    <item>
      <title>2 clusters vs clustered and unclustered vs etc/system/local</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/2-clusters-vs-clustered-and-unclustered-vs-etc-system-local/m-p/348278#M63935</link>
      <description>&lt;P&gt;We are running a large multi-site clustered indexer environment which is maturing causing us to make some changes to our hot/warm/cold rollover scheme. The one issue we have is 2 small sites have a different hardware setup than the rest of the environment. Due to this, I can't use the same indexes.conf on these 2 smaller sites that I use in the rest of the indexers.&lt;/P&gt;

&lt;P&gt;The question then is what is the best approach to handling this situation? As I see it, I have 3 choices:&lt;BR /&gt;
1. Run 2 clusters, which would force me to add another clustermaster.&lt;BR /&gt;
2. Run the 2 smaller sites unclustered. My gut tells me this would be undesirable, but I'd like something a little more concrete than my gut.&lt;BR /&gt;
3. Put an indexes.conf in etc/system/local for the smaller sites to override the indexes.conf we have in our slave-apps dir for the clustered indexers. &lt;/P&gt;

&lt;P&gt;I believe option 3 to be the best but wanted to reach out for some verification and potential alternative suggestions.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2017 14:51:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/2-clusters-vs-clustered-and-unclustered-vs-etc-system-local/m-p/348278#M63935</guid>
      <dc:creator>richkappler</dc:creator>
      <dc:date>2017-12-18T14:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: 2 clusters vs clustered and unclustered vs etc/system/local</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/2-clusters-vs-clustered-and-unclustered-vs-etc-system-local/m-p/348279#M63936</link>
      <description>&lt;P&gt;I forgot to put the specific change, need for change here: the 2 smaller sites in question have smaller hotwarm disks, so the change would be hotwarm to cold rollover based on size (maxVolumeDataSizeMB).&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2017 15:52:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/2-clusters-vs-clustered-and-unclustered-vs-etc-system-local/m-p/348279#M63936</guid>
      <dc:creator>richkappler</dc:creator>
      <dc:date>2017-12-18T15:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: 2 clusters vs clustered and unclustered vs etc/system/local</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/2-clusters-vs-clustered-and-unclustered-vs-etc-system-local/m-p/348280#M63937</link>
      <description>&lt;P&gt;Can I just check - when you say multi site, you mean 'Splunk Multi-site Cluster', rather than 1 cluster, simply running across multiple sites &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
I am assuming the answer is yes..&lt;/P&gt;

&lt;P&gt;Have you configured site replication to unburden the small sites with multiple copies of data from the larger sites - this is not an answer to your specific question, but it might buy you some time.&lt;/P&gt;

&lt;P&gt;On a previous deployment, I discovered that whilst you can not &lt;STRONG&gt;set&lt;/STRONG&gt; a site to have 0 copies of another sites data, you can 'imply' it:&lt;BR /&gt;
Assuming 5 sites: 3 big ones (s1, s2, s3), and two little (s4, s5):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;site_replication_factor = origin:2, site1:2, site2:2, site3:1 total:5
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Will mean that your small sites wont get replicated copies of sites 1-3's data, but they will always hold two copies of anything indexed locally. I cant find anything to say this is an officially supported approach, but the documentation does say:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;..., the replication factor ... is not a&lt;BR /&gt;
requirement. An explicit site is a&lt;BR /&gt;
site that the replication factor&lt;BR /&gt;
explicitly specifies. A non-explicit&lt;BR /&gt;
site is a site that the replication&lt;BR /&gt;
factor does not explicitly specify.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Which I read as "meh..it should be ok"&lt;/P&gt;

&lt;P&gt;edit: added link &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.1/Indexer/Multisitearchitecture"&gt;https://docs.splunk.com/Documentation/Splunk/7.0.1/Indexer/Multisitearchitecture&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I'm not sure option 3 would work, and I very much doubt that it would be supported - A cluster works on the idea that an entire indexes data exists in full in at least 1 other location - If that location has differing bucket life-cycles, then your remote site is not upholding its end of the bargain.&lt;/P&gt;

&lt;P&gt;For the pain and problems you could otherwise be facing, could I offer option 4, which would read '&lt;EM&gt;add more disks&lt;/EM&gt;' ?&lt;BR /&gt;
I know that is something you have probably deliberately omitted, but I cant help but think it would be your path of least resistance (until you submit a PO, anyway)&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2017 16:27:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/2-clusters-vs-clustered-and-unclustered-vs-etc-system-local/m-p/348280#M63937</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2017-12-18T16:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: 2 clusters vs clustered and unclustered vs etc/system/local</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/2-clusters-vs-clustered-and-unclustered-vs-etc-system-local/m-p/348281#M63938</link>
      <description>&lt;P&gt;Add more disks is not an option.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 14:09:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/2-clusters-vs-clustered-and-unclustered-vs-etc-system-local/m-p/348281#M63938</guid>
      <dc:creator>richkappler</dc:creator>
      <dc:date>2017-12-20T14:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: 2 clusters vs clustered and unclustered vs etc/system/local</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/2-clusters-vs-clustered-and-unclustered-vs-etc-system-local/m-p/348282#M63939</link>
      <description>&lt;P&gt;I'm going to make some assumptions that aren't necessarily stated in the original question:&lt;/P&gt;

&lt;P&gt;a) You want to make a change to a configuration in &lt;CODE&gt;indexes.conf&lt;/CODE&gt; in &lt;CODE&gt;system/local&lt;/CODE&gt; to surgically make one or more changes to the version pushed from the cluster master.&lt;BR /&gt;
b) This specific change isn't one that will impact the indexer's ability to be a valid member of the cluster ( &lt;CODE&gt;[volume:]&lt;/CODE&gt; is an example of a parameter that can be different across indexers, and should be fine to set in &lt;CODE&gt;system/local&lt;/CODE&gt;).&lt;/P&gt;

&lt;P&gt;You can make changes to a clustered indexer in &lt;CODE&gt;system/local&lt;/CODE&gt; to effect a change specific to only that indexer.  Best practice warns against making any changes in &lt;CODE&gt;system/local&lt;/CODE&gt;, and you can indeed make that change in &lt;CODE&gt;apps/local&lt;/CODE&gt; according to the &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.1/Admin/Wheretofindtheconfigurationfiles"&gt;Precedence for cluster peer nodes&lt;/A&gt; documentation.  Note that &lt;CODE&gt;slave-apps/default&lt;/CODE&gt; takes precedences over &lt;CODE&gt;apps/default&lt;/CODE&gt;, so it would have to be in &lt;CODE&gt;apps/local&lt;/CODE&gt; to override &lt;CODE&gt;slave-apps/local&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;So, if you need some indexers to use different &lt;CODE&gt;volume&lt;/CODE&gt; settings than others, I think this would be a valid method of running disparate configurations on clustered indexers.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 14:28:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/2-clusters-vs-clustered-and-unclustered-vs-etc-system-local/m-p/348282#M63939</guid>
      <dc:creator>micahkemp</dc:creator>
      <dc:date>2017-12-20T14:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: 2 clusters vs clustered and unclustered vs etc/system/local</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/2-clusters-vs-clustered-and-unclustered-vs-etc-system-local/m-p/348283#M63940</link>
      <description>&lt;P&gt;I think you are right, in that you can override indexes locally - volume is a good example of where you might wish to do this, however whilst you can specify that a given index exists on different disks, you cant specify different sizes of indexes, which I think is what the question is getting at.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 14:39:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/2-clusters-vs-clustered-and-unclustered-vs-etc-system-local/m-p/348283#M63940</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2017-12-20T14:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: 2 clusters vs clustered and unclustered vs etc/system/local</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/2-clusters-vs-clustered-and-unclustered-vs-etc-system-local/m-p/348284#M63941</link>
      <description>&lt;P&gt;I agree the initial question was framed inquiring about site-specific retention, which I didn't answer.  I made some potentially invalid assumptions about the "question behind the question."&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 15:08:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/2-clusters-vs-clustered-and-unclustered-vs-etc-system-local/m-p/348284#M63941</guid>
      <dc:creator>micahkemp</dc:creator>
      <dc:date>2017-12-20T15:08:43Z</dc:date>
    </item>
  </channel>
</rss>

