<?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 do I find events causing LineBreakingProcessor Warning? in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/How-do-I-find-events-causing-LineBreakingProcessor-Warning/m-p/20742#M193</link>
    <description>&lt;P&gt;Dwoltil,&lt;/P&gt;

&lt;P&gt;Here are two methods:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;You can put that specific element in "debug" mode to see more in your splunkd.log by following these instructions: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Troubleshooting/Enabledebuglogging#Enable_debug_messages_from_the_CLI_.284.1.4_and_later_versions.29"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Troubleshooting/Enabledebuglogging#Enable_debug_messages_from_the_CLI_.284.1.4_and_later_versions.29&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Or you can do a search to see which events were 10,000 bytes big, for instance, try something like this in your search: index=* | eval size=len(_raw) | where size=10000&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;The search above should return the events that are 10000 bytes long or rather, the ones that will hit the default TRUNCATE limit.  Instead of the equal sign after size, you can instead use the greater than or less than character if you prefer to fine tune what you are looking for.&lt;/P&gt;

&lt;P&gt;Best,&lt;/P&gt;

&lt;P&gt;Sean&lt;/P&gt;</description>
    <pubDate>Fri, 06 Apr 2012 00:56:02 GMT</pubDate>
    <dc:creator>sdwilkerson</dc:creator>
    <dc:date>2012-04-06T00:56:02Z</dc:date>
    <item>
      <title>How do I find events causing LineBreakingProcessor Warning?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-do-I-find-events-causing-LineBreakingProcessor-Warning/m-p/20741#M192</link>
      <description>&lt;P&gt;I am getting over 1,000 of theses warnings in the splunkd.log every minute on one of our indexers.&lt;BR /&gt;
We are on version 4.3.1 build 119532&lt;/P&gt;

&lt;P&gt;WARN  LineBreakingProcessor - Truncating line because limit of 10000 has been exceeded: 23824&lt;BR /&gt;
WARN  LineBreakingProcessor - Truncating line because limit of 10000 has been exceeded: 33824&lt;BR /&gt;
WARN  LineBreakingProcessor - Truncating line because limit of 10000 has been exceeded: 31056&lt;BR /&gt;
...etc&lt;/P&gt;

&lt;P&gt;I know I can edit props.conf to change the truncate setting (&lt;A href="http://splunk-base.splunk.com/answers/41648/linebreakingprocessor-truncating-line-because-limit-of-10000-has-been-exceeded"&gt;http://splunk-base.splunk.com/answers/41648/linebreakingprocessor-truncating-line-because-limit-of-10000-has-been-exceeded&lt;/A&gt;) but I want to find what events are  causing these warning so I can make sure the sender is not  incorrectly configured or sending junk data.&lt;/P&gt;

&lt;P&gt;How can I identify these extremely long events?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2012 00:09:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-do-I-find-events-causing-LineBreakingProcessor-Warning/m-p/20741#M192</guid>
      <dc:creator>dwoltil</dc:creator>
      <dc:date>2012-04-06T00:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do I find events causing LineBreakingProcessor Warning?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-do-I-find-events-causing-LineBreakingProcessor-Warning/m-p/20742#M193</link>
      <description>&lt;P&gt;Dwoltil,&lt;/P&gt;

&lt;P&gt;Here are two methods:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;You can put that specific element in "debug" mode to see more in your splunkd.log by following these instructions: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Troubleshooting/Enabledebuglogging#Enable_debug_messages_from_the_CLI_.284.1.4_and_later_versions.29"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Troubleshooting/Enabledebuglogging#Enable_debug_messages_from_the_CLI_.284.1.4_and_later_versions.29&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Or you can do a search to see which events were 10,000 bytes big, for instance, try something like this in your search: index=* | eval size=len(_raw) | where size=10000&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;The search above should return the events that are 10000 bytes long or rather, the ones that will hit the default TRUNCATE limit.  Instead of the equal sign after size, you can instead use the greater than or less than character if you prefer to fine tune what you are looking for.&lt;/P&gt;

&lt;P&gt;Best,&lt;/P&gt;

&lt;P&gt;Sean&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2012 00:56:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-do-I-find-events-causing-LineBreakingProcessor-Warning/m-p/20742#M193</guid>
      <dc:creator>sdwilkerson</dc:creator>
      <dc:date>2012-04-06T00:56:02Z</dc:date>
    </item>
  </channel>
</rss>

