<?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: setting maximum input/log entry size in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/setting-maximum-input-log-entry-size/m-p/51209#M96793</link>
    <description>&lt;P&gt;Updated the answer...&lt;/P&gt;</description>
    <pubDate>Thu, 16 Sep 2010 14:58:00 GMT</pubDate>
    <dc:creator>ziegfried</dc:creator>
    <dc:date>2010-09-16T14:58:00Z</dc:date>
    <item>
      <title>setting maximum input/log entry size</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/setting-maximum-input-log-entry-size/m-p/51206#M96790</link>
      <description>&lt;P&gt;So I have the following in inputs.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[udp://10005]
connection_host =
index = serverlogs
sourcetype = syslog
disabled = 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The entries appear to be truncated; how do I increase the input length so I can get full stack traces, for instance? What's the default length?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2010 23:48:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/setting-maximum-input-log-entry-size/m-p/51206#M96790</guid>
      <dc:creator>tedder</dc:creator>
      <dc:date>2010-09-15T23:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: setting maximum input/log entry size</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/setting-maximum-input-log-entry-size/m-p/51207#M96791</link>
      <description>&lt;P&gt;You might want to take a look at the line-breaking/merging options in props conf.
&lt;A href="http://www.splunk.com/base/Documentation/latest/Admin/Propsconf" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/latest/Admin/Propsconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Especially TRUNCATE and MAX_EVENTS.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Update:&lt;/P&gt;

&lt;P&gt;TRUNCATE is set to 10000 by default and MAX_EVENTS to 256. Probably MAX_EVENTS is the bottleneck in your case. You could try setting the following in $SPLUNK_HOME/etc/system/local/props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[syslog]
MAX_EVENTS=1000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Which would allow 1000 lines to be merged to a single event.&lt;/P&gt;

&lt;P&gt;If you're using Splunk in LWF (lightweight forwarder) mode on the forwarder, then you have to configure this on the indexer, otherwise on the forwarder. &lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2010 23:52:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/setting-maximum-input-log-entry-size/m-p/51207#M96791</guid>
      <dc:creator>ziegfried</dc:creator>
      <dc:date>2010-09-15T23:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: setting maximum input/log entry size</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/setting-maximum-input-log-entry-size/m-p/51208#M96792</link>
      <description>&lt;P&gt;Thanks, Ziegfried. I'm seeing ~2000 characters, but [SYSLOG] isn't set to "TRUNCATE=2000". In fact, that one isn't set. Is 2000 a default? If I add "TRUNCATE=10000, will that do it? (and does this go on my forwarder or my indexers?)&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2010 03:06:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/setting-maximum-input-log-entry-size/m-p/51208#M96792</guid>
      <dc:creator>tedder</dc:creator>
      <dc:date>2010-09-16T03:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: setting maximum input/log entry size</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/setting-maximum-input-log-entry-size/m-p/51209#M96793</link>
      <description>&lt;P&gt;Updated the answer...&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2010 14:58:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/setting-maximum-input-log-entry-size/m-p/51209#M96793</guid>
      <dc:creator>ziegfried</dc:creator>
      <dc:date>2010-09-16T14:58:00Z</dc:date>
    </item>
  </channel>
</rss>

