<?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 LineBreakingProcessor - Truncating line because limit of 10000 has been exceeded -Audit.log in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/LineBreakingProcessor-Truncating-line-because-limit-of-10000-has/m-p/147878#M30078</link>
    <description>&lt;P&gt;Hi folks,&lt;/P&gt;

&lt;P&gt;I am encountering this error in the splunkd.log. I've looked on how to increase the truncating limit, but am hesitant to apply it here because it is referencing "/opt/splunk/var/log/splunk/audit.log", which is an internal source as I see it. Where would I change the props.conf's TRUNCATE value and have it only apply to this file?&lt;/P&gt;</description>
    <pubDate>Wed, 30 Apr 2014 19:21:42 GMT</pubDate>
    <dc:creator>jravida</dc:creator>
    <dc:date>2014-04-30T19:21:42Z</dc:date>
    <item>
      <title>LineBreakingProcessor - Truncating line because limit of 10000 has been exceeded -Audit.log</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/LineBreakingProcessor-Truncating-line-because-limit-of-10000-has/m-p/147878#M30078</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;

&lt;P&gt;I am encountering this error in the splunkd.log. I've looked on how to increase the truncating limit, but am hesitant to apply it here because it is referencing "/opt/splunk/var/log/splunk/audit.log", which is an internal source as I see it. Where would I change the props.conf's TRUNCATE value and have it only apply to this file?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Apr 2014 19:21:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/LineBreakingProcessor-Truncating-line-because-limit-of-10000-has/m-p/147878#M30078</guid>
      <dc:creator>jravida</dc:creator>
      <dc:date>2014-04-30T19:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: LineBreakingProcessor - Truncating line because limit of 10000 has been exceeded -Audit.log</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/LineBreakingProcessor-Truncating-line-because-limit-of-10000-has/m-p/147879#M30079</link>
      <description>&lt;P&gt;You should be able to add an entry to $SPLUNK_HOME/etc/system/local/props.conf similiar to this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[source::.../var/log/splunk/audit.log(.\d+)?]
TRUNCATE = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;which would disable truncation for that log file. This overrides the default TRUNCATE value for this source.&lt;/P&gt;

&lt;P&gt;Before:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/bin/splunk cmd btool props list 'source::.../var/log/splunk/audit.log' | grep TRUNCATE
TRUNCATE = 10000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;After:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/bin/splunk cmd btool props list 'source::.../var/log/splunk/audit.log' | grep TRUNCATE
TRUNCATE = 0
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 30 Apr 2014 20:00:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/LineBreakingProcessor-Truncating-line-because-limit-of-10000-has/m-p/147879#M30079</guid>
      <dc:creator>mcmaster</dc:creator>
      <dc:date>2014-04-30T20:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: LineBreakingProcessor - Truncating line because limit of 10000 has been exceeded -Audit.log</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/LineBreakingProcessor-Truncating-line-because-limit-of-10000-has/m-p/147880#M30080</link>
      <description>&lt;P&gt;This did the trick. Thanks for the btool query to verify!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Apr 2014 21:31:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/LineBreakingProcessor-Truncating-line-because-limit-of-10000-has/m-p/147880#M30080</guid>
      <dc:creator>jravida</dc:creator>
      <dc:date>2014-04-30T21:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: LineBreakingProcessor - Truncating line because limit of 10000 has been exceeded -Audit.log</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/LineBreakingProcessor-Truncating-line-because-limit-of-10000-has/m-p/147881#M30081</link>
      <description>&lt;P&gt;I am having same issue.&lt;BR /&gt;
It is in a specific class and we have added the TRUNCATE in the $SPLUNK_HOME/etc/deployment_apps//local/props.conf, deployed it and verified it was at destination but still getting thousands of these messages.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:53:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/LineBreakingProcessor-Truncating-line-because-limit-of-10000-has/m-p/147881#M30081</guid>
      <dc:creator>sw5269</dc:creator>
      <dc:date>2020-09-28T18:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: LineBreakingProcessor - Truncating line because limit of 10000 has been exceeded -Audit.log</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/LineBreakingProcessor-Truncating-line-because-limit-of-10000-has/m-p/147882#M30082</link>
      <description>&lt;P&gt;See    &lt;A href="http://wiki.splunk.com/Where_do_I_configure_my_Splunk_settings"&gt;http://wiki.splunk.com/Where_do_I_configure_my_Splunk_settings&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;This is a great site that shows which servers should contain the correct Splunk configuration files.&lt;/P&gt;

&lt;P&gt;In your case, you are settings TRUNCATE (parsing phase) in your props.conf and sending it to your Splunk forwarder server. Based on the above link the only time you should set parsing on a forwarder is when it's a heavy forwarder. Otherwise, you should set your parsing configuration on your indexer.&lt;/P&gt;

&lt;P&gt;So, trying adding your TRUNCATE setting in your props.conf on your indexer server and see if that resolves your issue.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2016 18:41:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/LineBreakingProcessor-Truncating-line-because-limit-of-10000-has/m-p/147882#M30082</guid>
      <dc:creator>AppServices</dc:creator>
      <dc:date>2016-06-16T18:41:21Z</dc:date>
    </item>
  </channel>
</rss>

