<?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: possible file input defect in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/possible-file-input-defect/m-p/22337#M3410</link>
    <description>&lt;P&gt;What happens when you "view source" for the event?&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jun 2011 16:45:04 GMT</pubDate>
    <dc:creator>Simeon</dc:creator>
    <dc:date>2011-06-03T16:45:04Z</dc:date>
    <item>
      <title>possible file input defect</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/possible-file-input-defect/m-p/22336#M3409</link>
      <description>&lt;P&gt;Greetings,&lt;/P&gt;

&lt;P&gt;I've noticed that one of my input files was not reading into splunk entirely. (ver 4.2 96430)&lt;BR /&gt;
After doing some troubleshooting, it appears that the file is read short, and I can reproduce this based on the contents of the file.&lt;/P&gt;

&lt;P&gt;For instance, I have inputting this data:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Host=SERVERNAME
Source=Broadcom BCM5709S NetXtreme II GigE [NDIS VBD Client]
BytesReceivedPerSec="3362"
BytesSentPerSec="0"
BytesTotalPerSec="3362"
Description=""
Frequency_Object=""
Frequency_PerfTime=""
Frequency_Sys100NS=""
OutputQueueLength="0"
CurrentBandwidth="1000000000"
PacketsOutboundDiscarded="0"
PacketsOutboundErrors="0"
PacketsPerSec="24"
PacketsReceivedDiscarded="0"
PacketsReceivedErrors="0"
PacketsReceivedNonUnicastPerSec="13"
PacketsReceivedPerSec="24"
PacketsReceivedUnicastPerSec="10"
PacketsReceivedUnknown="0"
PacketsSentNonUnicastPerSec="0"
PacketsSentPerSec="0"
PacketsSentUnicastPerSec="0"
Timestamp_Object=""
Timestamp_PerfTime=""
Timestamp_Sys100NS=""
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Splunk only shows the data up  &lt;EM&gt;until&lt;/EM&gt; the line that reads:&lt;BR /&gt;
CurrentBandwidth="1000000000"&lt;/P&gt;

&lt;P&gt;The reading is aborted at the line.  If I move the line up, or down, it follows the line.&lt;BR /&gt;
If I change the data in the line, even removing a single 0, then splunk reads the data correctly in its entirety.&lt;/P&gt;

&lt;P&gt;I'm pretty sure this is a defect, but I don't know how to open a bug report. Hopefully this is sufficient.&lt;/P&gt;

&lt;P&gt;Other data that might be relevant is that I am putting this into a directory that is a sinkhole, s it's batch inputted.&lt;/P&gt;

&lt;P&gt;Let me know what other information may be useful to supply.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2011 14:40:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/possible-file-input-defect/m-p/22336#M3409</guid>
      <dc:creator>jgauthier</dc:creator>
      <dc:date>2011-06-03T14:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: possible file input defect</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/possible-file-input-defect/m-p/22337#M3410</link>
      <description>&lt;P&gt;What happens when you "view source" for the event?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2011 16:45:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/possible-file-input-defect/m-p/22337#M3410</guid>
      <dc:creator>Simeon</dc:creator>
      <dc:date>2011-06-03T16:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: possible file input defect</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/possible-file-input-defect/m-p/22338#M3411</link>
      <description>&lt;P&gt;It shows the truncated data as well.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2011 16:52:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/possible-file-input-defect/m-p/22338#M3411</guid>
      <dc:creator>jgauthier</dc:creator>
      <dc:date>2011-06-03T16:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: possible file input defect</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/possible-file-input-defect/m-p/22339#M3412</link>
      <description>&lt;P&gt;This is definitely a defect.  I have been able to reproduce this repeatedly on large numbers starting with a 1.  for instance, all of these lines, in different files cause splunk to stop processing:&lt;BR /&gt;
Timestamp_PerfTime="1309871324971"&lt;BR /&gt;
CommitLimit="103056531456"&lt;BR /&gt;
AvgDiskQueueLength="18446743927822183616"&lt;/P&gt;

&lt;P&gt;However, if I change the leading digit to a 2, or other number the data loads correctly.&lt;/P&gt;

&lt;P&gt;I've put in a bug, but didn't realize this was the problem, so I am going to try and update it.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2011 17:19:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/possible-file-input-defect/m-p/22339#M3412</guid>
      <dc:creator>jgauthier</dc:creator>
      <dc:date>2011-06-03T17:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: possible file input defect</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/possible-file-input-defect/m-p/22340#M3413</link>
      <description>&lt;P&gt;actually it's probably getting split into a new event based on the BREAK_ONLY_BEFORE_DATE default rule. The number is read as an epoch timestamp, and the data is getting indexed but with a time range outside where you're looking. a solution would be a to specify an explicit &lt;CODE&gt;TIME_FORMAT&lt;/CODE&gt;, or &lt;CODE&gt;DATETIME_CONFIG = CURRENT&lt;/CODE&gt;, or if you're trying to index the entire file as a single event (vs one line per event), set &lt;CODE&gt;SHOULD_LINEMERGE = false&lt;/CODE&gt; and &lt;CODE&gt;LINE_BREAKER = (?!)&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:38:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/possible-file-input-defect/m-p/22340#M3413</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2020-09-28T09:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: possible file input defect</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/possible-file-input-defect/m-p/22341#M3414</link>
      <description>&lt;P&gt;Wow. It was reading it as a time stamp.   That's really interesting.  Those adjustments allowed the data to process correctly.  Thanks for the advice.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2011 17:49:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/possible-file-input-defect/m-p/22341#M3414</guid>
      <dc:creator>jgauthier</dc:creator>
      <dc:date>2011-06-03T17:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: possible file input defect</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/possible-file-input-defect/m-p/22342#M3415</link>
      <description>&lt;P&gt;I would not recommend LINE_BREAKER = (?!)&lt;BR /&gt;
Instead, please use something like LINE_BREAKER = ()zqsxtp-will-not-be-present  In other words, a paren pair, and text which will not be present in your event, preferably starting with a rare character.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 11:29:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/possible-file-input-defect/m-p/22342#M3415</guid>
      <dc:creator>jrodman</dc:creator>
      <dc:date>2020-09-28T11:29:12Z</dc:date>
    </item>
  </channel>
</rss>

