<?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 Best Practices for Building A Clustered Environment? in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Best-Practices-for-Building-A-Clustered-Environment/m-p/612798#M14231</link>
    <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;I have been tasked with building a clustered environment from scratch in PROD. This will be my first.&amp;nbsp; I have only practiced in a test environment and everything is usually good. But, I would like to know any DOs and DONTs if any, or tips to be more successful.&lt;/P&gt;
&lt;P&gt;Secondly, Once am done and everything is running how do I connect the old environment to the new one and Transfer or copy rather the same alerts, reports, dashboards, and apps to the new site?&lt;/P&gt;
&lt;P&gt;Thanks for your help in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Sep 2022 12:50:45 GMT</pubDate>
    <dc:creator>woodlandrelic</dc:creator>
    <dc:date>2022-09-13T12:50:45Z</dc:date>
    <item>
      <title>Best Practices for Building A Clustered Environment?</title>
      <link>https://community.splunk.com/t5/Alerting/Best-Practices-for-Building-A-Clustered-Environment/m-p/612798#M14231</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;I have been tasked with building a clustered environment from scratch in PROD. This will be my first.&amp;nbsp; I have only practiced in a test environment and everything is usually good. But, I would like to know any DOs and DONTs if any, or tips to be more successful.&lt;/P&gt;
&lt;P&gt;Secondly, Once am done and everything is running how do I connect the old environment to the new one and Transfer or copy rather the same alerts, reports, dashboards, and apps to the new site?&lt;/P&gt;
&lt;P&gt;Thanks for your help in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 12:50:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Best-Practices-for-Building-A-Clustered-Environment/m-p/612798#M14231</guid>
      <dc:creator>woodlandrelic</dc:creator>
      <dc:date>2022-09-13T12:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Building A Clustered Environment.</title>
      <link>https://community.splunk.com/t5/Alerting/Best-Practices-for-Building-A-Clustered-Environment/m-p/612828#M14232</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/248841"&gt;@woodlandrelic&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;about the installation, I'haven't anything to add respect the installation and configuration procedure that you followed in test environment, that I suppose is the one described in Splunk on-line documentation.&lt;/P&gt;&lt;P&gt;About Apps, you have to copy all the apps present in your Master Node ($SPLUNK_HOME/etc/master-apps) and copy them in the same location od the new Master Node and deploy them to search peers.&lt;/P&gt;&lt;P&gt;For Search Heads, you have at first to create in the new environment all the roles of the old one.&lt;/P&gt;&lt;P&gt;Then, you have to copy all the Apps (excluding the ones bundled in Splunk installation) from a Search Head (possibly the Captain) and copy them in the Deployer to deploy them to all the Search Heads.&lt;/P&gt;&lt;P&gt;When you'll finish, you'll have a copy of your environment in the new one and you can switch the data flow.&lt;/P&gt;&lt;P&gt;To switch the data flow, you have to modify in each client, using the Deployment Server, the indexers addressing to the new one.&lt;/P&gt;&lt;P&gt;I suppose (it's a best practice) that you have outputs.conf in a dedicated TA, so it's easy to change it.&lt;/P&gt;&lt;P&gt;If you haven't outputs.conf in a dedicated TA but it's in $SPLUNK_HOME/etc/system/local, this is the opportunity to change this approach following these steps:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;create the new outputs.conf addressing the new Indexers Cluster,&lt;/LI&gt;&lt;LI&gt;create a new TA (called e.g. TA_Forwarders) containing: apps.conf, outputs.conf and deploymentclient.conf,&lt;/LI&gt;&lt;LI&gt;copy it in the Deployment Server (in $SPLUNK_HOME/etc/deployment-apps),&lt;/LI&gt;&lt;LI&gt;create a ServerClass in serverclass.conf to deploy the new TA to all the clients,&lt;/LI&gt;&lt;LI&gt;deploy the new TA to all the clients,&lt;/LI&gt;&lt;LI&gt;manually (eventually using a script) remove outputs.conf and deploymentclient.conf from&amp;nbsp;$SPLUNK_HOME/etc/system/local of each client,&lt;/LI&gt;&lt;LI&gt;BEWARE: do this step always after the deployment of the new TA, otherwise you'll loose all configurations!&lt;/LI&gt;&lt;LI&gt;restart Splunk on each client.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 06:45:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Best-Practices-for-Building-A-Clustered-Environment/m-p/612828#M14232</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-09-13T06:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Building A Clustered Environment.</title>
      <link>https://community.splunk.com/t5/Alerting/Best-Practices-for-Building-A-Clustered-Environment/m-p/613054#M14242</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for the detailed answer. It was such a great help.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 11:33:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Best-Practices-for-Building-A-Clustered-Environment/m-p/613054#M14242</guid>
      <dc:creator>woodlandrelic</dc:creator>
      <dc:date>2022-09-14T11:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practices for Building A Clustered Environment?</title>
      <link>https://community.splunk.com/t5/Alerting/Best-Practices-for-Building-A-Clustered-Environment/m-p/688760#M16040</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/248841"&gt;@woodlandrelic&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Hope this message finds you well.&lt;/P&gt;&lt;P&gt;I have recently moved from out of a Splunk developer role to an admin role. I have to build a cluster environment out of scratch.&lt;/P&gt;&lt;P&gt;I have the basic understanding of a clustered environment but haven't setup yet.&lt;/P&gt;&lt;P&gt;Could you please guide me how can I start. Like what type of knowledge/ information gathering need to do with the client or customer before head. Also if there is any procedure/ order of components to follow.&lt;/P&gt;&lt;P&gt;It will be really helpful for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 10:18:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Best-Practices-for-Building-A-Clustered-Environment/m-p/688760#M16040</guid>
      <dc:creator>man03359</dc:creator>
      <dc:date>2024-05-27T10:18:01Z</dc:date>
    </item>
  </channel>
</rss>

