<?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: Index from old Splunk Heavy Forwarder in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Index-from-old-Splunk-Heavy-Forwarder/m-p/188497#M37591</link>
    <description>&lt;P&gt;On the v6 Server in splunkd.log I am getting the following about the v3 forwarder: "DEBUG RPCDispatcher - Request from 3.x deployment client : &lt;CODE&gt;&amp;lt;ip address&amp;gt;&lt;/CODE&gt; received. &lt;CODE&gt;&amp;lt;some html code&amp;gt;&lt;/CODE&gt;"&lt;/P&gt;

&lt;P&gt;I believe the forwarder is connecting to the server. I'm not seeing anything in logs on the sever that indicates incompatibility, but on the forwarder I see a message along the lines of "possible server compatibility issue". I have tried getting the forwarder to monitor a log by placing the configuration in ./etc/system/local instead of having it pull the config from the server but this is still not working.&lt;/P&gt;</description>
    <pubDate>Thu, 26 Dec 2013 20:51:05 GMT</pubDate>
    <dc:creator>emccaslin</dc:creator>
    <dc:date>2013-12-26T20:51:05Z</dc:date>
    <item>
      <title>Index from old Splunk Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-from-old-Splunk-Heavy-Forwarder/m-p/188494#M37588</link>
      <description>&lt;P&gt;Setup currently I have the newest version of Splunk (6.0) running as my main Splunk server with several universal forwarders v 6.0 sending logs to the server to be indexed.&lt;/P&gt;

&lt;P&gt;I have another box that the v 6.0 forwarders are incompatible with so I need to install Splunk version 3.14 onto the box. I see in the documentation that I can make the full installation a heavy forwarder to push to my regular indexer, but it is not working for me.&lt;/P&gt;

&lt;P&gt;Steps Taken:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;I Installed the full Splunk v 3.14 on the box I want to use a forwarder&lt;/LI&gt;
&lt;LI&gt;Then enabled the forwarder: &lt;STRONG&gt;./splunk enable app SplunkForwarder -auth &lt;CODE&gt;&amp;lt;username&amp;gt;&lt;/CODE&gt;:&lt;CODE&gt;&amp;lt;password&amp;gt;&lt;/CODE&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Started forwarding activity: &lt;STRONG&gt;./splunk add forward-server &lt;CODE&gt;&amp;lt;host&amp;gt;&lt;/CODE&gt;:&lt;CODE&gt;&amp;lt;port&amp;gt;&lt;/CODE&gt; -auth &lt;CODE&gt;&amp;lt;username&amp;gt;&lt;/CODE&gt;:&lt;CODE&gt;&amp;lt;password&amp;gt;&lt;/CODE&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Added deploy server: &lt;STRONG&gt;./splunk set deploy-poll &lt;CODE&gt;&amp;lt;host&amp;gt;&lt;/CODE&gt;:&lt;CODE&gt;&amp;lt;port&amp;gt;&lt;/CODE&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Retarted splunk: &lt;STRONG&gt;./splunk restart&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Waited but the forwarder never appears in the list under Forwarder Management on the Splunk Server&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;I assume this has something to do with the different versions of Splunk that I am using, but the documentation says:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;"All indexers are backwards compatible&lt;BR /&gt;
with any forwarder and can receive&lt;BR /&gt;
data from any earlier version&lt;BR /&gt;
forwarder."&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Anyone else have this problem or know how to better implement this?&lt;/P&gt;

&lt;P&gt;Documentation:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0/Forwarding/Deployaheavyforwarder"&gt;Heavy Forwarder Doc&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/Deploy/Enableareceiver#Compatibility_between_forwarders_and_indexers"&gt;Forwarder and Indexer Compatibility&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 23 Dec 2013 22:02:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-from-old-Splunk-Heavy-Forwarder/m-p/188494#M37588</guid>
      <dc:creator>emccaslin</dc:creator>
      <dc:date>2013-12-23T22:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Index from old Splunk Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-from-old-Splunk-Heavy-Forwarder/m-p/188495#M37589</link>
      <description>&lt;P&gt;Start with the assumption that it's compatible, and something else is broken. Check basic TCP - can you see the connection in netstat? Is it successfully connecting? If so, check splunkd.log, if not, check routes and firewalls, etc.&lt;/P&gt;

&lt;P&gt;If it ISN'T compatible, then you've got something which is being rejected by the v6 server - in which case it will show in logs somewhere. If it IS compatible but it's being rejected due to a configuration issue, that will also show up, etc.  Also deploy-poll is different to forwarding, so troubleshoot that separately.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2013 09:54:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-from-old-Splunk-Heavy-Forwarder/m-p/188495#M37589</guid>
      <dc:creator>sciurus</dc:creator>
      <dc:date>2013-12-26T09:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Index from old Splunk Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-from-old-Splunk-Heavy-Forwarder/m-p/188496#M37590</link>
      <description>&lt;P&gt;Great suggestions for me to start looking for a solution.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2013 20:51:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-from-old-Splunk-Heavy-Forwarder/m-p/188496#M37590</guid>
      <dc:creator>emccaslin</dc:creator>
      <dc:date>2013-12-26T20:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Index from old Splunk Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-from-old-Splunk-Heavy-Forwarder/m-p/188497#M37591</link>
      <description>&lt;P&gt;On the v6 Server in splunkd.log I am getting the following about the v3 forwarder: "DEBUG RPCDispatcher - Request from 3.x deployment client : &lt;CODE&gt;&amp;lt;ip address&amp;gt;&lt;/CODE&gt; received. &lt;CODE&gt;&amp;lt;some html code&amp;gt;&lt;/CODE&gt;"&lt;/P&gt;

&lt;P&gt;I believe the forwarder is connecting to the server. I'm not seeing anything in logs on the sever that indicates incompatibility, but on the forwarder I see a message along the lines of "possible server compatibility issue". I have tried getting the forwarder to monitor a log by placing the configuration in ./etc/system/local instead of having it pull the config from the server but this is still not working.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2013 20:51:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-from-old-Splunk-Heavy-Forwarder/m-p/188497#M37591</guid>
      <dc:creator>emccaslin</dc:creator>
      <dc:date>2013-12-26T20:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Index from old Splunk Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-from-old-Splunk-Heavy-Forwarder/m-p/188498#M37592</link>
      <description>&lt;P&gt;Any chance that this is your issue?&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/115495/i-upgraded-my-distributed-environment-to-splunk-60-and-now-my-indexers-are-crashing"&gt;http://answers.splunk.com/answers/115495/i-upgraded-my-distributed-environment-to-splunk-60-and-now-my-indexers-are-crashing&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Basically, try &lt;CODE&gt;negotiateNewProtocol = false&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2013 21:53:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-from-old-Splunk-Heavy-Forwarder/m-p/188498#M37592</guid>
      <dc:creator>Lowell</dc:creator>
      <dc:date>2013-12-26T21:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Index from old Splunk Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-from-old-Splunk-Heavy-Forwarder/m-p/188499#M37593</link>
      <description>&lt;P&gt;If it's receiving back HTML, are you sure you're pointing it to the Splunk log port (default 9997), not the management (default 8089) or user interface (default 8000)? I'm not sure why you'd get HTML back from the log port.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2013 09:59:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-from-old-Splunk-Heavy-Forwarder/m-p/188499#M37593</guid>
      <dc:creator>sciurus</dc:creator>
      <dc:date>2013-12-27T09:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Index from old Splunk Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-from-old-Splunk-Heavy-Forwarder/m-p/188500#M37594</link>
      <description>&lt;P&gt;So I eventually got this working and now I am able to get it working on multiple Windows 2000 servers. One of the main differences I noticed it working is when I enabled the SplunkLightForwarder instead of SplunkForwarder.&lt;/P&gt;

&lt;P&gt;Also, because a compatibility issue, Splunk cannot send the configurations through a deployment app as the Universal Forwarders do. So I have to manually put the configurations in $SPLUNK_HOME/etc/system/local and restart the forwarder. Seems to be working well now.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Apr 2014 16:46:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-from-old-Splunk-Heavy-Forwarder/m-p/188500#M37594</guid>
      <dc:creator>emccaslin</dc:creator>
      <dc:date>2014-04-04T16:46:51Z</dc:date>
    </item>
  </channel>
</rss>

