<?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 it possible to change default indexer IP on universal forwarders using Deployment Server? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-change-default-indexer-IP-on-universal/m-p/542730#M18608</link>
    <description>&lt;P&gt;Hey&lt;/P&gt;&lt;P&gt;We have reached a point where we need to expand the number of servers in our architecture For reasons of proper management, This will require me to move HF from the existing address to another address.&lt;/P&gt;&lt;P&gt;currently the HF is part of SHC, I would love an explanation of how the transition can be done smoothly&lt;/P&gt;</description>
    <pubDate>Sun, 07 Mar 2021 12:01:46 GMT</pubDate>
    <dc:creator>wildbird</dc:creator>
    <dc:date>2021-03-07T12:01:46Z</dc:date>
    <item>
      <title>Is it possible to change default indexer IP on universal forwarders using Deployment Server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-change-default-indexer-IP-on-universal/m-p/455194#M15974</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;We have multiple indexers within our Splunk infrastructure each receiving logs from Splunk Forwarders within their respective data centers. Each forwarder is also connected to a single Deployment Server.&lt;/P&gt;

&lt;P&gt;One of our indexer is catering to a lot more forwarders along with several other inputs and this has started to cause a resource issues. To alleviate the load, we added another indexer in the same network and would like to move some forwarder over to this new instance.&lt;/P&gt;

&lt;P&gt;Is something like this possible via Deployment Server? Can we change the default outputs.conf setting(or find a way to override it)?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;~ Abhi&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 17:53:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-change-default-indexer-IP-on-universal/m-p/455194#M15974</guid>
      <dc:creator>att35</dc:creator>
      <dc:date>2018-07-24T17:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change default indexer IP on universal forwarders using Deployment Server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-change-default-indexer-IP-on-universal/m-p/455195#M15975</link>
      <description>&lt;P&gt;Yes. &lt;/P&gt;

&lt;P&gt;We have a few apps depending on if the SF needs to output to a heavy forwarder, or directly to the indexer. &lt;/P&gt;

&lt;P&gt;So, make a new app with a /local/outputs.conf and deploy it to the clients you wish.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout:GROUPNAME]
server = HOSTINDEXER1.DOMAIN.COM:9997,HOSTINDEXER2.DOMAIN.COM:9997

[tcpout]
defaultGroup = GROUPNAME
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You may also need an app.conf file in /local. Not sure...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# Autogenerated file 
[install]
state = enabled
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 Jul 2018 18:06:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-change-default-indexer-IP-on-universal/m-p/455195#M15975</guid>
      <dc:creator>JDukeSplunk</dc:creator>
      <dc:date>2018-07-24T18:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change default indexer IP on universal forwarders using Deployment Server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-change-default-indexer-IP-on-universal/m-p/455196#M15976</link>
      <description>&lt;P&gt;Hi @abhijittikekar,&lt;/P&gt;

&lt;P&gt;you can do this by deployment server.&lt;/P&gt;

&lt;P&gt;you just create an app and create outputs.conf in default/local directory. example outputs.conf below:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = default-autolb-group
[tcpout:default-autolb-group]
server= indexer_ip:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;replace indexer_ip with your indexer IP.&lt;/P&gt;

&lt;P&gt;In Deployment server - settings -forwarder management and change app settings in app tab by choosing newly created app enable restart.create a server class in forwarder management make this new app and the forwarder where you would like to deploy this app.&lt;/P&gt;

&lt;P&gt;finally remove old app which has outputs.conf&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 18:10:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-change-default-indexer-IP-on-universal/m-p/455196#M15976</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2018-07-24T18:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change default indexer IP on universal forwarders using Deployment Server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-change-default-indexer-IP-on-universal/m-p/455197#M15977</link>
      <description>&lt;P&gt;Hi thambisetty,&lt;/P&gt;

&lt;P&gt;Thanks for this input. &lt;/P&gt;

&lt;P&gt;Problem we have is that till now, these forwarders were not managed by Deployment Server. The installation/configuration was all done locally on each server which means that the current indexer setting for each of these resides in &lt;CODE&gt;\etc\system\local\outputs.conf&lt;/CODE&gt;. These forwarders do not have any app deployed yet and therefore we do not have any old app to remove. &lt;/P&gt;

&lt;P&gt;If we do push a new app as you mentioned above, which [tcpout] stanza takes precedence? the one in the new app managed by Deployment Server or the one under &lt;CODE&gt;\etc\system\local\outputs.conf&lt;/CODE&gt;?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;~ Abhi&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 18:43:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-change-default-indexer-IP-on-universal/m-p/455197#M15977</guid>
      <dc:creator>att35</dc:creator>
      <dc:date>2018-07-24T18:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change default indexer IP on universal forwarders using Deployment Server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-change-default-indexer-IP-on-universal/m-p/455198#M15978</link>
      <description>&lt;P&gt;System/local will have highest  precedence Based on the documentation. Even if you deploy outputs.conf through deployment server you will not see  changes in outputs.conf on the deployment client.&lt;BR /&gt;
I'll simulate this and try to give you an update on this.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 19:07:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-change-default-indexer-IP-on-universal/m-p/455198#M15978</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2018-07-24T19:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change default indexer IP on universal forwarders using Deployment Server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-change-default-indexer-IP-on-universal/m-p/455199#M15979</link>
      <description>&lt;P&gt;As per the answer given in the below link, says that system/local/outputs.conf will be overridden with outputs.conf deployed from deployment server.&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/65791/changing-uf-outputs-conf-using-deployment-server.html"&gt;https://answers.splunk.com/answers/65791/changing-uf-outputs-conf-using-deployment-server.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Try to deploy app as I said in my answer.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 19:18:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-change-default-indexer-IP-on-universal/m-p/455199#M15979</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2018-07-24T19:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change default indexer IP on universal forwarders using Deployment Server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-change-default-indexer-IP-on-universal/m-p/455200#M15980</link>
      <description>&lt;P&gt;You will have to build a script to delete (or move) the &lt;CODE&gt;$SPLUNK_HOME/etc/system/local/outputs.conf&lt;/CODE&gt; file and deploy a valid &lt;CODE&gt;$SPLUNK_HOME/etc/system/apps/SomeAppNameHere/default/deploymentclient.conf&lt;/CODE&gt; file and then restart splunk.  Make sure that before you deploy this app, that you have your Deployment Server configured to push out the updated &lt;CODE&gt;outputs.conf&lt;/CODE&gt; app.  This app will give you a framework for everything that you will need to do, including the automatic running of a script to execute arbitrary shell commands.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/2722/"&gt;https://splunkbase.splunk.com/app/2722/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jul 2018 01:46:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-change-default-indexer-IP-on-universal/m-p/455200#M15980</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2018-07-25T01:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change default indexer IP on universal forwarders using Deployment Server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-change-default-indexer-IP-on-universal/m-p/542730#M18608</link>
      <description>&lt;P&gt;Hey&lt;/P&gt;&lt;P&gt;We have reached a point where we need to expand the number of servers in our architecture For reasons of proper management, This will require me to move HF from the existing address to another address.&lt;/P&gt;&lt;P&gt;currently the HF is part of SHC, I would love an explanation of how the transition can be done smoothly&lt;/P&gt;</description>
      <pubDate>Sun, 07 Mar 2021 12:01:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-change-default-indexer-IP-on-universal/m-p/542730#M18608</guid>
      <dc:creator>wildbird</dc:creator>
      <dc:date>2021-03-07T12:01:46Z</dc:date>
    </item>
  </channel>
</rss>

