<?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: How to troubleshoot why a universal forwarder is not forwarding contents of a file? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-universal-forwarder-is-not-forwarding/m-p/124872#M25732</link>
    <description>&lt;P&gt;I rather like the troubleshooting steps taken in the &lt;A href="http://answers.splunk.com/answers/177588/how-to-debug-why-a-universal-forwarder-is-reading.html"&gt;Answers post&lt;/A&gt; on debugging a UF that's not reading a log file.&lt;/P&gt;</description>
    <pubDate>Thu, 28 May 2015 19:46:54 GMT</pubDate>
    <dc:creator>ekost</dc:creator>
    <dc:date>2015-05-28T19:46:54Z</dc:date>
    <item>
      <title>How to troubleshoot why a universal forwarder is not forwarding contents of a file?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-universal-forwarder-is-not-forwarding/m-p/124869#M25729</link>
      <description>&lt;P&gt;Beating my head off this one guys.  I'm simply trying to forward several logs from my SEPM (SYmantec EndPoint Manager).  All except the risk log is staying up to date.  I've restarted the manager service to have it create it's local type backup of .txt files and changed my input to have it read the agt_risk.txt and it still doesn't make it.  The forwarder read the file yesterday!  What am I doing wrong?&lt;/P&gt;

&lt;P&gt;Excerpt from the splunkd.log:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;05-28-2015 10:31:05.516 -0400 INFO  TailingProcessor - Parsing configuration stanza: monitor://D:\Program Files (x86)\Symantec\Symantec Endpoint Protection Manager\data\dump\agt_risk.txt.
05-28-2015 10:31:05.516 -0400 INFO  TailingProcessor - Parsing configuration stanza: monitor://D:\Program Files (x86)\Symantec\Symantec Endpoint Protection Manager\data\dump\agt_scan.tmp.
05-28-2015 10:31:05.517 -0400 INFO  TailingProcessor - Parsing configuration stanza: monitor://D:\Program Files (x86)\Symantec\Symantec Endpoint Protection Manager\data\dump\agt_security.tmp.
05-28-2015 10:31:05.517 -0400 INFO  TailingProcessor - Parsing configuration stanza: monitor://D:\Program Files (x86)\Symantec\Symantec Endpoint Protection Manager\data\dump\agt_system.tmp.
05-28-2015 10:31:05.517 -0400 INFO  TailingProcessor - Parsing configuration stanza: monitor://D:\Program Files (x86)\Symantec\Symantec Endpoint Protection Manager\data\dump\agt_traffic.tmp.
05-28-2015 10:31:05.518 -0400 INFO  TailingProcessor - Adding watch on path: D:\Program Files (x86)\Symantec\Symantec Endpoint Protection Manager\data\dump\agt_behavior.tmp.
05-28-2015 10:31:05.518 -0400 INFO  TailingProcessor - Adding watch on path: D:\Program Files (x86)\Symantec\Symantec Endpoint Protection Manager\data\dump\agt_proactive.tmp.
05-28-2015 10:31:05.518 -0400 INFO  TailingProcessor - Adding watch on path: D:\Program Files (x86)\Symantec\Symantec Endpoint Protection Manager\data\dump\agt_risk.txt.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My inputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://D:\Program Files (x86)\Symantec\Symantec Endpoint Protection Manager\data\dump\agt_behavior.tmp]
disabled = false
crcSalt = &amp;lt;SOURCE&amp;gt;
sourcetype = sep_behavior

[monitor://D:\Program Files (x86)\Symantec\Symantec Endpoint Protection Manager\data\dump\agt_risk.txt]
disabled = false
crcSalt = &amp;lt;SOURCE&amp;gt;
sourcetype = sep_risk

[monitor://D:\Program Files (x86)\Symantec\Symantec Endpoint Protection Manager\data\dump\agt_scan.tmp]
disabled = false
crcSalt = &amp;lt;SOURCE&amp;gt;
sourcetype = sep_scan

[monitor://D:\Program Files (x86)\Symantec\Symantec Endpoint Protection Manager\data\dump\agt_security.tmp]
disabled = false
crcSalt = &amp;lt;SOURCE&amp;gt;
sourcetype = sep_security

[monitor://D:\Program Files (x86)\Symantec\Symantec Endpoint Protection Manager\data\dump\agt_system.tmp]
disabled = false
crcSalt = &amp;lt;SOURCE&amp;gt;
sourcetype = sep_system

[monitor://D:\Program Files (x86)\Symantec\Symantec Endpoint Protection Manager\data\dump\agt_traffic.tmp]
disabled = false
crcSalt = &amp;lt;SOURCE&amp;gt;
sourcetype = sep_traffic

[monitor://D:\Program Files (x86)\Symantec\Symantec Endpoint Protection Manager\data\dump\agt_proactive.tmp]
disabled = false
crcSalt = &amp;lt;SOURCE&amp;gt;
sourcetype = sep_proactive
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Yes I know I'm trying to read the agt_risk.txt and the rest of the inputs are .tmp files.  This is me trouble-shooting.  &lt;/P&gt;

&lt;P&gt;I'm stumped.  The version of the forwarder I'm running is: 6.2.2&lt;/P&gt;

&lt;P&gt;The size of the file I'm struggling with is: 97kb&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2015 14:45:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-universal-forwarder-is-not-forwarding/m-p/124869#M25729</guid>
      <dc:creator>cdupuis123</dc:creator>
      <dc:date>2015-05-28T14:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why a universal forwarder is not forwarding contents of a file?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-universal-forwarder-is-not-forwarding/m-p/124870#M25730</link>
      <description>&lt;P&gt;Are you sure the file is being written?  Are you expecting the entire file to be re-forwarded for some reason?&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2015 17:42:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-universal-forwarder-is-not-forwarding/m-p/124870#M25730</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-05-28T17:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why a universal forwarder is not forwarding contents of a file?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-universal-forwarder-is-not-forwarding/m-p/124871#M25731</link>
      <description>&lt;P&gt;No sir, and yes there's data in the file, it's not a chatty one, but last update was at 1:31 EST today, small file though only 10kb, could that be something???&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2015 18:58:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-universal-forwarder-is-not-forwarding/m-p/124871#M25731</guid>
      <dc:creator>cdupuis123</dc:creator>
      <dc:date>2015-05-28T18:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why a universal forwarder is not forwarding contents of a file?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-universal-forwarder-is-not-forwarding/m-p/124872#M25732</link>
      <description>&lt;P&gt;I rather like the troubleshooting steps taken in the &lt;A href="http://answers.splunk.com/answers/177588/how-to-debug-why-a-universal-forwarder-is-reading.html"&gt;Answers post&lt;/A&gt; on debugging a UF that's not reading a log file.&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2015 19:46:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-universal-forwarder-is-not-forwarding/m-p/124872#M25732</guid>
      <dc:creator>ekost</dc:creator>
      <dc:date>2015-05-28T19:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why a universal forwarder is not forwarding contents of a file?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-universal-forwarder-is-not-forwarding/m-p/124873#M25733</link>
      <description>&lt;P&gt;Perhaps you have a TZ issue which is sending events "into the future" so when you know "the file was just written" (and it was) and then you look with "last 5 minutes" or something, you don't see any entries.  Try searching for "All time"; do you see the recent events (in the future)?  Try this search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=* | eval lagSecs=_indextime - _time | stats avg(lagSecs) by index,sourcetype,host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The avg should NEVER be neagive and it should be very small.&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2015 19:58:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-universal-forwarder-is-not-forwarding/m-p/124873#M25733</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-05-28T19:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why a universal forwarder is not forwarding contents of a file?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-universal-forwarder-is-not-forwarding/m-p/124874#M25734</link>
      <description>&lt;P&gt;Thanks woodcock, so I assume this is bad:&lt;BR /&gt;
main    sep_risk    SERVERNAME  -282.000000 &lt;/P&gt;

&lt;P&gt;Any ideas or threads on how to fix this?  /back to splunk answers......&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2015 14:22:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-universal-forwarder-is-not-forwarding/m-p/124874#M25734</guid>
      <dc:creator>cdupuis123</dc:creator>
      <dc:date>2015-05-29T14:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why a universal forwarder is not forwarding contents of a file?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-universal-forwarder-is-not-forwarding/m-p/124875#M25735</link>
      <description>&lt;P&gt;Yes, that sourcetype is mis-timestamped for sure: it is impossible for events to "occur" &lt;EM&gt;after&lt;/EM&gt; they have been indexed; furthermore, Splunk's default configuration is to ignore events that "will occur" too far in the future (I believe there is an error log in &lt;CODE&gt;_index&lt;/CODE&gt; for this) so this may be why some of your events are completely gone.  You either have a NTP (clock-sync, wrong time) issue or an incorrect TZ.  Only you can debug from here because it is "all in the data".&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2015 15:00:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-universal-forwarder-is-not-forwarding/m-p/124875#M25735</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-05-29T15:00:14Z</dc:date>
    </item>
  </channel>
</rss>

