<?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: Support for Search Head Clustering in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Support-for-Search-Head-Clustering/m-p/672044#M11309</link>
    <description>&lt;P&gt;Thank you,&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/93915"&gt;@VatsalJagani&lt;/a&gt;!&amp;nbsp; That is precisely the sort of information I'd been trying to find.&amp;nbsp; From what you've stated, I think our app may indeed support SHC.&lt;/P&gt;&lt;P&gt;The initial structure of the app was created using Splunk's Add-on Builder app with inputs defined as modular inputs backed by custom Python code.&amp;nbsp; So all the configuration is stored as parameters on these inputs and provided via the Splunk web interface.&lt;/P&gt;&lt;P&gt;The only other information is stored and read by the app is a bit of state info that lives in StoragePasswords.&amp;nbsp; The AoB framework provides a helper that provides access to various services such as storage_passwords, and I would assume that it's making REST calls behind the scenes.&lt;/P&gt;&lt;P&gt;Anyway, thank you again.&amp;nbsp; I appreciate the response!&lt;/P&gt;</description>
    <pubDate>Fri, 15 Dec 2023 15:15:58 GMT</pubDate>
    <dc:creator>jamos_bt</dc:creator>
    <dc:date>2023-12-15T15:15:58Z</dc:date>
    <item>
      <title>Support for Search Head Clustering</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Support-for-Search-Head-Clustering/m-p/671951#M11303</link>
      <description>&lt;P&gt;I wish I were more well-versed in the various deployment architectures for Splunk and what they mean as far as app / add-on deployment, but I'm not and am stuck at the moment.&lt;/P&gt;&lt;P&gt;A customer has asked whether an app we have published to Splunkbase support Search Head Clustering.&amp;nbsp; Having read through some documentation on what it is and how it works, I'm still uncertain as to what that means with respect to my app.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Does anyone know (or can point me to a resource that I've yet to unearth) what does "support Search Head Clustering" mean and how would I know whether my app supports it / what must be done by an app developer to support it?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I can say with certainty that we did not do anything special during the development process to support this, but that doesn't mean it isn't support inherently ... so I'm at a loss.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 17:24:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Support-for-Search-Head-Clustering/m-p/671951#M11303</guid>
      <dc:creator>jamos_bt</dc:creator>
      <dc:date>2023-12-14T17:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Support for Search Head Clustering</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Support-for-Search-Head-Clustering/m-p/671984#M11306</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/165799"&gt;@jamos_bt&lt;/a&gt;&amp;nbsp;- Here are some key pointers to keep in mind as a developer of App&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Search head cluster meaning, 3 or more SHs being in sync with each other for configuration and lookups.&lt;/LI&gt;&lt;LI&gt;Splunk handles the &lt;STRONG&gt;configuration sync automatically&lt;/STRONG&gt; as far as you follow the practice, detailed below.&lt;/LI&gt;&lt;LI&gt;Your App will be installed from another Splunk machine called "&lt;STRONG&gt;Deployer&lt;/STRONG&gt;".&lt;UL&gt;&lt;LI&gt;You can ask the user to make some config on the deployer directly, but you don't need to as far as your configs are getting synced properly.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;To ensure the configuration is in sync keep this in mind:&lt;UL&gt;&lt;LI&gt;Do not make &lt;STRONG&gt;config file&lt;/STRONG&gt; modifications directly on the system, use Splunk Rest endpoints to make changes to config files.&lt;/LI&gt;&lt;LI&gt;Including your App's configuration page if any should only make changes via Rest endpoint.&lt;/LI&gt;&lt;LI&gt;Do not make &lt;STRONG&gt;lookup&lt;/STRONG&gt; file modifications directly on the system, use either Splunk rest endpoints or outputlookup command to make changes to lookups.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Your &lt;STRONG&gt;alerts&lt;/STRONG&gt; will be executed only on 1 instance, decided by the SHC captain at runtime. And it could be different all the time.&lt;/LI&gt;&lt;LI&gt;Your &lt;STRONG&gt;dashboard&lt;/STRONG&gt; should work as is as long as you are not doing anything crazy.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps!!!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 06:12:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Support-for-Search-Head-Clustering/m-p/671984#M11306</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2023-12-15T06:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Support for Search Head Clustering</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Support-for-Search-Head-Clustering/m-p/672044#M11309</link>
      <description>&lt;P&gt;Thank you,&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/93915"&gt;@VatsalJagani&lt;/a&gt;!&amp;nbsp; That is precisely the sort of information I'd been trying to find.&amp;nbsp; From what you've stated, I think our app may indeed support SHC.&lt;/P&gt;&lt;P&gt;The initial structure of the app was created using Splunk's Add-on Builder app with inputs defined as modular inputs backed by custom Python code.&amp;nbsp; So all the configuration is stored as parameters on these inputs and provided via the Splunk web interface.&lt;/P&gt;&lt;P&gt;The only other information is stored and read by the app is a bit of state info that lives in StoragePasswords.&amp;nbsp; The AoB framework provides a helper that provides access to various services such as storage_passwords, and I would assume that it's making REST calls behind the scenes.&lt;/P&gt;&lt;P&gt;Anyway, thank you again.&amp;nbsp; I appreciate the response!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 15:15:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Support-for-Search-Head-Clustering/m-p/672044#M11309</guid>
      <dc:creator>jamos_bt</dc:creator>
      <dc:date>2023-12-15T15:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Support for Search Head Clustering</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Support-for-Search-Head-Clustering/m-p/672176#M11311</link>
      <description>&lt;P&gt;Perfect!!! Yes, as far you are not doing anything fancy it should be SHC supported.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 10:41:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Support-for-Search-Head-Clustering/m-p/672176#M11311</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2023-12-18T10:41:39Z</dc:date>
    </item>
  </channel>
</rss>

