<?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 an easy way to redirect existing universal forwarders to a new Splunk deployment? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-redirect-existing-universal-forwarders/m-p/340249#M62755</link>
    <description>&lt;P&gt;Hi phillipmadm,&lt;BR /&gt;
the easiest way is to run a remote script or use a software distribution system.&lt;BR /&gt;
I read that it's possible to use the old Deployment Server But I didn't tryed because deploymentclient.conf is usually located in %SPLUNK_HOME/system/local and a script it's easier.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Sat, 16 Sep 2017 06:49:07 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2017-09-16T06:49:07Z</dc:date>
    <item>
      <title>Is there an easy way to redirect existing universal forwarders to a new Splunk deployment?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-redirect-existing-universal-forwarders/m-p/340247#M62753</link>
      <description>&lt;P&gt;We are migrating datacenters and the current virtual deployment server has been replicated to the new facility. I can bring it up, change the IP and hostname but is there a central way to redirect existing universal forwards to the newly IP'ed deployment server? Most suggestions I've seen online are outdated and end up saying do it manually anyway.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 19:43:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-redirect-existing-universal-forwarders/m-p/340247#M62753</guid>
      <dc:creator>phillipmadm</dc:creator>
      <dc:date>2017-09-15T19:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to redirect existing universal forwarders to a new Splunk deployment?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-redirect-existing-universal-forwarders/m-p/340248#M62754</link>
      <description>&lt;P&gt;If you are managing the forwarders with a deployment server you could update outputs.conf via an app to change the indexers you are forwarding to.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/MSApp/1.4.2/MSInfra/Setupadeploymentserver"&gt;https://docs.splunk.com/Documentation/MSApp/1.4.2/MSInfra/Setupadeploymentserver&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 20:55:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-redirect-existing-universal-forwarders/m-p/340248#M62754</guid>
      <dc:creator>rphillips_splk</dc:creator>
      <dc:date>2017-09-15T20:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to redirect existing universal forwarders to a new Splunk deployment?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-redirect-existing-universal-forwarders/m-p/340249#M62755</link>
      <description>&lt;P&gt;Hi phillipmadm,&lt;BR /&gt;
the easiest way is to run a remote script or use a software distribution system.&lt;BR /&gt;
I read that it's possible to use the old Deployment Server But I didn't tryed because deploymentclient.conf is usually located in %SPLUNK_HOME/system/local and a script it's easier.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 16 Sep 2017 06:49:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-redirect-existing-universal-forwarders/m-p/340249#M62755</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-09-16T06:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to redirect existing universal forwarders to a new Splunk deployment?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-redirect-existing-universal-forwarders/m-p/340250#M62756</link>
      <description>&lt;P&gt;Absolutely - this is quite a big challenge to update all the  &lt;CODE&gt;deploymentclient.conf&lt;/CODE&gt; on all the forwarders. A remote script which iterates through all the forwarders is what we do. Now, if some of the forwarders are on Windows and some on Linux, AIX, Solaris, the script needs to be pretty evolved... &lt;/P&gt;</description>
      <pubDate>Sat, 16 Sep 2017 11:32:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-redirect-existing-universal-forwarders/m-p/340250#M62756</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2017-09-16T11:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to redirect existing universal forwarders to a new Splunk deployment?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-redirect-existing-universal-forwarders/m-p/340251#M62757</link>
      <description>&lt;P&gt;Yes it needs!&lt;BR /&gt;
infact we used two different scripts for Linux and AIX (only just a little different, in connection!), but it's a very simple script because you have to perform only three actions:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;connect to the remote server,&lt;/LI&gt;
&lt;LI&gt;copy the new deploymentclient.conf in $SPLUNK_HOME/etc/system/local,&lt;/LI&gt;
&lt;LI&gt;run $SPLUNK_HOME/bin/splunk restart&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;So it's very quick to create and run these three scripts.&lt;/P&gt;

&lt;P&gt;Check if you have something like LanDesk to deploy deploymentclient.conf to Windows servers.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 16 Sep 2017 16:24:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-redirect-existing-universal-forwarders/m-p/340251#M62757</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-09-16T16:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to redirect existing universal forwarders to a new Splunk deployment?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-redirect-existing-universal-forwarders/m-p/340252#M62758</link>
      <description>&lt;P&gt;Our environment is Windows, RedHat and Solaris so not the easy solution I was looking for. &lt;BR /&gt;
:)&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 17:12:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-redirect-existing-universal-forwarders/m-p/340252#M62758</guid>
      <dc:creator>phillipmadm</dc:creator>
      <dc:date>2017-09-18T17:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to redirect existing universal forwarders to a new Splunk deployment?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-redirect-existing-universal-forwarders/m-p/340253#M62759</link>
      <description>&lt;P&gt;We are currently using a deployment server that is replicated to a new datacenter. We can standup the replicated server with a unique address but I do not see in the referenced link where we can point existing machines to the IP. A script to update the deploymentclient.conf is valid but writing one that parses out the various operating systems in our environment is challenging with the current staffing levels. Manual seems to be the way to go.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 17:19:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-redirect-existing-universal-forwarders/m-p/340253#M62759</guid>
      <dc:creator>phillipmadm</dc:creator>
      <dc:date>2017-09-18T17:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to redirect existing universal forwarders to a new Splunk deployment?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-redirect-existing-universal-forwarders/m-p/340254#M62760</link>
      <description>&lt;P&gt;Could you use the old DS ip address on the new one?&lt;BR /&gt;
In this way you solve your problems&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe &lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 17:27:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-redirect-existing-universal-forwarders/m-p/340254#M62760</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-09-18T17:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to redirect existing universal forwarders to a new Splunk deployment?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-redirect-existing-universal-forwarders/m-p/340255#M62761</link>
      <description>&lt;P&gt;I wish but the Network guys would go nuts. New physical datacenter with a separate IP range.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 17:30:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-redirect-existing-universal-forwarders/m-p/340255#M62761</guid>
      <dc:creator>phillipmadm</dc:creator>
      <dc:date>2017-09-18T17:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to redirect existing universal forwarders to a new Splunk deployment?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-redirect-existing-universal-forwarders/m-p/340256#M62762</link>
      <description>&lt;P&gt;@phillipmadm, look, you need this type of scripts anyway... &lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 17:56:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-redirect-existing-universal-forwarders/m-p/340256#M62762</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2017-09-18T17:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to redirect existing universal forwarders to a new Splunk deployment?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-redirect-existing-universal-forwarders/m-p/340257#M62763</link>
      <description>&lt;P&gt;If this answer satisfies your question, please accept or upvote it.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 11:19:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-redirect-existing-universal-forwarders/m-p/340257#M62763</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-09-20T11:19:17Z</dc:date>
    </item>
  </channel>
</rss>

