<?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 How to check if all apps listed in server class exists in deployment apps directory? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-check-if-all-apps-listed-in-server-class-exists-in/m-p/209394#M7848</link>
    <description>&lt;P&gt;I want to perform a check on the deployment server before reloading any apps:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;integrate through all stanzas and identify if it contains app:&lt;/LI&gt;
&lt;LI&gt;take the app name and then dedupe for any reoccurrence&lt;/LI&gt;
&lt;LI&gt;cross reference the apps in deployment_apps directory&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Is there a Splunk CLI command that would provide this check for me? As far as I know, btool only does syntax checking, not a logical verification.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jun 2016 21:35:51 GMT</pubDate>
    <dc:creator>ben_leung</dc:creator>
    <dc:date>2016-06-13T21:35:51Z</dc:date>
    <item>
      <title>How to check if all apps listed in server class exists in deployment apps directory?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-check-if-all-apps-listed-in-server-class-exists-in/m-p/209394#M7848</link>
      <description>&lt;P&gt;I want to perform a check on the deployment server before reloading any apps:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;integrate through all stanzas and identify if it contains app:&lt;/LI&gt;
&lt;LI&gt;take the app name and then dedupe for any reoccurrence&lt;/LI&gt;
&lt;LI&gt;cross reference the apps in deployment_apps directory&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Is there a Splunk CLI command that would provide this check for me? As far as I know, btool only does syntax checking, not a logical verification.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2016 21:35:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-check-if-all-apps-listed-in-server-class-exists-in/m-p/209394#M7848</guid>
      <dc:creator>ben_leung</dc:creator>
      <dc:date>2016-06-13T21:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if all apps listed in server class exists in deployment apps directory?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-check-if-all-apps-listed-in-server-class-exists-in/m-p/209395#M7849</link>
      <description>&lt;P&gt;I was looking at the help pages under list [deploy-clients|forward-server|search-server]. Something like 'list deployment-apps' would be great to verify the apps that should be there for deployment. &lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2016 21:39:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-check-if-all-apps-listed-in-server-class-exists-in/m-p/209395#M7849</guid>
      <dc:creator>ben_leung</dc:creator>
      <dc:date>2016-06-13T21:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if all apps listed in server class exists in deployment apps directory?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-check-if-all-apps-listed-in-server-class-exists-in/m-p/209396#M7850</link>
      <description>&lt;P&gt;I was hoping /services/properties/serverclass would give me the app in a separate tag.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2016 21:52:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-check-if-all-apps-listed-in-server-class-exists-in/m-p/209396#M7850</guid>
      <dc:creator>ben_leung</dc:creator>
      <dc:date>2016-06-13T21:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if all apps listed in server class exists in deployment apps directory?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-check-if-all-apps-listed-in-server-class-exists-in/m-p/209397#M7851</link>
      <description>&lt;P&gt;Have you checked out this REST endpoint yet? &lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.1/RESTREF/RESTdeploy#deployment.2Fserver.2Fapplications"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.1/RESTREF/RESTdeploy#deployment.2Fserver.2Fapplications&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 02:41:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-check-if-all-apps-listed-in-server-class-exists-in/m-p/209397#M7851</guid>
      <dc:creator>ryanoconnor</dc:creator>
      <dc:date>2016-06-14T02:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if all apps listed in server class exists in deployment apps directory?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-check-if-all-apps-listed-in-server-class-exists-in/m-p/209398#M7852</link>
      <description>&lt;P&gt;Just checked the output of the xml, seems like I can grab the title tags easily. Thanks for the tip off that endpoint, I missed that one.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 03:25:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-check-if-all-apps-listed-in-server-class-exists-in/m-p/209398#M7852</guid>
      <dc:creator>ben_leung</dc:creator>
      <dc:date>2016-06-14T03:25:01Z</dc:date>
    </item>
  </channel>
</rss>

