<?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: What are the best practices for installing SoS on cluster? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78073#M4947</link>
    <description>&lt;P&gt;You may want to consult this doc: &lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.2/Indexer/Clustersinscaledoutdeployments#Cluster_peer_management_compared_to_deployment_server"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.2/Indexer/Clustersinscaledoutdeployments#Cluster_peer_management_compared_to_deployment_server&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;To Install SoS in a cluster, install the app on the search head, and the TA-sos on the indexers. Or use deploy-server to send the TA to the indexers.&lt;/P&gt;</description>
    <pubDate>Thu, 28 Mar 2013 16:14:35 GMT</pubDate>
    <dc:creator>alacercogitatus</dc:creator>
    <dc:date>2013-03-28T16:14:35Z</dc:date>
    <item>
      <title>What are the best practices for installing SoS on cluster?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78072#M4946</link>
      <description>&lt;P&gt;As written above - I just set up a cluster (Master, 2 Indexers + SearchHead). Are there some good practices for installing SoS on cluster? Is it also pushed from teh master to the nodes or installed on search head as in distributed deployment?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2013 14:24:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78072#M4946</guid>
      <dc:creator>jtworzydlo</dc:creator>
      <dc:date>2013-03-28T14:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: What are the best practices for installing SoS on cluster?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78073#M4947</link>
      <description>&lt;P&gt;You may want to consult this doc: &lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.2/Indexer/Clustersinscaledoutdeployments#Cluster_peer_management_compared_to_deployment_server"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.2/Indexer/Clustersinscaledoutdeployments#Cluster_peer_management_compared_to_deployment_server&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;To Install SoS in a cluster, install the app on the search head, and the TA-sos on the indexers. Or use deploy-server to send the TA to the indexers.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2013 16:14:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78073#M4947</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2013-03-28T16:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: What are the best practices for installing SoS on cluster?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78074#M4948</link>
      <description>&lt;P&gt;@alacercogitatus has the gist of it but there are a few more details.&lt;/P&gt;

&lt;P&gt;This is a 3-step process:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Install the &lt;A href="http://www.splunk.com/goto/sos"&gt;S.o.S app&lt;/A&gt; on the search-head(s).&lt;/LI&gt;
&lt;LI&gt;Install the &lt;A href="http://www.splunk.com/goto/sos"&gt;S.o.S app&lt;/A&gt; on the cluster master. This is the only instance where the "Cluster Master View" will work.&lt;/LI&gt;
&lt;LI&gt;Install the &lt;A href="http://splunk-base.splunk.com/apps/36662/splunk-on-splunk-sos-technology-add-on-for-unix-and-linux"&gt;S.o.S technology add-on&lt;/A&gt; on the peers by means of the &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Indexer/Updatepeerconfigurations#Distribute_the_configuration_bundle"&gt;cluster configuration bundle&lt;/A&gt;. Deployment server is &lt;STRONG&gt;not&lt;/STRONG&gt; a supported method to push content to cluster peers.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;&lt;STRONG&gt;NB:&lt;/STRONG&gt;&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Don't forget to enable the scripted inputs ( &lt;CODE&gt;lsof_sos.sh&lt;/CODE&gt; and &lt;CODE&gt;ps_sos.sh&lt;/CODE&gt;) before pushing them out.&lt;/LI&gt;
&lt;LI&gt;Due to a Splunk bug (SPL-64308), the file permissions of scripted inputs distributed by the cluster configuration bundle on the peers will be incorrect and will need to be manually corrected. This will be fixed in maintenance release 5.0.4.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 07 Jun 2013 19:44:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78074#M4948</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2013-06-07T19:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: What are the best practices for installing SoS on cluster?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78075#M4949</link>
      <description>&lt;P&gt;Thanks a lot for the detailes!&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2013 09:33:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78075#M4949</guid>
      <dc:creator>jtworzydlo</dc:creator>
      <dc:date>2013-06-14T09:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: What are the best practices for installing SoS on cluster?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78076#M4950</link>
      <description>&lt;OL&gt;
&lt;LI&gt;Thanks for the great response.&lt;/LI&gt;
&lt;LI&gt;The permissions in SPL-64308 can be change on the slave-apps directory on the peers or does it have to be changed in the bundle and redeploed?&lt;/LI&gt;
&lt;LI&gt;Is SPL-64308 available to the public?&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Fri, 21 Jun 2013 18:59:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78076#M4950</guid>
      <dc:creator>agodoy</dc:creator>
      <dc:date>2013-06-21T18:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: What are the best practices for installing SoS on cluster?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78077#M4951</link>
      <description>&lt;OL&gt;
&lt;LI&gt;You're welcome.&lt;/LI&gt;
&lt;LI&gt;You need to manually change the permissions on the peers etc/slave-apps/$APP/bin/* files.&lt;/LI&gt;
&lt;LI&gt;Not at this time. It will definitely be fixed with our next maintenance release (5.0.4) and may be a part of a special patch before that.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Fri, 21 Jun 2013 20:21:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78077#M4951</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2013-06-21T20:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: What are the best practices for installing SoS on cluster?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78078#M4952</link>
      <description>&lt;P&gt;"Install the S.o.S app on the cluster master. This is the only instance where the "Cluster Master View" will work."&lt;BR /&gt;
Is it the case for situation when I forward all indexes from Cluster Master to Indexers layer?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2015 15:32:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78078#M4952</guid>
      <dc:creator>andrey2007</dc:creator>
      <dc:date>2015-04-14T15:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: What are the best practices for installing SoS on cluster?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78079#M4953</link>
      <description>&lt;P&gt;Yes, that will work fine.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2015 17:45:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78079#M4953</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2015-04-15T17:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: What are the best practices for installing SoS on cluster?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78080#M4954</link>
      <description>&lt;P&gt;Is it really  the ONLY instance where the "Cluster Master View" will work" in case of forwarding of indexes?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2015 16:36:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78080#M4954</guid>
      <dc:creator>andrey2007</dc:creator>
      <dc:date>2015-04-27T16:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: What are the best practices for installing SoS on cluster?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78081#M4955</link>
      <description>&lt;P&gt;Yes, because that view (and the "Bucket Fix-up Activity" view) depend on searches against the local (in other words, the Cluster Master's) REST API to be populated.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2015 18:20:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78081#M4955</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2015-04-27T18:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: What are the best practices for installing SoS on cluster?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78082#M4956</link>
      <description>&lt;P&gt;Ok, thank you for clarifying!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2015 07:38:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78082#M4956</guid>
      <dc:creator>andrey2007</dc:creator>
      <dc:date>2015-04-28T07:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: What are the best practices for installing SoS on cluster?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78083#M4957</link>
      <description>&lt;P&gt;If the Search Heads are not forwarding sos logs to the indexing cluster you should create a static distributed peer for each SH on the master.&lt;BR /&gt;
It´ll then see Search Heads logs althought they will be listed as Indexers on the topology.&lt;/P&gt;

&lt;P&gt;Another way is to forward sos logs from the Search Head just to the Master if this could not be added to the indexing cluster disk usage.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2015 07:11:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78083#M4957</guid>
      <dc:creator>theunf</dc:creator>
      <dc:date>2015-06-07T07:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: What are the best practices for installing SoS on cluster?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78084#M4958</link>
      <description>&lt;P&gt;Is it any different if the Search Heads are part of a SH Cluster? Still follow the same steps?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2015 21:13:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78084#M4958</guid>
      <dc:creator>singhbc</dc:creator>
      <dc:date>2015-07-30T21:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: What are the best practices for installing SoS on cluster?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78085#M4959</link>
      <description>&lt;P&gt;I have a similar setup (2 search heads in a cluster, 3 clustered indexers).It's the same process. Install the S.o.S app on the search heads using the deployer.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2015 21:43:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78085#M4959</guid>
      <dc:creator>sk314</dc:creator>
      <dc:date>2015-07-30T21:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: What are the best practices for installing SoS on cluster?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78086#M4960</link>
      <description>&lt;P&gt;Or better yet: Since you are running Splunk 6.2, use the &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/ConfiguretheMonitoringConsole"&gt;Distributed Management Console&lt;/A&gt; to monitor your Splunk deployment.&lt;/P&gt;

&lt;P&gt;Note that as of right now, S.o.S is not certified on search-head clusters. Read more this &lt;A href="http://answers.splunk.com/answers/290949/what-are-the-best-practices-for-sos-splunk-on-splu.html#answer-290748"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2015 01:33:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-are-the-best-practices-for-installing-SoS-on-cluster/m-p/78086#M4960</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2015-07-31T01:33:14Z</dc:date>
    </item>
  </channel>
</rss>

