<?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: Splunk serverclass is uninstalling a deployment app itself in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-serverclass-is-uninstalling-a-deployment-app-itself/m-p/604580#M105138</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225278"&gt;@justynap_ldz&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;in my experience, when a serverclass uninstall an app is alway because the admin made an error in configuration.&lt;/P&gt;&lt;P&gt;One of the most common errors is dete an app from a serverclass and instead the app is deleted from all serverclasses.&lt;/P&gt;&lt;P&gt;Anyway, check the serverclasses where the uninstalled App is (or should be) present and check them.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jul 2022 12:25:55 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2022-07-06T12:25:55Z</dc:date>
    <item>
      <title>Splunk serverclass is uninstalling a deployment app itself</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-serverclass-is-uninstalling-a-deployment-app-itself/m-p/604563#M105135</link>
      <description>&lt;P&gt;Hello Splunkers,&lt;BR /&gt;&lt;BR /&gt;A few days ago most of serverclasses on our Deployment Server uninstalled itself an output app.&lt;BR /&gt;As a result, splunkd was restarted on UFs and data stopped being forwarded from hosts.&lt;BR /&gt;For info, each serverclass in our environment consists of a deployment app with inputs.conf where we specify sources and another deployment app&amp;nbsp; called 'output_app' with outputs.conf to get data forwarded to indexer cluster.&lt;BR /&gt;&lt;BR /&gt;Example logs from one of affected UFs:&lt;/P&gt;&lt;P&gt;06-29-2022 12:15:47.893 +0200 INFO DeployedServerclass - Serverclass=inputs_test_prod is uninstalling app=/opt/splunkforwarder/etc/apps/output_app&lt;BR /&gt;06-29-2022 12:15:47.893 +0200 INFO DeployedApplication - Removing app=output_app at='/opt/splunkforwarder/etc/apps/output_app'&lt;BR /&gt;06-29-2022 12:15:47.904 +0200 WARN DC:DeploymentClient - Restarting Splunkd...&lt;BR /&gt;06-29-2022 12:15:47.905 +0200 WARN Restarter - Splunkd is configured to run as a systemd service, skipping external restart process&lt;BR /&gt;06-29-2022 12:15:47.905 +0200 INFO HttpPubSubConnection - Running phone uri=/services/broker/phonehome/connection_123.456.7.89_8089_z1il0123.xyz.ai_z1il0123.zyx.ai_95C4E8F1-731A-4280-9F09-93B03EAFB3DE&lt;BR /&gt;06-29-2022 12:15:48.206 +0200 INFO loader - Shutdown HTTPDispatchThread&lt;BR /&gt;06-29-2022 12:15:48.206 +0200 INFO ShutdownHandler - Shutting down splunkd&lt;BR /&gt;06-29-2022 12:15:48.206 +0200 INFO ShutdownHandler - shutting down level "ShutdownLevel_Begin"&lt;BR /&gt;06-29-2022 12:15:48.207 +0200 INFO ShutdownHandler - shutting down level "ShutdownLevel_FileIntegrityChecker"&lt;BR /&gt;06-29-2022 12:15:48.207 +0200 INFO ShutdownHandler - shutting down level "ShutdownLevel_JustBeforeKVStore"&lt;BR /&gt;06-29-2022 12:15:48.207 +0200 INFO ShutdownHandler - shutting down level "ShutdownLevel_KVStore"&lt;BR /&gt;06-29-2022 12:15:48.207 +0200 INFO ShutdownHandler - shutting down level "ShutdownLevel_DFM"&lt;BR /&gt;06-29-2022 12:15:48.207 +0200 INFO ShutdownHandler - shutting down level "ShutdownLevel_Thruput"&lt;BR /&gt;06-29-2022 12:15:48.207 +0200 INFO ShutdownHandler - shutting down level "ShutdownLevel_TcpInput1"&lt;BR /&gt;06-29-2022 12:15:48.207 +0200 INFO TcpInputProc - Running shutdown level 1. Closing listening ports.&lt;BR /&gt;06-29-2022 12:15:48.207 +0200 INFO TcpInputProc - Done setting shutdown in progress signal.&lt;/P&gt;&lt;P&gt;outputs.conf&amp;nbsp;&lt;/P&gt;&lt;P&gt;# Turn off indexing on the master&lt;BR /&gt;[indexAndForward]&lt;BR /&gt;index = false&lt;/P&gt;&lt;P&gt;[tcpout]&lt;BR /&gt;defaultGroup = splunk_prod&lt;BR /&gt;forwardedindex.filter.disable = true&lt;BR /&gt;indexAndForward = false&lt;/P&gt;&lt;P&gt;[tcpout:splunk_prod]&lt;BR /&gt;server=z1il0001.zyx.ai.zz:9997,z1il0002.zyx.ai.zz:9997,&amp;nbsp;z1il0003.zyx.ai.zz:9997,&amp;nbsp;z1il0004.zyx.ai.zz:9997,&amp;nbsp;z1il0005.zyx.ai.zz:9997,&amp;nbsp;z1il0006.zyx.ai.zz:9997&lt;BR /&gt;autoLB = true&lt;BR /&gt;&lt;BR /&gt;Have you ever encountered such an issue? How it is possible that serverclass gets rids off an app itself?&lt;BR /&gt;Last changes that we did was a Deployment Server upgrade from 8.2.3.3 to 9.0, but we did it on 24.06.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Any idea what can be a root cause?&lt;BR /&gt;Greetings,&lt;BR /&gt;Dzasta&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 11:44:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-serverclass-is-uninstalling-a-deployment-app-itself/m-p/604563#M105135</guid>
      <dc:creator>justynap_ldz</dc:creator>
      <dc:date>2022-07-06T11:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk serverclass is uninstalling a deployment app itself</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-serverclass-is-uninstalling-a-deployment-app-itself/m-p/604580#M105138</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225278"&gt;@justynap_ldz&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;in my experience, when a serverclass uninstall an app is alway because the admin made an error in configuration.&lt;/P&gt;&lt;P&gt;One of the most common errors is dete an app from a serverclass and instead the app is deleted from all serverclasses.&lt;/P&gt;&lt;P&gt;Anyway, check the serverclasses where the uninstalled App is (or should be) present and check them.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 12:25:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-serverclass-is-uninstalling-a-deployment-app-itself/m-p/604580#M105138</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-07-06T12:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk serverclass is uninstalling a deployment app itself</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-serverclass-is-uninstalling-a-deployment-app-itself/m-p/604591#M105141</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;,&lt;/P&gt;&lt;P&gt;That was my first guess, too. However, we are doing such changes in Splunk Web (I mean when we delete an app from serverclass), so it is technically not possible to uninstall one output app from over 100 serverclasses at once.&lt;BR /&gt;I am not able to find any reasonable explanation for this issue...&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 14:10:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-serverclass-is-uninstalling-a-deployment-app-itself/m-p/604591#M105141</guid>
      <dc:creator>justynap_ldz</dc:creator>
      <dc:date>2022-07-06T14:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk serverclass is uninstalling a deployment app itself</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-serverclass-is-uninstalling-a-deployment-app-itself/m-p/604599#M105142</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225278"&gt;@justynap_ldz&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;after you uninstalled an app from a serverclass, have you this app in the other serverclasses or it was uninstalled from all the serverclasses?&lt;/P&gt;&lt;P&gt;As I said, sometimes unistalling an app from a serverclass it's uninstalled from all the serverclasses.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 14:55:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-serverclass-is-uninstalling-a-deployment-app-itself/m-p/604599#M105142</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-07-06T14:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk serverclass is uninstalling a deployment app itself</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-serverclass-is-uninstalling-a-deployment-app-itself/m-p/604895#M105171</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;,&lt;BR /&gt;your quick responses are very much appreciated! Thank you &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Yes, that is the only reasonable explanation for our issue. With other Splunk Admins in my team we found out that opening a serverclass in Forwarder Management, going to App section, clicking on Edit app and then Uninstall, may actually uninstall the app from all serverclasses ( &lt;span class="lia-unicode-emoji" title=":face_with_open_mouth:"&gt;😮&lt;/span&gt; )&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 09:13:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-serverclass-is-uninstalling-a-deployment-app-itself/m-p/604895#M105171</guid>
      <dc:creator>justynap_ldz</dc:creator>
      <dc:date>2022-07-08T09:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk serverclass is uninstalling a deployment app itself</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-serverclass-is-uninstalling-a-deployment-app-itself/m-p/604897#M105172</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225278"&gt;@justynap_ldz&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I fell into this mistake some time ago, which is why I went almost without fail!&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>Fri, 08 Jul 2022 09:22:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-serverclass-is-uninstalling-a-deployment-app-itself/m-p/604897#M105172</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-07-08T09:22:25Z</dc:date>
    </item>
  </channel>
</rss>

