<?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: How to disable Splunk app using deployment server? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-disable-Splunk-app-using-deployment-server/m-p/436300#M124347</link>
    <description>&lt;P&gt;Adding more on this:&lt;/P&gt;

&lt;P&gt;Can we disable or take back up of any app from deployment server? If yes, how?&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Tejas&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jun 2019 17:20:43 GMT</pubDate>
    <dc:creator>tbavarva</dc:creator>
    <dc:date>2019-06-20T17:20:43Z</dc:date>
    <item>
      <title>How to disable Splunk app using deployment server?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-disable-Splunk-app-using-deployment-server/m-p/436299#M124346</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;I have deployed an app using a deployment server in Splunk.&lt;/P&gt;

&lt;P&gt;Suppose I got a new update for that app and I need to upgrade it.&lt;/P&gt;

&lt;P&gt;I have below search:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;Since I am using deployment server to push the update on deployment clients, how can I take back up of that app installed on a specific client (I assume it would help me in recover an old app if anything goes wrong)? Will below command help me for this point?&lt;BR /&gt;
&lt;CODE&gt;/opt/splunk/bin/splunk disable app  -auth Username:Password&lt;/CODE&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;&lt;CODE&gt;"disabled-apps"&lt;/CODE&gt; folder will help me to revert the changes in any case?&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Tejas&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 17:15:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-disable-Splunk-app-using-deployment-server/m-p/436299#M124346</guid>
      <dc:creator>tbavarva</dc:creator>
      <dc:date>2019-06-20T17:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Splunk app using deployment server?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-disable-Splunk-app-using-deployment-server/m-p/436300#M124347</link>
      <description>&lt;P&gt;Adding more on this:&lt;/P&gt;

&lt;P&gt;Can we disable or take back up of any app from deployment server? If yes, how?&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Tejas&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 17:20:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-disable-Splunk-app-using-deployment-server/m-p/436300#M124347</guid>
      <dc:creator>tbavarva</dc:creator>
      <dc:date>2019-06-20T17:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Splunk app using deployment server?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-disable-Splunk-app-using-deployment-server/m-p/436301#M124348</link>
      <description>&lt;P&gt;@tbavarva - You can copy the particular app folder from /opt/splunk/etc/apps/ from your deployment client to take back-up.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 19:50:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-disable-Splunk-app-using-deployment-server/m-p/436301#M124348</guid>
      <dc:creator>Vijeta</dc:creator>
      <dc:date>2019-06-20T19:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Splunk app using deployment server?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-disable-Splunk-app-using-deployment-server/m-p/436302#M124349</link>
      <description>&lt;P&gt;In deployment server, Edit the app.conf and change the state manually.. and restart to push the modified&lt;BR /&gt;
    [install]&lt;BR /&gt;
    state=disabled&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 07:27:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-disable-Splunk-app-using-deployment-server/m-p/436302#M124349</guid>
      <dc:creator>paramagurukarth</dc:creator>
      <dc:date>2019-06-21T07:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Splunk app using deployment server?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-disable-Splunk-app-using-deployment-server/m-p/436303#M124350</link>
      <description>&lt;P&gt;Before starting the update, the app on the client is the same as the app on the deployment server, right?&lt;/P&gt;

&lt;P&gt;So just take a backup of the app on the deployment server before you replace the app with the new version. And then the clients will pull the update. In case of any issues, restore backup on deployment server and the clients will pull the old version again.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 09:18:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-disable-Splunk-app-using-deployment-server/m-p/436303#M124350</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2019-06-21T09:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Splunk app using deployment server?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-disable-Splunk-app-using-deployment-server/m-p/436304#M124351</link>
      <description>&lt;P&gt;Thanks a lot Frank &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; and other folks Vijeta and paramagurukarthikeyan for your answers.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 10:21:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-disable-Splunk-app-using-deployment-server/m-p/436304#M124351</guid>
      <dc:creator>tbavarva</dc:creator>
      <dc:date>2019-06-21T10:21:08Z</dc:date>
    </item>
  </channel>
</rss>

