<?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: Reg: Copy of Config files from one splunk indexer to another to recovery on failOver in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Reg-Copy-of-Config-files-from-one-splunk-indexer-to-another-to/m-p/52447#M2969</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;We wanted this to be able to have all the configuration data during a fail over of one of the splunk indexer instances.&lt;BR /&gt;
I know we can try search head pooling or shared bundle but, having any such place common for configuration and such configuration server going down will be probleamatic.&lt;/P&gt;

&lt;P&gt;So looking at replicating the etc folder accross my indexers.&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jan 2012 04:33:18 GMT</pubDate>
    <dc:creator>ReanaKhan</dc:creator>
    <dc:date>2012-01-18T04:33:18Z</dc:date>
    <item>
      <title>Reg: Copy of Config files from one splunk indexer to another to recovery on failOver</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Reg-Copy-of-Config-files-from-one-splunk-indexer-to-another-to/m-p/52443#M2965</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;Have been trying to do a distributed search set up basically without using shared bundle or search head pooling.&lt;/P&gt;

&lt;P&gt;Have been looking into deployment server which seems to be configured to copy apps between indexers.&lt;/P&gt;

&lt;P&gt;I basically want to be able to copy all files inside etc from one indexer to anotehr whenevr any changes ocuur in the configuration files there.&lt;/P&gt;

&lt;P&gt;We also dont want to have  indexer  to have heavy forwarder which will only duplicate the indexed data and might have to use dedup along with search text provided.&lt;/P&gt;

&lt;P&gt;Working with scanarios of having Load balancing and Data Cloning will also work only if the configuration files like indexes conf is available at every instance.&lt;/P&gt;

&lt;P&gt;Here index should be available before data gets forwarder so that the access to partiular indexed data is restrcited to certain users only based on user ro role map and role to index map..&lt;/P&gt;

&lt;P&gt;Though of using rsync but that need a restart of splunk manually /script which might affact if used in production environment.&lt;/P&gt;

&lt;P&gt;Any help as soon as possible would be greatly appreciated.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Rehana&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2012 14:49:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Reg-Copy-of-Config-files-from-one-splunk-indexer-to-another-to/m-p/52443#M2965</guid>
      <dc:creator>ReanaKhan</dc:creator>
      <dc:date>2012-01-17T14:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Copy of Config files from one splunk indexer to another to recovery on failOver</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Reg-Copy-of-Config-files-from-one-splunk-indexer-to-another-to/m-p/52444#M2966</link>
      <description>&lt;P&gt;I would definitely take a closer look at using the Deployment Server.  You'll only need one place to manage all of your configurations and the Splunk Deployment Server can also assist with restarts if they're needed.&lt;/P&gt;

&lt;P&gt;As your implementation scales upward and outward you'll be very happy that you took the time to implement a good Deployment Server strategy. &lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2012 14:56:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Reg-Copy-of-Config-files-from-one-splunk-indexer-to-another-to/m-p/52444#M2966</guid>
      <dc:creator>Lamar</dc:creator>
      <dc:date>2012-01-17T14:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Copy of Config files from one splunk indexer to another to recovery on failOver</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Reg-Copy-of-Config-files-from-one-splunk-indexer-to-another-to/m-p/52445#M2967</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
Could you help with example of the same where the attribute serverClass  of  serverclass.conf  actually points to etc folder entirely as such.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2012 15:22:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Reg-Copy-of-Config-files-from-one-splunk-indexer-to-another-to/m-p/52445#M2967</guid>
      <dc:creator>ReanaKhan</dc:creator>
      <dc:date>2012-01-17T15:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Copy of Config files from one splunk indexer to another to recovery on failOver</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Reg-Copy-of-Config-files-from-one-splunk-indexer-to-another-to/m-p/52446#M2968</link>
      <description>&lt;P&gt;I'm obliged to ask this: Why would you want to copy over your entire $SPLUNK_HOME/etc directory?&lt;/P&gt;

&lt;P&gt;First, I'll say that doing so is generally not a good idea.&lt;/P&gt;

&lt;P&gt;If you're wanting to monitor your etc directories for changes, I would highly recommend setting up an fschange monitor inside your inputs.conf.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3/Data/Monitorchangestoyourfilesystem"&gt;http://docs.splunk.com/Documentation/Splunk/4.3/Data/Monitorchangestoyourfilesystem&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I realize that doesn't really give you what you asked for, but, I want to make sure we're getting down to the real issue here before any real tactical decisions are made.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2012 15:42:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Reg-Copy-of-Config-files-from-one-splunk-indexer-to-another-to/m-p/52446#M2968</guid>
      <dc:creator>Lamar</dc:creator>
      <dc:date>2012-01-17T15:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Copy of Config files from one splunk indexer to another to recovery on failOver</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Reg-Copy-of-Config-files-from-one-splunk-indexer-to-another-to/m-p/52447#M2969</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;We wanted this to be able to have all the configuration data during a fail over of one of the splunk indexer instances.&lt;BR /&gt;
I know we can try search head pooling or shared bundle but, having any such place common for configuration and such configuration server going down will be probleamatic.&lt;/P&gt;

&lt;P&gt;So looking at replicating the etc folder accross my indexers.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2012 04:33:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Reg-Copy-of-Config-files-from-one-splunk-indexer-to-another-to/m-p/52447#M2969</guid>
      <dc:creator>ReanaKhan</dc:creator>
      <dc:date>2012-01-18T04:33:18Z</dc:date>
    </item>
  </channel>
</rss>

