<?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 &amp;gt;256 lines events on universal forwarder in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/gt-256-lines-events-on-universal-forwarder/m-p/155088#M31514</link>
    <description>&lt;P&gt;Hello.&lt;BR /&gt;
How to load more than 256-line events when we use universal forwarders?&lt;/P&gt;</description>
    <pubDate>Tue, 18 Feb 2014 12:30:48 GMT</pubDate>
    <dc:creator>0range</dc:creator>
    <dc:date>2014-02-18T12:30:48Z</dc:date>
    <item>
      <title>&gt;256 lines events on universal forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/gt-256-lines-events-on-universal-forwarder/m-p/155088#M31514</link>
      <description>&lt;P&gt;Hello.&lt;BR /&gt;
How to load more than 256-line events when we use universal forwarders?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2014 12:30:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/gt-256-lines-events-on-universal-forwarder/m-p/155088#M31514</guid>
      <dc:creator>0range</dc:creator>
      <dc:date>2014-02-18T12:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: &gt;256 lines events on universal forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/gt-256-lines-events-on-universal-forwarder/m-p/155089#M31515</link>
      <description>&lt;P&gt;This is a setting in props.conf on the indexer (or a Heavy Forwarder if you have that as a relay). By default Splunk will cut multline messages at 256 lines, and each line at 10000 bytes. This behaviour can be altered with the &lt;CODE&gt;MAX_EVENTS&lt;/CODE&gt; and &lt;CODE&gt;TRUNCATE&lt;/CODE&gt; parameters (respectively), e.g.&lt;/P&gt;

&lt;P&gt;props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[my_sourcetype]
SHOULD_LINEMERGE = true
BREAK_ONLY_BEFORE_DATE = true
MAX_EVENTS = 1024
TRUNCATE = 400
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The above configuration will allow each message to contain up to 1024 lines, and each line can up to 400 bytes long.&lt;/P&gt;

&lt;P&gt;See the documentation for props.conf for further details and other configuration options.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/Propsconf"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Admin/Propsconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;/K&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2014 12:44:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/gt-256-lines-events-on-universal-forwarder/m-p/155089#M31515</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2014-02-18T12:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: &gt;256 lines events on universal forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/gt-256-lines-events-on-universal-forwarder/m-p/155090#M31516</link>
      <description>&lt;P&gt;This is not configured on the Universal Forwarders, but on the indexer. See the &lt;CODE&gt;MAX_EVENTS&lt;/CODE&gt; directive in props.conf: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/admin/Propsconf"&gt;http://docs.splunk.com/Documentation/Splunk/latest/admin/Propsconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;...so, to clarify, what you'd do is put something like this in:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[yoursourcetype]
MAX_EVENTS = 1000
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 18 Feb 2014 12:44:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/gt-256-lines-events-on-universal-forwarder/m-p/155090#M31516</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2014-02-18T12:44:27Z</dc:date>
    </item>
  </channel>
</rss>

