<?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: why cluster master distribute an app instead of necessary conf files? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/why-cluster-master-distribute-an-app-instead-of-necessary-conf/m-p/548572#M18771</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/196479"&gt;@brandy81&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;From best practices, you must also install the Technology add-ons (TA) on the indexers to be able to parse the data in index time not only in search time.&lt;BR /&gt;Data parsed in idex time are better, because don't consume all resources from search heads.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Apr 2021 11:30:31 GMT</pubDate>
    <dc:creator>aasabatini</dc:creator>
    <dc:date>2021-04-20T11:30:31Z</dc:date>
    <item>
      <title>why cluster master distribute an app instead of necessary conf files?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/why-cluster-master-distribute-an-app-instead-of-necessary-conf/m-p/548558#M18770</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;According to the document here, cluster master distributes an app under indexer clustering environment.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.1.3/Indexer/Manageappdeployment" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.1.3/Indexer/Manageappdeployment&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I think if the app dose not have index-time extraction configuration, cluster master may distribute only indexes.conf. Why dose cluster master have to distribute whole app? I believe the app should be located only on search head. Because when search runs, search-time extraction conf (props.conf and transforms.conf) would be down to peers with bundle replication.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please let me know why the docs says so? Is it best practice?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 09:42:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/why-cluster-master-distribute-an-app-instead-of-necessary-conf/m-p/548558#M18770</guid>
      <dc:creator>brandy81</dc:creator>
      <dc:date>2021-04-20T09:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: why cluster master distribute an app instead of necessary conf files?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/why-cluster-master-distribute-an-app-instead-of-necessary-conf/m-p/548572#M18771</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/196479"&gt;@brandy81&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;From best practices, you must also install the Technology add-ons (TA) on the indexers to be able to parse the data in index time not only in search time.&lt;BR /&gt;Data parsed in idex time are better, because don't consume all resources from search heads.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 11:30:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/why-cluster-master-distribute-an-app-instead-of-necessary-conf/m-p/548572#M18771</guid>
      <dc:creator>aasabatini</dc:creator>
      <dc:date>2021-04-20T11:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: why cluster master distribute an app instead of necessary conf files?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/why-cluster-master-distribute-an-app-instead-of-necessary-conf/m-p/548580#M18772</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/196479"&gt;@brandy81&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if you want to deploy only one or more conf files, you can do this putting those files in $SPLUNK_HOME/etc/master-apps/_cluster/local&lt;/P&gt;&lt;P&gt;But anyway I always prefer to use dedicated apps to deploy conf files to Indexers to have a more control on the installation: e.g. using only one indexes.conf, you could have stanzas of different apps and I don't like it!&lt;/P&gt;&lt;P&gt;In addition, apps aren't specific of Search Heads, but there are also specific apps for Indexers, Heavy Forwarders, Universal Forwarders.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 12:27:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/why-cluster-master-distribute-an-app-instead-of-necessary-conf/m-p/548580#M18772</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-04-20T12:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: why cluster master distribute an app instead of necessary conf files?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/why-cluster-master-distribute-an-app-instead-of-necessary-conf/m-p/548739#M18776</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&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 for your answer. Let me ask further questions.&lt;/P&gt;&lt;P&gt;In many cases, props.conf includes index-time related configurations and search-time related configurations both. Do I have to split each conf and then deploy one with&amp;nbsp;index-time config with cluster master to peers and another one with search-time config with deployer to search head cluster member?&lt;/P&gt;&lt;P&gt;You said apps are not specific of search head, but I believe most of app including dashboards should be deployed on Search head.&lt;/P&gt;&lt;P&gt;&amp;nbsp;Please let me know what is the best practice for props.conf deploy. Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 08:16:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/why-cluster-master-distribute-an-app-instead-of-necessary-conf/m-p/548739#M18776</guid>
      <dc:creator>brandy81</dc:creator>
      <dc:date>2021-04-21T08:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: why cluster master distribute an app instead of necessary conf files?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/why-cluster-master-distribute-an-app-instead-of-necessary-conf/m-p/548743#M18777</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/196479"&gt;@brandy81&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you can follow two approaches:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;create specific Add-Ons for each kind of Splunk Server, containing only what really needs to it;&lt;/LI&gt;&lt;LI&gt;create global Add-Ons for all Splunk Servers.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I prefer the first, because it's optimized for the server role, but the second it's easier to maintain.&lt;/P&gt;&lt;P&gt;Choose the one you prefer.&lt;/P&gt;&lt;P&gt;In both cases,. create a complete documentation.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 08:30:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/why-cluster-master-distribute-an-app-instead-of-necessary-conf/m-p/548743#M18777</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-04-21T08:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: why cluster master distribute an app instead of necessary conf files?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/why-cluster-master-distribute-an-app-instead-of-necessary-conf/m-p/548799#M18778</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/196479"&gt;@brandy81&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to help you I use the example the windows app.&lt;/P&gt;&lt;P&gt;Generally the apps on the splunkbase are dived on two types:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Windows app for dashboard report and visualization&amp;nbsp; to be installed on search head &lt;A href="https://splunkbase.splunk.com/app/1680/" target="_blank" rel="noopener"&gt;https://splunkbase.splunk.com/app/1680/&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Add on with all parsing configurations&amp;nbsp; &amp;nbsp;to be installed both indexer or search head&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/742/" target="_blank" rel="noopener"&gt;https://splunkbase.splunk.com/app/742/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;the best pratices is: the technology add-ons to be installed both the splunk server (HF,Indexer and Search head)&lt;/P&gt;&lt;P&gt;App with dashboards and reports only on the search heads&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Alessandro&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 14:12:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/why-cluster-master-distribute-an-app-instead-of-necessary-conf/m-p/548799#M18778</guid>
      <dc:creator>aasabatini</dc:creator>
      <dc:date>2021-04-21T14:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: why cluster master distribute an app instead of necessary conf files?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/why-cluster-master-distribute-an-app-instead-of-necessary-conf/m-p/549207#M18787</link>
      <description>&lt;P&gt;Hi, &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222210"&gt;@aasabatini&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you. In your explanation,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"Add-on with all parsing configurations&amp;nbsp;to be installed both indexer and search head"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;--&amp;gt; Is it because that add-ons have search-time configuration and index-time&amp;nbsp;configuration&amp;nbsp;both? As I wrote&amp;nbsp;&lt;/SPAN&gt;down, I think only index-time configuration should be on indexers and search-time configuration dose not need to located on indexers. Am I wrong?&lt;/P&gt;&lt;P&gt;As I see the answer here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Getting-Data-In/What-are-best-practices-when-deploying-apps-across-an-indexer/m-p/266801" target="_blank"&gt;https://community.splunk.com/t5/Getting-Data-In/What-are-best-practices-when-deploying-apps-across-an-indexer/m-p/266801&lt;/A&gt;&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;If search time you'll want your TA's on the search head server class, if index time, the indexer class"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;m bit confused.. Thanks a lot.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Apr 2021 04:48:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/why-cluster-master-distribute-an-app-instead-of-necessary-conf/m-p/549207#M18787</guid>
      <dc:creator>brandy81</dc:creator>
      <dc:date>2021-04-24T04:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: why cluster master distribute an app instead of necessary conf files?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/why-cluster-master-distribute-an-app-instead-of-necessary-conf/m-p/549208#M18788</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/196479"&gt;@brandy81&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;as&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222210"&gt;@aasabatini&lt;/a&gt; said (Ciao Alessandro!) there are more kinds of Apps to use in different server roles (from more infos see at &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.1.3/Admin/Whatsanapp" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.1.3/Admin/Whatsanapp&lt;/A&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;proper Apps with dashboards only on Search Heads, these apps containg also all the search time knoledge objects and conf files;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Add-Ons to provide specific capabilities to assist in gathering, normalizing, and enriching data sources, that can be installed in SHs in Indexers, Heavy Forwarders, Universal Forwarders.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;As I said you can create one one App containing all the objects and install it in all your Splunk Servers or create different objects for the different roles, I already described&amp;nbsp;pros and cons.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you're speaking of apps to download from Splunkbase, in the installation instructions is described which object must be instaled for each role.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Only one final question: what's the problem?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As I said i always prefer semplicity in installation, so for Splunkbase Apps i follow instructions, for custom Apps I do at most two objects (sometimes also only one!).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ciao.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Giuseppe&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Apr 2021 06:00:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/why-cluster-master-distribute-an-app-instead-of-necessary-conf/m-p/549208#M18788</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-04-24T06:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: why cluster master distribute an app instead of necessary conf files?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/why-cluster-master-distribute-an-app-instead-of-necessary-conf/m-p/549404#M18793</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your answer. The reason I asked this questions is recently I had to deploy an app containing props.conf and transforms.conf which configure index-time field extraction. I was wondering if I need to deploy &amp;nbsp;the app into search head or indexers.&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222210"&gt;@aasabatini&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 04:34:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/why-cluster-master-distribute-an-app-instead-of-necessary-conf/m-p/549404#M18793</guid>
      <dc:creator>brandy81</dc:creator>
      <dc:date>2021-04-27T04:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: why cluster master distribute an app instead of necessary conf files?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/why-cluster-master-distribute-an-app-instead-of-necessary-conf/m-p/549413#M18794</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/196479"&gt;@brandy81&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 06:33:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/why-cluster-master-distribute-an-app-instead-of-necessary-conf/m-p/549413#M18794</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-04-27T06:33:52Z</dc:date>
    </item>
  </channel>
</rss>

