<?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: Deploying a simple TA to indexers - rolling restart required? in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Deploying-a-simple-TA-to-indexers-rolling-restart-required/m-p/687925#M19419</link>
    <description>&lt;P&gt;See here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.2.1/Indexer/Updatepeerconfigurations#Restart_or_reload_after_configuration_bundle_changes.3F" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.2.1/Indexer/Updatepeerconfigurations#Restart_or_reload_after_configuration_bundle_changes.3F&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.2.1/Indexer/Updatepeerconfigurations#Use_the_CLI_to_validate_the_bundle_and_check_restart" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.2.1/Indexer/Updatepeerconfigurations#Use_the_CLI_to_validate_the_bundle_and_check_restart&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 17 May 2024 20:48:38 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2024-05-17T20:48:38Z</dc:date>
    <item>
      <title>Deploying a simple TA to indexers - rolling restart required?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Deploying-a-simple-TA-to-indexers-rolling-restart-required/m-p/687924#M19418</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We want to add a TA (app) to our indexers at the path &lt;EM&gt;/opt/splunk/etc/master-apps&lt;/EM&gt; by running the command &lt;EM&gt;/opt/splunk/bin/splunk apply cluster-bundle &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My question is if we can deploy an indexer app without a restart of the indexer? The TA we want to deploy is an extension to the nix TA, and all it does is run some simple bash scripted inputs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 20:43:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Deploying-a-simple-TA-to-indexers-rolling-restart-required/m-p/687924#M19418</guid>
      <dc:creator>danielbb</dc:creator>
      <dc:date>2024-05-17T20:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying a simple TA to indexers - rolling restart required?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Deploying-a-simple-TA-to-indexers-rolling-restart-required/m-p/687925#M19419</link>
      <description>&lt;P&gt;See here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.2.1/Indexer/Updatepeerconfigurations#Restart_or_reload_after_configuration_bundle_changes.3F" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.2.1/Indexer/Updatepeerconfigurations#Restart_or_reload_after_configuration_bundle_changes.3F&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.2.1/Indexer/Updatepeerconfigurations#Use_the_CLI_to_validate_the_bundle_and_check_restart" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.2.1/Indexer/Updatepeerconfigurations#Use_the_CLI_to_validate_the_bundle_and_check_restart&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 20:48:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Deploying-a-simple-TA-to-indexers-rolling-restart-required/m-p/687925#M19419</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-05-17T20:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying a simple TA to indexers - rolling restart required?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Deploying-a-simple-TA-to-indexers-rolling-restart-required/m-p/687970#M19421</link>
      <description>&lt;P&gt;Thank you so much, one of our stanzas looks like the following -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[script://./bin/ulimit.sh]
interval = 27 5 * * *
source = scripted_input
sourcetype = virtualization:sanity:ulimit
index = os
disabled = false&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on the link you provided, a reload should be fine. How would we run a "reload"?&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;inputs.conf&lt;/TD&gt;&lt;TD&gt;http&lt;/TD&gt;&lt;TD&gt;reload&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;inputs.conf&lt;/TD&gt;&lt;TD&gt;script&lt;/TD&gt;&lt;TD&gt;reload&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;inputs.conf&lt;/TD&gt;&lt;TD&gt;monitor&lt;/TD&gt;&lt;TD&gt;reload&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;inputs.conf&lt;/TD&gt;&lt;TD&gt;&amp;lt;modular_input&amp;gt;&lt;/TD&gt;&lt;TD&gt;reload&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;inputs.conf&lt;/TD&gt;&lt;TD&gt;batch&lt;/TD&gt;&lt;TD&gt;reload&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Sun, 19 May 2024 18:54:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Deploying-a-simple-TA-to-indexers-rolling-restart-required/m-p/687970#M19421</guid>
      <dc:creator>danielbb</dc:creator>
      <dc:date>2024-05-19T18:54:10Z</dc:date>
    </item>
  </channel>
</rss>

