<?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 reconstitute serverclass.conf in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-reconstitute-serverclass-conf/m-p/378669#M13911</link>
    <description>&lt;P&gt;YES, too true!&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jul 2019 18:34:10 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2019-07-09T18:34:10Z</dc:date>
    <item>
      <title>How to reconstitute serverclass.conf</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-reconstitute-serverclass-conf/m-p/378663#M13905</link>
      <description>&lt;P&gt;I've been using the UI to manage serverclasses for my universal forwarders. Somehow, I've managed to get the serverclass.conf split across ...splunk/etc/&lt;STRONG&gt;apps/search&lt;/STRONG&gt;/local and .../splunk/etc/&lt;STRONG&gt;system&lt;/STRONG&gt;/local/&lt;/P&gt;

&lt;P&gt;I don't know how I accomplished that but I want to merge them. It seems easy to do. Stop the splunk service, merge the two files in one location, start the splunk service. What am I missing? Thank you for your consideration!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 19:30:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-reconstitute-serverclass-conf/m-p/378663#M13905</guid>
      <dc:creator>w199284</dc:creator>
      <dc:date>2019-07-03T19:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to reconstitute serverclass.conf</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-reconstitute-serverclass-conf/m-p/378664#M13906</link>
      <description>&lt;P&gt;You are not missing much ; -)&lt;/P&gt;

&lt;P&gt;The Splunk community does seem to agree that a solid, extremely large &lt;CODE&gt;serverclass.conf&lt;/CODE&gt; is the right design choice, even though the UI stirs you to the app based &lt;CODE&gt;serverclass.confs&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;We ended up speaking about it recently at &lt;A href="https://answers.splunk.com/answers/745788/do-big-implementations-break-down-the-serverclassc.html"&gt;Do big implementations break down the serverclass.conf into multiple files?&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 20:40:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-reconstitute-serverclass-conf/m-p/378664#M13906</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2019-07-03T20:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to reconstitute serverclass.conf</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-reconstitute-serverclass-conf/m-p/378665#M13907</link>
      <description>&lt;P&gt;Could you use btool to list what you have?&lt;/P&gt;

&lt;P&gt;/opt/splunk/bin/splunk btool serverclass list&lt;/P&gt;

&lt;P&gt;And if you want to see where each is coming from&lt;/P&gt;

&lt;P&gt;/opt/splunk/bin/splunk btool serverclass list --debug&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 21:56:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-reconstitute-serverclass-conf/m-p/378665#M13907</guid>
      <dc:creator>burwell</dc:creator>
      <dc:date>2019-07-03T21:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to reconstitute serverclass.conf</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-reconstitute-serverclass-conf/m-p/378666#M13908</link>
      <description>&lt;P&gt;Use btool and it is SUPER DUPER easy:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/opt/splunk/bin/splunk severclass list &amp;gt; /tmp/serverclass.conf
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You can also examine serverclass.xml which should also have everything in one place; I think it is here:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/opt/splunk*/var/run/serverclass.xml 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 09 Jul 2019 02:01:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-reconstitute-serverclass-conf/m-p/378666#M13908</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-07-09T02:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to reconstitute serverclass.conf</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-reconstitute-serverclass-conf/m-p/378667#M13909</link>
      <description>&lt;P&gt;Just a slight modification to it:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/bin/splunk btool serverclass list --debug | grep -v 'system/default' &amp;gt; /tmp/serverclass.conf
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Do don't want to keep all the default settings in your config &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 02:42:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-reconstitute-serverclass-conf/m-p/378667#M13909</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2019-07-09T02:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to reconstitute serverclass.conf</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-reconstitute-serverclass-conf/m-p/378668#M13910</link>
      <description>&lt;P&gt;Lot's of great answers! Thanks everyone! It's just that, with Splunk, I've been caught with my pants down doing something "simple" that resulted in a temporary, and embarrassing, loss of functionality. &lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 16:53:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-reconstitute-serverclass-conf/m-p/378668#M13910</guid>
      <dc:creator>w199284</dc:creator>
      <dc:date>2019-07-09T16:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to reconstitute serverclass.conf</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-reconstitute-serverclass-conf/m-p/378669#M13911</link>
      <description>&lt;P&gt;YES, too true!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 18:34:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-reconstitute-serverclass-conf/m-p/378669#M13911</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-07-09T18:34:10Z</dc:date>
    </item>
  </channel>
</rss>

