<?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: Which instance or configuration file in my Splunk environment contains cluster master details? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241495#M9091</link>
    <description>&lt;P&gt;If you are speaking about Indexers Cluster, to find the Master Node you have to see in one of the indexers.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jul 2016 12:30:38 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2016-07-01T12:30:38Z</dc:date>
    <item>
      <title>Which instance or configuration file in my Splunk environment contains cluster master details?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241486#M9082</link>
      <description>&lt;P&gt;Currently in our environment, we have 5 indexer instances, four search heads, a scheduled search Job instance, 2 Heavy Forwarders, and a deployment manager/ License master running on the same instance? &lt;/P&gt;

&lt;P&gt;Kindly let me know in which instance/configuration file can I find out the cluster-master details. &lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 07:24:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241486#M9082</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2016-06-30T07:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Which instance or configuration file in my Splunk environment contains cluster master details?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241487#M9083</link>
      <description>&lt;P&gt;If you go in one of the clustered indexers and see at "Settings - Indexers Clustering" you can see the Master's URL.&lt;BR /&gt;
After, you can see configurated peers in Master Node at "Settings - Indexers Clustering".&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 07:29:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241487#M9083</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2016-06-30T07:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Which instance or configuration file in my Splunk environment contains cluster master details?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241488#M9084</link>
      <description>&lt;P&gt;You can find the details from server.conf&lt;/P&gt;

&lt;P&gt;For master, you will have the below entries under &lt;CODE&gt;[clustering]&lt;/CODE&gt; stanza&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[clustering]
mode = master --&amp;gt; tells the master
replication_factor = 4
search_factor = 3
pass4SymmKey = whatever
cluster_label = cluster1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and for peers&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[clustering]
master_uri = &lt;A href="https://&amp;lt;ip&amp;gt;:8089" target="test_blank"&gt;https://&amp;lt;ip&amp;gt;:8089&lt;/A&gt; --&amp;gt;gives you master URI
mode = slave  --&amp;gt;tells its's a peer
pass4SymmKey = whatever
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You can find the license master details also from server.conf under &lt;CODE&gt;[license]&lt;/CODE&gt; stanza&lt;/P&gt;

&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 09:48:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241488#M9084</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2016-06-30T09:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Which instance or configuration file in my Splunk environment contains cluster master details?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241489#M9085</link>
      <description>&lt;P&gt;Thanks, Giuseppe, I had tried login into one of the search head --&amp;gt; settings --&amp;gt; Distributed Environment --&amp;gt; clustering. I could not see any configuration related to clustering, I could see Enable Clustering option. Correct if this is not the correct place to look into. Similarly under  settings --&amp;gt; Distributed Environment --&amp;gt; Distributed search --&amp;gt; search peers --&amp;gt; I could see all the indexer are listed. Kindly let me is any other way I can find the master node details. &lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 11:18:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241489#M9085</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2016-06-30T11:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Which instance or configuration file in my Splunk environment contains cluster master details?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241490#M9086</link>
      <description>&lt;P&gt;Thanks Renjith, I have checked the server. Conf file in the indexers under the following paths /opt/splunk/etc/apps/xxxx/default/server.conf and I could see only below stanza &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[httpServer]
maxThreads = 1000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Similarly under this path /opt/splunk/etc/system/local - I could see this stanza &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[sslConfig]
sslKeysfilePassword = xxxxxxxxxx

[lmpool:auto_generated_pool_download-trial]
description = auto_generated_pool_download-trial
quota = MAX
slaves = *
stack_id = download-trial

[lmpool:auto_generated_pool_forwarder]
description = auto_generated_pool_forwarder
quota = MAX
slaves = *
stack_id = forwarder

[lmpool:auto_generated_pool_free]
description = auto_generated_pool_free
quota = MAX
slaves = *
stack_id = free

[license]
master_uri = &lt;A href="https://:8089" target="test_blank"&gt;https://:8089&lt;/A&gt; --&amp;gt;
[general]
pass4SymmKey = xxxxxxxx
serverName = xxxxxxxxxx
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;incase of License /deployment  master instance under this path &lt;BR /&gt;
/opt/splunk/etc/shcluster/apps/XXX-ADMIN-all_indexers/default/server.conf  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[httpServer]
maxThreads = 1000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;/opt/splunk/etc/shcluster/apps/XXX-ADMIN-hvy_forwarders/default/server.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[queue]
maxSize = 200MB
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;/opt/splunk/etc/shcluster/apps/XXX-ADMIN-searchheadcluster/default/server.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[license]
master_uri = &lt;A href="https://:8089" target="test_blank"&gt;https://:8089&lt;/A&gt; --&amp;gt; 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In all the above mentioned path I could not see the stanza called clustering, so kindly let me is this is the correct path to validate recoding the master node details.&lt;/P&gt;

&lt;P&gt;Thanks in Advance.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 11:36:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241490#M9086</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2016-06-30T11:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Which instance or configuration file in my Splunk environment contains cluster master details?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241491#M9087</link>
      <description>&lt;P&gt;It sounds like you're new to this environment?  Are you sure you have an indexer cluster?  If you do, your indexers would know which server the master is.  And like renjith said, it would be in the clustering stanza in server.conf.  So maybe run btool on one of your indexers and see if it's a slave to a master.&lt;/P&gt;

&lt;P&gt;This should return any non-default settings for the clustering stanza, and which files those settings are coming from.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/opt/splunk/bin/splunk btool server list clustering --debug | grep -v system/default
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 01 Jul 2016 00:29:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241491#M9087</guid>
      <dc:creator>maciep</dc:creator>
      <dc:date>2016-07-01T00:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Which instance or configuration file in my Splunk environment contains cluster master details?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241492#M9088</link>
      <description>&lt;P&gt;Check with &lt;CODE&gt;btool&lt;/CODE&gt; in all server configuration.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; ./splunk cmd btool server list --debug clustering
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If it returns only default values from &lt;CODE&gt;/etc/system/default/server.conf&lt;/CODE&gt;, then most likely your environment is not clustered but a distributed environment&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.1/Indexer/Keydifferences"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.1/Indexer/Keydifferences&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Similarly run this for finding out the search head clustering details from a search head&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; ./splunk cmd btool server list --debug shclustering
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 01 Jul 2016 00:33:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241492#M9088</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2016-07-01T00:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Which instance or configuration file in my Splunk environment contains cluster master details?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241493#M9089</link>
      <description>&lt;P&gt;Yes I am new to this environment and the person who had worked in the organization had left the company and there is no an documentation. In Architecture diagram  I could see there are 5 indexer instance running and  had assumed that its a cluster environment.&lt;/P&gt;

&lt;P&gt;I had executed the command in one of the indexer server and but there no result popped out.&lt;BR /&gt;
/opt/splunk/bin &lt;BR /&gt;
./splunk btool server list clustering --debug | grep -v system&lt;BR /&gt;
./splunk btool server list clustering --debug | grep -v default &lt;/P&gt;

&lt;P&gt;Currently we are using splunk 6.2 version and 6.0.3 version in our environment. As you aware coming 21 July 2016  the default root certificate will expiry and we had planned to stick with version by executing the renewcert.sh script provided by splunk.  So I was checking for the details. &lt;/P&gt;

&lt;P&gt;One more question regarding the default certificate ? &lt;/P&gt;

&lt;P&gt;I could see &lt;STRONG&gt;1098 UF agent running in our environment&lt;/STRONG&gt;, to determine default certificate used by the forwarder, I had ran the below query and the result indicated that SSL is false, does this means there is no SSL configured in the forwarders? if not then should I need to  execute the query individually to all the agents? Kindly clarify this&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;index=_internal source=&lt;EM&gt;metrics.log&lt;/EM&gt; group=tcpin_connections | dedup hostname | table hostname sourceIp fwdType version destPort ssl&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:07:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241493#M9089</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2020-09-29T10:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Which instance or configuration file in my Splunk environment contains cluster master details?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241494#M9090</link>
      <description>&lt;P&gt;As I understand it, if your forwarders are not using ssl to communicate with the indexers, then you don't have to worry about the certificates expiring.&lt;/P&gt;

&lt;P&gt;Out of the box, forwarders don't use ssl.  And I think that search looks right as well.  So likely, you won't have to take any action against your forwarders for the expiring certificates.&lt;/P&gt;

&lt;P&gt;But you may want to get a second opinion to be sure &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 11:53:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241494#M9090</guid>
      <dc:creator>maciep</dc:creator>
      <dc:date>2016-07-01T11:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Which instance or configuration file in my Splunk environment contains cluster master details?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241495#M9091</link>
      <description>&lt;P&gt;If you are speaking about Indexers Cluster, to find the Master Node you have to see in one of the indexers.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 12:30:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241495#M9091</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2016-07-01T12:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Which instance or configuration file in my Splunk environment contains cluster master details?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241496#M9092</link>
      <description>&lt;P&gt;thanks Ranjith, after executing the above command in all the indexer, It returned only the default values from /etc/system/default/server.conf, from this it was clear that ours is Distributed  Splunk Environment not a clustered. &lt;BR /&gt;
Similarly when I ran the command on the search heads (&lt;STRONG&gt;Four search heads / one Scheduled Job search severs&lt;/STRONG&gt;)  got  the same default result. But as per the architecture diagram, I could see two search heads are connected to file sharing pools where it share the information about the search's. Kindly guide why its not showing the clustered results or whether its clustered one but currently its not working as clustered.&lt;BR /&gt;
thanks in Advance. &lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 11:58:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241496#M9092</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2016-07-05T11:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Which instance or configuration file in my Splunk environment contains cluster master details?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241497#M9093</link>
      <description>&lt;P&gt;Which version of splunk you are using? File share was used in 5.x search head pooling and it's deprecated and changed to search head clustering in 6.x&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 02:19:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241497#M9093</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2016-07-07T02:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Which instance or configuration file in my Splunk environment contains cluster master details?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241498#M9094</link>
      <description>&lt;P&gt;thank Renjith, We are using the 6.0.3 and 6.2.1 version in our environment. As per the architecture diagram, the two searched heads are clustered along with this file sharing server.  I had ran the below command to identify whether the two search head are in clustered or not, but I did not get any output after executing the CLI.&lt;BR /&gt;
&lt;STRONG&gt;./splunk cmd btool server list --debug shclustering&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;I had even stopped one of the search head to  test for clustering behavior, but it was not getting switched to another server.  It was still pointing to the same server, I had verified this by going to &lt;STRONG&gt;setting --&amp;gt; system details --&amp;gt; General setttings --&amp;gt; splunk server name&lt;/STRONG&gt;. &lt;/P&gt;

&lt;P&gt;Kindly guide me to fix this problem. thanks in advance &lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 05:46:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241498#M9094</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2016-07-08T05:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Which instance or configuration file in my Splunk environment contains cluster master details?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241499#M9095</link>
      <description>&lt;P&gt;Hello Hemnaath,&lt;/P&gt;

&lt;P&gt;If you are using different versions of splunk in the same environment, that itself is a matter of concern. From all the discussions above, most probably, you have a distributed system with search head pooling&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.1/DistSearch/Configuresearchheadpooling"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.1/DistSearch/Configuresearchheadpooling&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.1/DistSearch/Overviewofconfiguration"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.1/DistSearch/Overviewofconfiguration&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;To verify that run btool and look for the stanza &lt;CODE&gt;[pooling]&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Also look for the file distsearch.conf (&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.1/admin/Distsearchconf"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.1/admin/Distsearchconf&lt;/A&gt;) which will have details of the distributed search &lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 06:20:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241499#M9095</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2016-07-08T06:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Which instance or configuration file in my Splunk environment contains cluster master details?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241500#M9096</link>
      <description>&lt;P&gt;thanks Renjith , I am not sure why they had configured like this but we wanted to make all to run with same version, so let me check the details give in the links , but mean while can you guide me on how to reconfigure the search heads to behave as clustered. Is it possible to get me a step by step procedure to do this. thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 14:24:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241500#M9096</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2016-07-08T14:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Which instance or configuration file in my Splunk environment contains cluster master details?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241501#M9097</link>
      <description>&lt;P&gt;For SHC , please refer to &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.1/DistSearch/SHCdeploymentoverview"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.1/DistSearch/SHCdeploymentoverview&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;For migration from existing standalone to search head cluster, please refer to &lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.1/DistSearch/Migratefromstandalonesearchheads"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.1/DistSearch/Migratefromstandalonesearchheads&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.1/DistSearch/Migratefromsearchheadpooling"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.1/DistSearch/Migratefromsearchheadpooling&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/242518/migrating-separate-environments-to-search-head-clu.html"&gt;https://answers.splunk.com/answers/242518/migrating-separate-environments-to-search-head-clu.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jul 2016 02:12:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Which-instance-or-configuration-file-in-my-Splunk-environment/m-p/241501#M9097</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2016-07-09T02:12:09Z</dc:date>
    </item>
  </channel>
</rss>

