<?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 Why did a Splunk forwarder stop sending to log packet? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-did-a-Splunk-forwarder-stop-sending-to-log-packet/m-p/475848#M81660</link>
    <description>&lt;P&gt;It was working fine until 1 month ago.&lt;BR /&gt;
There was no Splunk forwarder and network configuration change.&lt;BR /&gt;
No packets from the forwarder to the indexer.&lt;BR /&gt;
How can I solve the problem?&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jan 2020 07:36:23 GMT</pubDate>
    <dc:creator>lifekis</dc:creator>
    <dc:date>2020-01-07T07:36:23Z</dc:date>
    <item>
      <title>Why did a Splunk forwarder stop sending to log packet?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-did-a-Splunk-forwarder-stop-sending-to-log-packet/m-p/475848#M81660</link>
      <description>&lt;P&gt;It was working fine until 1 month ago.&lt;BR /&gt;
There was no Splunk forwarder and network configuration change.&lt;BR /&gt;
No packets from the forwarder to the indexer.&lt;BR /&gt;
How can I solve the problem?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 07:36:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-did-a-Splunk-forwarder-stop-sending-to-log-packet/m-p/475848#M81660</guid>
      <dc:creator>lifekis</dc:creator>
      <dc:date>2020-01-07T07:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why did a Splunk forwarder stop sending to log packet?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-did-a-Splunk-forwarder-stop-sending-to-log-packet/m-p/475849#M81661</link>
      <description>&lt;P&gt;Hi @lifekis,&lt;BR /&gt;
what's tha last date you received logs?&lt;BR /&gt;
if you have logs until 31/12/2019 and not more after, probably the problem is the timestamp parsing: if you have a date in format dd/mm/yyyy, Splunk usually read as format mm/dd/yyyy, so it correctly read them after the 13th of each month, but take the wrong format until the 12th of each month.&lt;BR /&gt;
You can check this problem verifying if you have logs of 7th of January on the 1st of july.&lt;/P&gt;

&lt;P&gt;To solve the problem, you have to set the correct TIME_FORMAT in props.conf.&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 11:54:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-did-a-Splunk-forwarder-stop-sending-to-log-packet/m-p/475849#M81661</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-01-07T11:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why did a Splunk forwarder stop sending to log packet?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-did-a-Splunk-forwarder-stop-sending-to-log-packet/m-p/475850#M81662</link>
      <description>&lt;P&gt;I haven't received it since December 13, 2019 (GMT + 9). There is a log in the forwarder but I don't know why not forwarding it.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 00:02:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-did-a-Splunk-forwarder-stop-sending-to-log-packet/m-p/475850#M81662</guid>
      <dc:creator>lifekis</dc:creator>
      <dc:date>2020-01-08T00:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Why did a Splunk forwarder stop sending to log packet?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-did-a-Splunk-forwarder-stop-sending-to-log-packet/m-p/475851#M81663</link>
      <description>&lt;P&gt;Here are the steps I would take to troubleshoot - &lt;BR /&gt;
(1) Login to the server to make sure splunk process is running&lt;BR /&gt;
(2) Check that your outputs.conf is still on the system&lt;BR /&gt;
(3) Try to do a network connectivity test to your HF/Indexer&lt;BR /&gt;
(4) Check splunkd.log to see if there are any errors&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 00:19:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-did-a-Splunk-forwarder-stop-sending-to-log-packet/m-p/475851#M81663</guid>
      <dc:creator>gnangia</dc:creator>
      <dc:date>2020-01-08T00:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Why did a Splunk forwarder stop sending to log packet?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-did-a-Splunk-forwarder-stop-sending-to-log-packet/m-p/475852#M81664</link>
      <description>&lt;P&gt;Hi @lifekis,&lt;BR /&gt;
ok, let start dubugging:&lt;BR /&gt;
at first check if you have internal logs from that server (&lt;CODE&gt;index=_internal host=your_host&lt;/CODE&gt;).&lt;BR /&gt;
If you haven't them, the problem is on the connection, so test the route (from the UF &lt;CODE&gt;telnet ip_splunk_indexer 9997&lt;/CODE&gt;).&lt;BR /&gt;
if Nok verify firewall route between servers, if Ok check in outputs.conf on UF if the address of the Indexers is correct.&lt;/P&gt;

&lt;P&gt;If instead you have Splunk internal logs but not the logs you want, check in inputs.conf if the path and the filename of the monitor stanza is still correct.&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 07:54:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-did-a-Splunk-forwarder-stop-sending-to-log-packet/m-p/475852#M81664</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-01-08T07:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Why did a Splunk forwarder stop sending to log packet?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-did-a-Splunk-forwarder-stop-sending-to-log-packet/m-p/475853#M81665</link>
      <description>&lt;P&gt;Thank you for answer! I checked the disconnection log in splunkd.log.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 07:45:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-did-a-Splunk-forwarder-stop-sending-to-log-packet/m-p/475853#M81665</guid>
      <dc:creator>lifekis</dc:creator>
      <dc:date>2020-01-10T07:45:36Z</dc:date>
    </item>
  </channel>
</rss>

