<?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 stops forwarding in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83310#M17306</link>
    <description>&lt;P&gt;Ok - how does it not work? Do you get an error message of some sort? In that case - which?&lt;/P&gt;

&lt;P&gt;/k&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jun 2012 15:18:10 GMT</pubDate>
    <dc:creator>kristian_kolb</dc:creator>
    <dc:date>2012-06-26T15:18:10Z</dc:date>
    <item>
      <title>Forwarder stops forwarding</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83297#M17293</link>
      <description>&lt;P&gt;One of our forwarders is monitoring three logs. Few hours back the forwarder stopped forwarding one of the three logs to the indexer, the others two logs monitored by the same forwarder are forwarded to the indexer properly. I have checked that the log file which is not forwarded is being updated continuously in real time. &lt;/P&gt;

&lt;P&gt;I am using Universal forwarder (splunkforwarder-4.3.2-123586-x64-release) to forward logs to indexer (version 4.2.4, build 110225 ). The forwarder is installe on windows server and the indexer on linux.&lt;/P&gt;

&lt;P&gt;At times forwarder stops forwarding the logs when I try to make some change the monitored log file path in the forwarder and restart it. Afterwards even if I revert the monitored log file path to the previously working path and restart the forwarder it does not forward the logs and after many hours the logs are suddenly forwarded to the indexer. &lt;/P&gt;

&lt;P&gt;Can the version mismatch between forwarder and indexer be the problem ? or is there anything else which I should be taknig care of ?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2012 17:10:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83297#M17293</guid>
      <dc:creator>parth_jec</dc:creator>
      <dc:date>2012-06-25T17:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder stops forwarding</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83298#M17294</link>
      <description>&lt;P&gt;You can always poll the REST API on the forwarder to see what's happening when it fails to send you files.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://your-forwarder-ip:8089/services/admin/inputstatus/TailingProcessor:FileStatus"&gt;https://your-forwarder-ip:8089/services/admin/inputstatus/TailingProcessor:FileStatus&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You need to authenticate to get access. Unless you've changed the admin password on the forwarder, you should be able to log on with &lt;CODE&gt;admin&lt;/CODE&gt;/&lt;CODE&gt;changeme&lt;/CODE&gt;. &lt;/P&gt;

&lt;P&gt;Apart from the files that Splunk monitors about itself, you should see your own three files if you scroll down a bit (with some status like '100 % read' or 'file not found' or 'permission denied').&lt;/P&gt;

&lt;P&gt;Other things to check include:&lt;/P&gt;

&lt;P&gt;How do you know it is not sending you data all the time? It sounds like a stupid question, but if Splunk misinterprets your timestamps the events will be indexed in the "wrong time" (and will not turn up when you search 'last 15 minutes'). Make a search for 'all time' or run a metadata search when the problem occurs; if the lastTime value differs from the recentTime this might indicate that the parsing of timestamps are wrong. Read more on metadata &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Metadata"&gt;here&lt;/A&gt; and on troubleshooting inputs in general &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Data/Troubleshoottheinputprocess"&gt;here&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;Could this have anything to do with file rotation? &lt;BR /&gt;
Take a look at the inputs.conf &lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.2/Data/Editinputs.conf"&gt;documentation&lt;/A&gt; and see if you might want to add &lt;CODE&gt;alwaysOpenFile&lt;/CODE&gt; or &lt;CODE&gt;crcSalt&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;And of course, look in the splunkd.log on both forwarder and indexer for any interesting error messages.&lt;/P&gt;

&lt;P&gt;I do not think that the mismatch in version numbers is significant here.&lt;/P&gt;

&lt;P&gt;Hope this helps,&lt;/P&gt;

&lt;P&gt;Kristian&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2012 18:25:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83298#M17294</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-06-25T18:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder stops forwarding</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83299#M17295</link>
      <description>&lt;P&gt;I havent changed the password but I cannot login with the default one. I tried resetting the default admin password by following &lt;A href="http://splunk-base.splunk.com/answers/834/how-could-i-reset-the-admin-password"&gt;http://splunk-base.splunk.com/answers/834/how-could-i-reset-the-admin-password&lt;/A&gt; but I am still not able to login.&lt;BR /&gt;
I am using the command '%SPLUNK_HOME%\bin\splunk login -auth admin:changeme' to login.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2012 20:21:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83299#M17295</guid>
      <dc:creator>parth_jec</dc:creator>
      <dc:date>2012-06-25T20:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder stops forwarding</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83300#M17296</link>
      <description>&lt;P&gt;The problem occurs when I change the log file path in the forwarder. If splunk is misinterpreting my timestamps than shouldn't no events be forwarded at all ?&lt;BR /&gt;
Also, I am using crcSalt=&lt;SOURCE&gt; in my inputs.conf.&lt;/SOURCE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2012 20:32:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83300#M17296</guid>
      <dc:creator>parth_jec</dc:creator>
      <dc:date>2012-06-25T20:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder stops forwarding</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83301#M17297</link>
      <description>&lt;P&gt;Ok, &lt;BR /&gt;
1) login. Point your browser to the splunkd port on the forwarder (see URL above). You'll get a login dialog box. Type admin/changeme. Beware of any firewalls that might block your access.&lt;/P&gt;

&lt;P&gt;2) crcSalt. I believe it should be &lt;CODE&gt;&lt;SOURCE&gt;&lt;/SOURCE&gt;&lt;/CODE&gt;, not &lt;CODE&gt;&lt;SOURCE&gt;&lt;/SOURCE&gt;&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;3). Post your inputs.conf (from your forwarder). And perhaps some more info on the files your trying to monitor.&lt;/P&gt;

&lt;P&gt;/k&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2012 07:01:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83301#M17297</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-06-26T07:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder stops forwarding</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83302#M17298</link>
      <description>&lt;P&gt;This is the fromat of my inputs.conf:&lt;/P&gt;

&lt;P&gt;[default]&lt;BR /&gt;
host = &lt;HOST_NAME&gt;&lt;/HOST_NAME&gt;&lt;/P&gt;

&lt;P&gt;[monitor://&lt;PATH1&gt;]&lt;BR /&gt;
whitelist=&lt;REGEX1&gt;$&lt;BR /&gt;
index=&lt;INDEX1&gt;&lt;BR /&gt;
crcSalt=&lt;SOURCE&gt;&lt;BR /&gt;
1). I checked there seems to be no issue with firewall. I unable to login to the forwarder with the URL you mentioned.&lt;/SOURCE&gt;&lt;/INDEX1&gt;&lt;/REGEX1&gt;&lt;/PATH1&gt;&lt;/P&gt;

&lt;P&gt;2). I am not sure what do you mean by "&lt;SOURCE&gt;, not &lt;SOURCE&gt;."&lt;/SOURCE&gt;&lt;/SOURCE&gt;&lt;/P&gt;

&lt;P&gt;3).The inputs.conf of the forwarder looks like:&lt;/P&gt;

&lt;P&gt;[monitor://&lt;PATH2&gt;]&lt;BR /&gt;
whitelist=&lt;REGEX2&gt;$&lt;BR /&gt;
index=&lt;INDEX2&gt;&lt;BR /&gt;
crcSalt=&lt;SOURCE&gt;&lt;/SOURCE&gt;&lt;/INDEX2&gt;&lt;/REGEX2&gt;&lt;/PATH2&gt;&lt;/P&gt;

&lt;P&gt;[monitor://path3]&lt;BR /&gt;
index=index3&lt;BR /&gt;
crcSalt=&lt;SOURCE&gt;&lt;/SOURCE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2012 13:56:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83302#M17298</guid>
      <dc:creator>parth_jec</dc:creator>
      <dc:date>2012-06-26T13:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder stops forwarding</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83303#M17299</link>
      <description>&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;Did you actually edit the link to use your IP-address, or just click the link?&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;It should be uppercase: 'SOURCE' not 'source'&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Tue, 26 Jun 2012 14:18:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83303#M17299</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-06-26T14:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder stops forwarding</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83304#M17300</link>
      <description>&lt;P&gt;Yes, I edited the link first then I got a prompt "The server &lt;MY server="" name=""&gt; at /splunk requires a username and password." I tried logging in with admin/changename, but it failed.&lt;/MY&gt;&lt;/P&gt;

&lt;P&gt;Also, I am using 'SOURCE' not 'source' in my inputs.config.&lt;/P&gt;

&lt;P&gt;Thanks, &lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2012 14:28:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83304#M17300</guid>
      <dc:creator>parth_jec</dc:creator>
      <dc:date>2012-06-26T14:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder stops forwarding</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83305#M17301</link>
      <description>&lt;P&gt;admin/changeme&lt;/P&gt;

&lt;P&gt;NOT &lt;/P&gt;

&lt;P&gt;admin/changename&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2012 14:31:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83305#M17301</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-06-26T14:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder stops forwarding</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83306#M17302</link>
      <description>&lt;P&gt;yes tried that. not working. &lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2012 14:34:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83306#M17302</guid>
      <dc:creator>parth_jec</dc:creator>
      <dc:date>2012-06-26T14:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder stops forwarding</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83307#M17303</link>
      <description>&lt;P&gt;Then you either have changed the default password from changeme to something else. Ohh.. btw, you may not be able to do that remotely...come to think of it. If you go sit at the machine running the forwarder and do the same thing but use localhost as the ip (127.0.0.1) you should be able to do it.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2012 14:40:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83307#M17303</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-06-26T14:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder stops forwarding</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83308#M17304</link>
      <description>&lt;P&gt;please use the comments instead of posting new answers as well.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2012 14:41:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83308#M17304</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-06-26T14:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder stops forwarding</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83309#M17305</link>
      <description>&lt;P&gt;I havent changed the default password. I tried to reset the password by renaming the password file also. &lt;/P&gt;

&lt;P&gt;I tried logging in with this link on the forwarder machine: &lt;A href="https://127.0.0.1:8089/services/admin/inputstatus/TailingProcessor:FileStatus"&gt;https://127.0.0.1:8089/services/admin/inputstatus/TailingProcessor:FileStatus&lt;/A&gt;, didn't work either.&lt;/P&gt;

&lt;P&gt;Can there be a port other than 8089 or this port is fixed ? &lt;/P&gt;

&lt;P&gt;sorry, will use comments from now on.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2012 15:07:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83309#M17305</guid>
      <dc:creator>parth_jec</dc:creator>
      <dc:date>2012-06-26T15:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder stops forwarding</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83310#M17306</link>
      <description>&lt;P&gt;Ok - how does it not work? Do you get an error message of some sort? In that case - which?&lt;/P&gt;

&lt;P&gt;/k&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2012 15:18:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83310#M17306</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-06-26T15:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder stops forwarding</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83311#M17307</link>
      <description>&lt;P&gt;After multiple unsuccessful attempts I get the following message on the brower:&lt;BR /&gt;
"401 Unauthorized."&lt;/P&gt;

&lt;P&gt;Is there any log file in the forwarder which I can look into for this?&lt;/P&gt;

&lt;P&gt;Can there be a port other than 8089 in the link or this port is fixed ?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2012 17:04:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83311#M17307</guid>
      <dc:creator>parth_jec</dc:creator>
      <dc:date>2012-06-26T17:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder stops forwarding</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83312#M17308</link>
      <description>&lt;P&gt;Also, I have installed multiple forwarders each on a different machine, but I cannot login to any of them.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2012 17:24:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83312#M17308</guid>
      <dc:creator>parth_jec</dc:creator>
      <dc:date>2012-06-26T17:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder stops forwarding</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83313#M17309</link>
      <description>&lt;P&gt;Ok, well, let's leave the REST api aside. &lt;/P&gt;

&lt;P&gt;Have you looked at the splunkd.log file that is generated on the forwarder? It should be located in &lt;CODE&gt;c:\program files\splunkuniversalforwarder\var\log\splunk&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;Restart the forwarder and make note of the time. Look for any interesting errors after the restart, containing the filename you are looking for.&lt;/P&gt;

&lt;P&gt;Also try to find the lines looking like:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt; TailingProcessor - Parsing configuration stanza: &lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;OR&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;WatchedFile - Will begin reading at offset&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;/k&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2012 07:18:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83313#M17309</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-06-28T07:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder stops forwarding</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83314#M17310</link>
      <description>&lt;P&gt;The timestamp format was incorrect. The 12 hour format didn't had the AM/PM associated with the time so everyday after 12:59 the logs were not forwarded.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2012 13:07:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-stops-forwarding/m-p/83314#M17310</guid>
      <dc:creator>parth_jec</dc:creator>
      <dc:date>2012-07-18T13:07:44Z</dc:date>
    </item>
  </channel>
</rss>

