<?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: Forwarder Resend Data After Connect To Indexer in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-Resend-Data-After-Connect-To-Indexer/m-p/461366#M79622</link>
    <description>&lt;P&gt;Emmm...&lt;BR /&gt;
For example, &lt;BR /&gt;
1. I want configure forwarder forward data to 192.168.3.2:9997 but I make a mistike when edit the outputs.conf like follow:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout:jinmu]
server = 192.168.3.2:9998
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;Then, the following message appears in splunkd.log on forwarder:&lt;/P&gt;

&lt;P&gt;10-16-2019 16:56:03.398 +0800 WARN  TcpOutputProc - The TCP output processor has paused the data flow. Forwarding to output group jinmu has been blocked for 3900 seconds. This will probably stall the data flow towards indexing and other network outputs. Review the receiving system's health in the Splunk Monitoring Console. It is probably not accepting data.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;I fixed configuration in outputs.conf:&lt;/P&gt;

&lt;P&gt;[tcpout:jinmu]&lt;BR /&gt;
server = 192.168.3.2:9997&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;I can't recieve the forwarder data yet. (Maybe for the forwarder is blocked? )&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Wed, 16 Oct 2019 09:08:29 GMT</pubDate>
    <dc:creator>aojie654</dc:creator>
    <dc:date>2019-10-16T09:08:29Z</dc:date>
    <item>
      <title>Forwarder Resend Data After Connect To Indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-Resend-Data-After-Connect-To-Indexer/m-p/461361#M79617</link>
      <description>&lt;P&gt;Hi, Splunkers:&lt;/P&gt;

&lt;P&gt;I have a forwarder that is target to a incorrect indexer and it was paused to send data for 3700s.&lt;/P&gt;

&lt;P&gt;Now I have configured to a correct indexer URI and how can I make the forwarder restarting send the data to indexer?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 05:34:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-Resend-Data-After-Connect-To-Indexer/m-p/461361#M79617</guid>
      <dc:creator>aojie654</dc:creator>
      <dc:date>2019-10-16T05:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder Resend Data After Connect To Indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-Resend-Data-After-Connect-To-Indexer/m-p/461362#M79618</link>
      <description>&lt;P&gt;Hi aojie654,&lt;BR /&gt;
At first check if you Splunk server is receiving logs from your target using a simple search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal host=your_host | head 100
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;checking also last days or always.&lt;BR /&gt;
If you have results there's an ingestion problem, otherwise a connection problem.&lt;/P&gt;

&lt;P&gt;If you haven't results, try with telnet to understand if the connection is open:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;telnet ip_server 9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If ports are open to answer to your question I need of the outputs.conf of your Universal Forwarder (usually is in $SPLUNK_HOME/etc/system/local or in a dedicated App).&lt;/P&gt;

&lt;P&gt;If you have results on _internal but not other logs, you should share your inputs.conf (usually is in $SPLUNK_HOME/etc/system/local or in a dedicated App).&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 02:33:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-Resend-Data-After-Connect-To-Indexer/m-p/461362#M79618</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-30T02:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder Resend Data After Connect To Indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-Resend-Data-After-Connect-To-Indexer/m-p/461363#M79619</link>
      <description>&lt;P&gt;In order to make the forwarder re-index the entire data. you need to clear the fishbucket. You can do this by deleting $SPLUNK_HOME/var/lib/splunk/fishbucket and restart the forwarder instance.  By doing this it will make the forwarder to re-index everything. If you are looking to do this for a single file try adding CrcSalt to your inputs.conf, like crcSalt = readItAgain.  &lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.2/Data/Monitorfilesanddirectorieswithinputs.conf"&gt;https://docs.splunk.com/Documentation/Splunk/7.3.2/Data/Monitorfilesanddirectorieswithinputs.conf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 07:19:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-Resend-Data-After-Connect-To-Indexer/m-p/461363#M79619</guid>
      <dc:creator>skrajkumar_splu</dc:creator>
      <dc:date>2019-10-16T07:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder Resend Data After Connect To Indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-Resend-Data-After-Connect-To-Indexer/m-p/461364#M79620</link>
      <description>&lt;P&gt;Hi, Giuseppe:&lt;/P&gt;

&lt;P&gt;I means that I was configured forwarder send data to an incorrect IP address and I was fixed it, now the forwarder could get connection with indexer but not start send data for it was been blocked. So how should I do next to enable data sending on forwarder?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 07:24:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-Resend-Data-After-Connect-To-Indexer/m-p/461364#M79620</guid>
      <dc:creator>aojie654</dc:creator>
      <dc:date>2019-10-16T07:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder Resend Data After Connect To Indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-Resend-Data-After-Connect-To-Indexer/m-p/461365#M79621</link>
      <description>&lt;P&gt;Hi aojie654,&lt;BR /&gt;
let meunderstand:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;you configured an incorrect destination IP in your target,&lt;/LI&gt;
&lt;LI&gt;you corrected it,&lt;/LI&gt;
&lt;LI&gt;but your target continues to send data to the wrong Indexer&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Is it correct?&lt;/P&gt;

&lt;P&gt;Some questions or test to perform: &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;did you restart Splunk on target after you modified outputs.conf?&lt;/LI&gt;
&lt;LI&gt;did you tried the check I suggested in my eprevious answer?&lt;/LI&gt;
&lt;LI&gt;Then, which outputs.conf did you modify on Target?&lt;/LI&gt;
&lt;LI&gt;The correct Splunk server is correctly configure to receive logs from the target (receiving enabled)?&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 08:06:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-Resend-Data-After-Connect-To-Indexer/m-p/461365#M79621</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-10-16T08:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder Resend Data After Connect To Indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-Resend-Data-After-Connect-To-Indexer/m-p/461366#M79622</link>
      <description>&lt;P&gt;Emmm...&lt;BR /&gt;
For example, &lt;BR /&gt;
1. I want configure forwarder forward data to 192.168.3.2:9997 but I make a mistike when edit the outputs.conf like follow:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout:jinmu]
server = 192.168.3.2:9998
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;Then, the following message appears in splunkd.log on forwarder:&lt;/P&gt;

&lt;P&gt;10-16-2019 16:56:03.398 +0800 WARN  TcpOutputProc - The TCP output processor has paused the data flow. Forwarding to output group jinmu has been blocked for 3900 seconds. This will probably stall the data flow towards indexing and other network outputs. Review the receiving system's health in the Splunk Monitoring Console. It is probably not accepting data.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;I fixed configuration in outputs.conf:&lt;/P&gt;

&lt;P&gt;[tcpout:jinmu]&lt;BR /&gt;
server = 192.168.3.2:9997&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;I can't recieve the forwarder data yet. (Maybe for the forwarder is blocked? )&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Wed, 16 Oct 2019 09:08:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-Resend-Data-After-Connect-To-Indexer/m-p/461366#M79622</guid>
      <dc:creator>aojie654</dc:creator>
      <dc:date>2019-10-16T09:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder Resend Data After Connect To Indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-Resend-Data-After-Connect-To-Indexer/m-p/461367#M79623</link>
      <description>&lt;P&gt;I was restarted the forwarder after fixed the configuration file.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 09:09:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-Resend-Data-After-Connect-To-Indexer/m-p/461367#M79623</guid>
      <dc:creator>aojie654</dc:creator>
      <dc:date>2019-10-16T09:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder Resend Data After Connect To Indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-Resend-Data-After-Connect-To-Indexer/m-p/461368#M79624</link>
      <description>&lt;P&gt;Hi aojie654,&lt;BR /&gt;
did you checked the connection &lt;CODE&gt;telnet 192.168.3.2 9997&lt;/CODE&gt; ?&lt;BR /&gt;
did you checked if internal logs arrive to Splunk &lt;CODE&gt;index=_internal host=your_host | head 1000&lt;/CODE&gt; ?&lt;BR /&gt;
using CLI to restart Splunk, is there any error message?&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 09:25:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-Resend-Data-After-Connect-To-Indexer/m-p/461368#M79624</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-10-16T09:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder Resend Data After Connect To Indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-Resend-Data-After-Connect-To-Indexer/m-p/461369#M79625</link>
      <description>&lt;P&gt;There is no errors occured when I restart splunk with CLI, and the other 2 forwarders is running well...&lt;/P&gt;

&lt;P&gt;At now, I want to know did I need to wait the forwarder block time expired and no the other method to make the block time reset?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 09:38:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-Resend-Data-After-Connect-To-Indexer/m-p/461369#M79625</guid>
      <dc:creator>aojie654</dc:creator>
      <dc:date>2019-10-16T09:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder Resend Data After Connect To Indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-Resend-Data-After-Connect-To-Indexer/m-p/461370#M79626</link>
      <description>&lt;P&gt;Hi aojie654,&lt;BR /&gt;
no, you don't need the  forwarder block time expires.&lt;BR /&gt;
Telnet is ok?&lt;BR /&gt;
if you run &lt;CODE&gt;index=_internal host=your_host earliest=-7d latest=now | head 1000&lt;/CODE&gt; have you results?&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 09:49:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-Resend-Data-After-Connect-To-Indexer/m-p/461370#M79626</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-10-16T09:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder Resend Data After Connect To Indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-Resend-Data-After-Connect-To-Indexer/m-p/461371#M79627</link>
      <description>&lt;P&gt;Hi, Giuseppe:&lt;/P&gt;

&lt;P&gt;It missing about 6 hours ago after I restart the forwarder.&lt;/P&gt;

&lt;P&gt;In actually, 3 forwarders and indexer are in 4 different LAN, maybe there are some issue occures in the network of missing forwarder.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 10:04:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-Resend-Data-After-Connect-To-Indexer/m-p/461371#M79627</guid>
      <dc:creator>aojie654</dc:creator>
      <dc:date>2019-10-16T10:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder Resend Data After Connect To Indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-Resend-Data-After-Connect-To-Indexer/m-p/461372#M79628</link>
      <description>&lt;P&gt;for this reason I asked the two checks&lt;BR /&gt;
what are the checks results?&lt;BR /&gt;
ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 10:16:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-Resend-Data-After-Connect-To-Indexer/m-p/461372#M79628</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-10-16T10:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder Resend Data After Connect To Indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-Resend-Data-After-Connect-To-Indexer/m-p/461373#M79629</link>
      <description>&lt;P&gt;You should not have to do anything.  For only 3700 seconds, it should have been able to queue it and then restart where it left off when you added the correct Indexers.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 21:09:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-Resend-Data-After-Connect-To-Indexer/m-p/461373#M79629</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-10-16T21:09:58Z</dc:date>
    </item>
  </channel>
</rss>

