<?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: Is there a .conf file that shows which apps are associated with a serverclass? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-conf-file-that-shows-which-apps-are-associated-with-a/m-p/340503#M12691</link>
    <description>&lt;P&gt;Server classes are saved in serverclass.conf. Check out the documentation: &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.1/Updating/Useserverclass.conf"&gt;Use serverclass.conf to define server classes&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You should find your server classes under etc/system/local/serverclass.conf&lt;/P&gt;

&lt;P&gt;For testing purposes, I created the deployment app "testapp" along with the server class "testclass" through the Forwarder Management GUI. etc/system/local/serverclass.conf now contains the following&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[serverClass:testclass:app:testapp]
restartSplunkWeb = 0
restartSplunkd = 0
stateOnClient = enabled

[serverClass:testclass]
whitelist.0 = 172.16.1.10
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 14 Dec 2017 15:17:57 GMT</pubDate>
    <dc:creator>Yunagi</dc:creator>
    <dc:date>2017-12-14T15:17:57Z</dc:date>
    <item>
      <title>Is there a .conf file that shows which apps are associated with a serverclass?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-conf-file-that-shows-which-apps-are-associated-with-a/m-p/340502#M12690</link>
      <description>&lt;P&gt;I understand that you can determine which apps are in which serverclass through the Forwarder Management GUI. Is there any other way to look at which serverclass has which apps associated with it (through a search/a .conf file mapping the relationship?)&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2017 15:10:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-conf-file-that-shows-which-apps-are-associated-with-a/m-p/340502#M12690</guid>
      <dc:creator>andrewhlui</dc:creator>
      <dc:date>2017-12-14T15:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a .conf file that shows which apps are associated with a serverclass?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-conf-file-that-shows-which-apps-are-associated-with-a/m-p/340503#M12691</link>
      <description>&lt;P&gt;Server classes are saved in serverclass.conf. Check out the documentation: &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.1/Updating/Useserverclass.conf"&gt;Use serverclass.conf to define server classes&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You should find your server classes under etc/system/local/serverclass.conf&lt;/P&gt;

&lt;P&gt;For testing purposes, I created the deployment app "testapp" along with the server class "testclass" through the Forwarder Management GUI. etc/system/local/serverclass.conf now contains the following&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[serverClass:testclass:app:testapp]
restartSplunkWeb = 0
restartSplunkd = 0
stateOnClient = enabled

[serverClass:testclass]
whitelist.0 = 172.16.1.10
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Dec 2017 15:17:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-conf-file-that-shows-which-apps-are-associated-with-a/m-p/340503#M12691</guid>
      <dc:creator>Yunagi</dc:creator>
      <dc:date>2017-12-14T15:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a .conf file that shows which apps are associated with a serverclass?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-conf-file-that-shows-which-apps-are-associated-with-a/m-p/340504#M12692</link>
      <description>&lt;P&gt;The serverclass.conf files I'm working with don't contain any app stanzas (only the whitelist sections). Is there anywhere else that serverclasses might be mapped to apps?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2017 15:34:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-conf-file-that-shows-which-apps-are-associated-with-a/m-p/340504#M12692</guid>
      <dc:creator>andrewhlui</dc:creator>
      <dc:date>2017-12-14T15:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a .conf file that shows which apps are associated with a serverclass?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-conf-file-that-shows-which-apps-are-associated-with-a/m-p/340505#M12693</link>
      <description>&lt;P&gt;Check out your local app directories, e.g. etc/apps/myapp/local/serverclass.conf.&lt;/P&gt;

&lt;P&gt;You can also use the Splunk REST API. Do the following Splunk search on your deployment server:&lt;BR /&gt;
| rest /services/deployment/server/applications | table title,serverclasses&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2017 15:36:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-conf-file-that-shows-which-apps-are-associated-with-a/m-p/340505#M12693</guid>
      <dc:creator>Yunagi</dc:creator>
      <dc:date>2017-12-14T15:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a .conf file that shows which apps are associated with a serverclass?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-conf-file-that-shows-which-apps-are-associated-with-a/m-p/340506#M12694</link>
      <description>&lt;P&gt;Make sure you are looking on your Deployment server and not the Search-head.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2017 15:39:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-conf-file-that-shows-which-apps-are-associated-with-a/m-p/340506#M12694</guid>
      <dc:creator>loatswil</dc:creator>
      <dc:date>2017-12-14T15:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a .conf file that shows which apps are associated with a serverclass?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-conf-file-that-shows-which-apps-are-associated-with-a/m-p/340507#M12695</link>
      <description>&lt;P&gt;Couldn't find anything in the local app directories, but the search worked great. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2017 15:41:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-conf-file-that-shows-which-apps-are-associated-with-a/m-p/340507#M12695</guid>
      <dc:creator>andrewhlui</dc:creator>
      <dc:date>2017-12-14T15:41:28Z</dc:date>
    </item>
  </channel>
</rss>

