<?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: deploy and configure apps to a cluster with heavy forwarders in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/deploy-and-configure-apps-to-a-cluster-with-heavy-forwarders/m-p/562707#M196073</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/234869"&gt;@sam1010&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Google is your best friend for searching documentation, anyway, you can find the documentation about Indexers Cluster&amp;nbsp; at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.1/Indexer/Manageappdeployment" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.1/Indexer/Manageappdeployment&lt;/A&gt;&amp;nbsp;and at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.1/Indexer/Updatepeerconfigurations" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.1/Indexer/Updatepeerconfigurations&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In few words, you have to:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;by CLI copy your unzipped apps in $SPLUNK_HOME/etc/master-apps,&lt;/LI&gt;&lt;LI&gt;by GUI push the configurations.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Ciao and happy splunking.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Tue, 10 Aug 2021 07:31:16 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2021-08-10T07:31:16Z</dc:date>
    <item>
      <title>deploy and configure apps to a cluster with heavy forwarders</title>
      <link>https://community.splunk.com/t5/Splunk-Search/deploy-and-configure-apps-to-a-cluster-with-heavy-forwarders/m-p/562533#M195645</link>
      <description>&lt;P&gt;Can anyone tell me the steps to deploy and configure multiple apps in a cluster with heavy forwarders.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 05:37:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/deploy-and-configure-apps-to-a-cluster-with-heavy-forwarders/m-p/562533#M195645</guid>
      <dc:creator>sam1010</dc:creator>
      <dc:date>2021-08-09T05:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: deploy and configure apps to a cluster with heavy forwarders</title>
      <link>https://community.splunk.com/t5/Splunk-Search/deploy-and-configure-apps-to-a-cluster-with-heavy-forwarders/m-p/562545#M195651</link>
      <description>&lt;P&gt;1. Deploy search head apps from the &lt;STRONG&gt;Deployer server&lt;/STRONG&gt; to &lt;STRONG&gt;Search Heads&lt;/STRONG&gt; in the cluster.&lt;/P&gt;&lt;P&gt;2. Deploy indexer apps from &lt;STRONG&gt;Cluster Master server&lt;/STRONG&gt; to&lt;STRONG&gt;&amp;nbsp;Indexer Servers/Peers&lt;/STRONG&gt; in the cluster.&lt;/P&gt;&lt;P&gt;3. Deploy heavy forwarder apps from &lt;STRONG&gt;Deployment server&lt;/STRONG&gt; to &lt;STRONG&gt;Heavy Forwarders&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 07:21:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/deploy-and-configure-apps-to-a-cluster-with-heavy-forwarders/m-p/562545#M195651</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2021-08-09T07:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: deploy and configure apps to a cluster with heavy forwarders</title>
      <link>https://community.splunk.com/t5/Splunk-Search/deploy-and-configure-apps-to-a-cluster-with-heavy-forwarders/m-p/562549#M195653</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/234869"&gt;@sam1010&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;as&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/129090"&gt;@manjunathmeti&lt;/a&gt;&amp;nbsp;said, on a Search Hards Cluster you can use only Deployer to deploy apps.&lt;/P&gt;&lt;P&gt;The steps to follow are at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.1/DistSearch/PropagateSHCconfigurationchanges" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.1/DistSearch/PropagateSHCconfigurationchanges&lt;/A&gt;&lt;/P&gt;&lt;P&gt;in few words:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;copy your unzipepd apps on Deployer $SPLUNK_HOME/etc/shcluste/apps,&lt;/LI&gt;&lt;LI&gt;flom CLI, run the command&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;LI-CODE lang="markup"&gt;splunk apply shcluster-bundle -target &amp;lt;URI&amp;gt;:&amp;lt;management_port&amp;gt; -auth &amp;lt;username&amp;gt;:&amp;lt;password&amp;gt;&lt;/LI-CODE&gt;&lt;UL&gt;&lt;LI&gt;beware: if your apps are already installed on the SHC, the above command overrides lookups, if you don't want to override lookups, you have to use:&lt;/LI&gt;&lt;/UL&gt;&lt;LI-CODE lang="markup"&gt;splunk apply shcluster-bundle -target &amp;lt;URI&amp;gt;:&amp;lt;management_port&amp;gt; -preserve-lookups true -auth &amp;lt;username&amp;gt;:&amp;lt;password&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On Heavy Forwarders, as&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/129090"&gt;@manjunathmeti&lt;/a&gt;&amp;nbsp;said, you can use the Deployment Server.&lt;/P&gt;&lt;P&gt;The steps are described at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.1/Updating/Updateconfigurations" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.1/Updating/Updateconfigurations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;in few words:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;copy your unzipped apps at&amp;nbsp;$SPLUNK_HOME/etc/deployment-apps&lt;/LI&gt;&lt;LI&gt;wait few minutes or run&lt;/LI&gt;&lt;/UL&gt;&lt;LI-CODE lang="markup"&gt;splunk reload deploy-server&lt;/LI-CODE&gt;&lt;P&gt;Only one attention point: if you have two or more HF to take syslogs with a front Load Balancer, in this way there could be the risk that both the HFs restart at the same time, so you lose syslogs, in this case I hint to manually install apps one HF after the other.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 07:45:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/deploy-and-configure-apps-to-a-cluster-with-heavy-forwarders/m-p/562549#M195653</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-08-09T07:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: deploy and configure apps to a cluster with heavy forwarders</title>
      <link>https://community.splunk.com/t5/Splunk-Search/deploy-and-configure-apps-to-a-cluster-with-heavy-forwarders/m-p/562647#M196056</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp; Thanks for the solution and providing relevant documentation. Is there any documentation for&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/129090"&gt;@manjunathmeti&lt;/a&gt;&amp;nbsp;'s answers 2nd step as well? i.e. "&amp;nbsp;&lt;SPAN&gt;2. Deploy indexer apps from&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Cluster Master server&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;to&lt;/SPAN&gt;&lt;STRONG&gt;&amp;nbsp;Indexer Servers/Peers&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;in the cluster." In other words how do I carry out this step about deploying apps in indexer?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 18:47:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/deploy-and-configure-apps-to-a-cluster-with-heavy-forwarders/m-p/562647#M196056</guid>
      <dc:creator>sam1010</dc:creator>
      <dc:date>2021-08-09T18:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: deploy and configure apps to a cluster with heavy forwarders</title>
      <link>https://community.splunk.com/t5/Splunk-Search/deploy-and-configure-apps-to-a-cluster-with-heavy-forwarders/m-p/562698#M196069</link>
      <description>&lt;P&gt;To deploy indexer apps from cluster master:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;copy your unzipped apps on cluster master &lt;STRONG&gt;$SPLUNK_HOME/etc/master-apps&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;from CLI, run the command&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;LI-CODE lang="markup"&gt;/opt/splunk/bin/splunk apply cluster-bundle --answer-yes -auth &amp;lt;username&amp;gt;:&amp;lt;password&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once the latest bundle is deployed, apps will be stored in&amp;nbsp;&lt;STRONG&gt;$SPLUNK_HOME/etc/slave-apps &lt;/STRONG&gt;on indexer servers.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 02:01:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/deploy-and-configure-apps-to-a-cluster-with-heavy-forwarders/m-p/562698#M196069</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2021-08-10T02:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: deploy and configure apps to a cluster with heavy forwarders</title>
      <link>https://community.splunk.com/t5/Splunk-Search/deploy-and-configure-apps-to-a-cluster-with-heavy-forwarders/m-p/562707#M196073</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/234869"&gt;@sam1010&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Google is your best friend for searching documentation, anyway, you can find the documentation about Indexers Cluster&amp;nbsp; at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.1/Indexer/Manageappdeployment" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.1/Indexer/Manageappdeployment&lt;/A&gt;&amp;nbsp;and at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.1/Indexer/Updatepeerconfigurations" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.1/Indexer/Updatepeerconfigurations&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In few words, you have to:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;by CLI copy your unzipped apps in $SPLUNK_HOME/etc/master-apps,&lt;/LI&gt;&lt;LI&gt;by GUI push the configurations.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Ciao and happy splunking.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 07:31:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/deploy-and-configure-apps-to-a-cluster-with-heavy-forwarders/m-p/562707#M196073</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-08-10T07:31:16Z</dc:date>
    </item>
  </channel>
</rss>

