<?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: Does Splunk have a good place to see Truncated Data from an input? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-have-a-good-place-to-see-Truncated-Data-from-an/m-p/252756#M48620</link>
    <description>&lt;P&gt;This search gave me exactly what i needed. Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jun 2017 15:11:04 GMT</pubDate>
    <dc:creator>GauravSplunxter</dc:creator>
    <dc:date>2017-06-29T15:11:04Z</dc:date>
    <item>
      <title>Does Splunk have a good place to see Truncated Data from an input?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-have-a-good-place-to-see-Truncated-Data-from-an/m-p/252754#M48618</link>
      <description>&lt;P&gt;I have an input that is being JSON.  There are some files that get truncated and others that don't.&lt;/P&gt;

&lt;P&gt;My config in props looks like this:&lt;/P&gt;

&lt;P&gt;[test_json]&lt;BR /&gt;
KV_MODE = json&lt;BR /&gt;
NO_BINARY_CHECK = 1&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;BR /&gt;
TRUNCATE = 999999&lt;/P&gt;

&lt;P&gt;The file is pretty large and each json doc in the file is on one line.  When I do a line count, sometimes the numbers match Splunk and sometimes they don't.  Should Splunk put up a bulletin message when it truncates data??&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:26:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-have-a-good-place-to-see-Truncated-Data-from-an/m-p/252754#M48618</guid>
      <dc:creator>jaredlaney</dc:creator>
      <dc:date>2020-09-29T07:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk have a good place to see Truncated Data from an input?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-have-a-good-place-to-see-Truncated-Data-from-an/m-p/252755#M48619</link>
      <description>&lt;P&gt;I don't think Splunk tells you when data is truncated or whether any of the normal "health" apps like SoS, DMC, Fire Brigade, etc have panels with that info.&lt;/P&gt;

&lt;P&gt;We use a simple search below in one of our own dashboards to help identify which sourcetypes are being truncated, so we can address appropriately in props.conf.  The splunkd logs know how long the event was and the limit that it exceeded which caused it to be truncated.&lt;/P&gt;

&lt;P&gt;Maybe you could find it helpful....&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype=splunkd truncating | rex "limit of (?&amp;lt;limit&amp;gt;\S+).+\&amp;gt;=\s+(?&amp;lt;length&amp;gt;\S+)" | stats max(length) as length max(limit) as limit count by data_source data_sourcetype | sort - count
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 02 Oct 2015 19:28:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-have-a-good-place-to-see-Truncated-Data-from-an/m-p/252755#M48619</guid>
      <dc:creator>maciep</dc:creator>
      <dc:date>2015-10-02T19:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk have a good place to see Truncated Data from an input?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-have-a-good-place-to-see-Truncated-Data-from-an/m-p/252756#M48620</link>
      <description>&lt;P&gt;This search gave me exactly what i needed. Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 15:11:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-have-a-good-place-to-see-Truncated-Data-from-an/m-p/252756#M48620</guid>
      <dc:creator>GauravSplunxter</dc:creator>
      <dc:date>2017-06-29T15:11:04Z</dc:date>
    </item>
  </channel>
</rss>

