<?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: Splunk Forwarding doesn't forward data in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342705#M63114</link>
    <description>&lt;P&gt;Ok, can you please try to run below query on Server-2 (Indexer-2) so that we can check whether you are receiving data on Server-2 from UF or not&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal host=Sever2 source=*metrics.log* group=per_host_thruput series=UF_FQDN 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 21 Dec 2017 06:10:55 GMT</pubDate>
    <dc:creator>harsmarvania57</dc:creator>
    <dc:date>2017-12-21T06:10:55Z</dc:date>
    <item>
      <title>Splunk Forwarding doesn't forward data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342691#M63100</link>
      <description>&lt;P&gt;We have a single data source from which we want to forward clone data to - splunk server 1(prod) and splunk server 2(qa).&lt;/P&gt;

&lt;P&gt;The data seems to go to splunk server 1 fine but doesn't get forwarded to splunk server 2. We don't anything wrong in the log file too.&lt;/P&gt;

&lt;P&gt;splunk list forward-server lists both the servers &lt;/P&gt;

&lt;P&gt;outputs.conf (Windows Forwarder) &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup=awsprod,awsdev

[tcpout:awsprod]
server=&amp;lt;server1-ip&amp;gt;:9997
useACK = true

[tcpout:awsdev]
server=&amp;lt;server2-ip&amp;gt;:9997
useACK = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;As a work around, we have put a forward stanza on splunk server 1(prod) to forward data to splunk server 2(qa) and it seems to work fine. &lt;BR /&gt;
When we try to forward data from other machines to server2 (qa), it seems to work fine. &lt;/P&gt;

&lt;P&gt;Any suggestions are highly appreciated. &lt;/P&gt;

&lt;P&gt;PS: More details on cloning and server details - qa/prod added.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Dec 2017 12:42:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342691#M63100</guid>
      <dc:creator>ykpramodhcbt</dc:creator>
      <dc:date>2017-12-16T12:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarding doesn't forward data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342692#M63101</link>
      <description>&lt;P&gt;There is 99% chance you might have misconfigured forwarder. &lt;BR /&gt;
on indexers search app look for the output of below query&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal host=forwarder
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you get the data it means you have configure the forwarder properly. If you get the logs then look for errors in those logs.&lt;BR /&gt;
Refer this link:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Forwarder/7.0.1/Forwarder/Configuretheuniversalforwarder"&gt;http://docs.splunk.com/Documentation/Forwarder/7.0.1/Forwarder/Configuretheuniversalforwarder&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Also check the output at the forwarder cli in order to check the connectivity &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;telnet indexer-ip 8089
telnet indexer-ip 9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Check if you have enabled forwarder receiving port 9997 on both indexers.&lt;BR /&gt;
Also check if the monitor stanza that you have written is correct or not! &lt;BR /&gt;
Let me know if this helps!!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Dec 2017 13:34:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342692#M63101</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2017-12-16T13:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarding doesn't forward data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342693#M63102</link>
      <description>&lt;P&gt;Hi mayurr98,&lt;/P&gt;

&lt;P&gt;Thanks for the note. &lt;/P&gt;

&lt;P&gt;Here is the inputs.conf &lt;/P&gt;

&lt;P&gt;[monitor://d:\Carbynetech.csv]&lt;BR /&gt;
disabled=false&lt;BR /&gt;
index=indexname&lt;/P&gt;

&lt;P&gt;What surprises us is that data is getting forwarded to one server. We will do telnet test and report our findings.&lt;/P&gt;

&lt;P&gt;regards&lt;BR /&gt;
Pramodh &lt;/P&gt;</description>
      <pubDate>Sat, 16 Dec 2017 13:54:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342693#M63102</guid>
      <dc:creator>ykpramodhcbt</dc:creator>
      <dc:date>2017-12-16T13:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarding doesn't forward data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342694#M63103</link>
      <description>&lt;P&gt;Oh then mostly the problem is of connectivity do check telnet test.&lt;BR /&gt;
Also Check for forwarder logs on second server &lt;BR /&gt;
Are they populating? &lt;/P&gt;</description>
      <pubDate>Sat, 16 Dec 2017 14:08:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342694#M63103</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2017-12-16T14:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarding doesn't forward data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342695#M63104</link>
      <description>&lt;P&gt;thanks mayurr98. telnet is connecting.&lt;/P&gt;

&lt;P&gt;We are able to forward data to server 2 from &lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;another forwarder on another machine&lt;/LI&gt;
&lt;LI&gt;server 1 =&amp;gt; forwarding the information&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;that is what surprises us.&lt;/P&gt;

&lt;P&gt;We'll check the server side logs reg. forwarder.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Dec 2017 19:00:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342695#M63104</guid>
      <dc:creator>ykpramodhcbt</dc:creator>
      <dc:date>2017-12-16T19:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarding doesn't forward data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342696#M63105</link>
      <description>&lt;P&gt;Hi Mayurr98, the tcp connection from server2 to destination splunk server on ports 8089 and 9997 are working as expected. &lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 13:28:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342696#M63105</guid>
      <dc:creator>ykpramodhcbt</dc:creator>
      <dc:date>2017-12-20T13:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarding doesn't forward data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342697#M63106</link>
      <description>&lt;P&gt;You can forward only to one destination that way, if you'd like to forward the data to two indexers, then you have to combine it.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [tcpout]
 defaultGroup=awsprod,awsdev

 [tcpout:awsprod]
 server=&amp;lt;server1-ip&amp;gt;:9997,server=&amp;lt;server2-ip&amp;gt;:9997
 useACK = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I assume you don't have Index replication enabled.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 13:55:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342697#M63106</guid>
      <dc:creator>Elsurion</dc:creator>
      <dc:date>2017-12-20T13:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarding doesn't forward data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342698#M63107</link>
      <description>&lt;P&gt;From the docs, if we give server list in comma separated fashion, the data will be load balanced between two receivers. Please confirm if my understanding is correct.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# Specify a target group made up of two receivers.  In this case, the data will
# be distributed using AutoLB between these two receivers.  You can specify as
# many receivers as you wish here. You can combine host name and IP if you
# wish.
# NOTE: Do not use this configuration with SplunkLightForwarder.

[tcpout:group3]
server=myhost.Splunk.com:9997,10.1.1.197:6666
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.5.1/Admin/Outputsconf"&gt;https://docs.splunk.com/Documentation/Splunk/6.5.1/Admin/Outputsconf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 04:39:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342698#M63107</guid>
      <dc:creator>ykpramodhcbt</dc:creator>
      <dc:date>2017-12-21T04:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarding doesn't forward data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342699#M63108</link>
      <description>&lt;P&gt;Based on configuration which you have provided, this will clone data to both the Indexer (Server -1 and Server - 2). What you want to achieve, do you want to send data to both the indexer in load balance way (Not cloning of data) then answer provided by @Elsurion is correct with minor modification.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup=awsprod

[tcpout:awsprod]
server=&amp;lt;server1-ip&amp;gt;:9997,&amp;lt;server2-ip&amp;gt;:9997
useACK = true
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Dec 2017 05:01:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342699#M63108</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2017-12-21T05:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarding doesn't forward data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342700#M63109</link>
      <description>&lt;P&gt;Our requirement is to clone data to both the servers. The servers are QA and Prod instances respectively.&lt;/P&gt;

&lt;P&gt;The surprising part is data is not reaching QA and as a work around we have setup forwarding from Prod to QA.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 05:38:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342700#M63109</guid>
      <dc:creator>ykpramodhcbt</dc:creator>
      <dc:date>2017-12-21T05:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarding doesn't forward data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342701#M63110</link>
      <description>&lt;P&gt;Sorry if we have not added sufficient details earlier. We wish to clone data to both the servers as they are QA and Prod respectively.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 05:41:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342701#M63110</guid>
      <dc:creator>ykpramodhcbt</dc:creator>
      <dc:date>2017-12-21T05:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarding doesn't forward data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342702#M63111</link>
      <description>&lt;P&gt;In that case configuration which you have provided is correct and I am assuming you are not using &lt;CODE&gt;_TCP_ROUTING&lt;/CODE&gt; in your monitor stanza in inputs.conf&lt;/P&gt;

&lt;P&gt;Can you please check from your UF to Server -2 network connectivity using telnet command &lt;CODE&gt;telnet Server_2_IP 9997&lt;/CODE&gt; ?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 05:42:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342702#M63111</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2017-12-21T05:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarding doesn't forward data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342703#M63112</link>
      <description>&lt;P&gt;Thanks for your note.&lt;/P&gt;

&lt;P&gt;We are not using &lt;CODE&gt;_TCP_ROUTING&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;telnet Server2 9997&lt;/CODE&gt; is working fine.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 05:44:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342703#M63112</guid>
      <dc:creator>ykpramodhcbt</dc:creator>
      <dc:date>2017-12-21T05:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarding doesn't forward data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342704#M63113</link>
      <description>&lt;P&gt;Yes, forwarder will send data in a load balanced way and data will not be cloned if you are using below configuration:-&lt;BR /&gt;
[tcpout]&lt;BR /&gt;
defaultGroup=awsprod,awsdev&lt;/P&gt;

&lt;P&gt;[tcpout:awsprod]&lt;BR /&gt;
server=:9997,server=:9997&lt;BR /&gt;
useACK = true&lt;/P&gt;

&lt;P&gt;But if you want to clone could you try the below configuration in your outputs.conf&lt;BR /&gt;
[tcpout]&lt;BR /&gt;
defaultGroup = awsprod&lt;/P&gt;

&lt;P&gt;[tcpout-server://:9997]&lt;/P&gt;

&lt;P&gt;[tcpout-server://1:9997]&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 05:58:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342704#M63113</guid>
      <dc:creator>nikita_p</dc:creator>
      <dc:date>2017-12-21T05:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarding doesn't forward data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342705#M63114</link>
      <description>&lt;P&gt;Ok, can you please try to run below query on Server-2 (Indexer-2) so that we can check whether you are receiving data on Server-2 from UF or not&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal host=Sever2 source=*metrics.log* group=per_host_thruput series=UF_FQDN 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Dec 2017 06:10:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342705#M63114</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2017-12-21T06:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarding doesn't forward data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342706#M63115</link>
      <description>&lt;P&gt;hey I faced the same problem while getting data in from on TCP&lt;BR /&gt;
Everything was working fine. So the problem got solved by enabling IP forwarding on the server.&lt;BR /&gt;
Refer this link, and let me know:&lt;BR /&gt;
&lt;A href="http://www.ducea.com/2006/08/01/how-to-enable-ip-forwarding-in-linux/"&gt;http://www.ducea.com/2006/08/01/how-to-enable-ip-forwarding-in-linux/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 06:40:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342706#M63115</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2017-12-21T06:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarding doesn't forward data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342707#M63116</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
Sorry there was some typo in my outputs.conf&lt;BR /&gt;
[tcpout]&lt;BR /&gt;
defaultGroup = awsprod&lt;/P&gt;

&lt;P&gt;[tcpout-server://server1-ip:9997]&lt;BR /&gt;
[tcpout-server://server2-ip:9997]&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 06:49:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342707#M63116</guid>
      <dc:creator>nikita_p</dc:creator>
      <dc:date>2017-12-21T06:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarding doesn't forward data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342708#M63117</link>
      <description>&lt;P&gt;We will try this and we will update you. &lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 07:07:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarding-doesn-t-forward-data/m-p/342708#M63117</guid>
      <dc:creator>ykpramodhcbt</dc:creator>
      <dc:date>2017-12-21T07:07:48Z</dc:date>
    </item>
  </channel>
</rss>

