<?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 can I get more than 10,000 lines into a single event? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-get-more-than-10-000-lines-into-a-single-event/m-p/318932#M59583</link>
    <description>&lt;P&gt;We are collecting from UF&lt;/P&gt;</description>
    <pubDate>Wed, 11 Apr 2018 07:21:21 GMT</pubDate>
    <dc:creator>payal23</dc:creator>
    <dc:date>2018-04-11T07:21:21Z</dc:date>
    <item>
      <title>How can I get more than 10,000 lines into a single event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-get-more-than-10-000-lines-into-a-single-event/m-p/318927#M59578</link>
      <description>&lt;P&gt;I want more than 10,000 lines to merge and show in a single event.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tally_nightly_prd]
SHOULD_LINEMERGE=true
NO_BINARY_CHECK=true
CHARSET=UTF-8
TRUNCATE=0
disabled=false
BREAK_ONLY_BEFORE=\*\*\*\*\*\*\*\*\*\*\*\*\snightlyProcess\sStarted
MAX_EVENTS=90000
TIME_FORMAT=%+
TIME_PREFIX=\*\*\*\*\*\*\*\*\*\*\*\*\snightlyProcess\sStarted
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Apr 2018 11:54:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-get-more-than-10-000-lines-into-a-single-event/m-p/318927#M59578</guid>
      <dc:creator>payal23</dc:creator>
      <dc:date>2018-04-10T11:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get more than 10,000 lines into a single event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-get-more-than-10-000-lines-into-a-single-event/m-p/318928#M59579</link>
      <description>&lt;P&gt;And what exactly is your question? Is your current config not working as expected? If so: what is the expected outcome and what outcome are you now getting?&lt;/P&gt;

&lt;P&gt;Also a bit more context around the data you're ingesting and what you are trying to achieve would probably help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 12:24:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-get-more-than-10-000-lines-into-a-single-event/m-p/318928#M59579</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-04-10T12:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get more than 10,000 lines into a single event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-get-more-than-10-000-lines-into-a-single-event/m-p/318929#M59580</link>
      <description>&lt;P&gt;In between my file start and end points there are number of lines in between which is more than 10,000 and i want all the lines to come under one event. But the breaking is not happening in that way. In mid it is breaking anywhere.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 13:01:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-get-more-than-10-000-lines-into-a-single-event/m-p/318929#M59580</guid>
      <dc:creator>payal23</dc:creator>
      <dc:date>2018-04-10T13:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get more than 10,000 lines into a single event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-get-more-than-10-000-lines-into-a-single-event/m-p/318930#M59581</link>
      <description>&lt;P&gt;And how are you collecting this data? With a HF or a UF and how/where is it then forwarded?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 13:32:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-get-more-than-10-000-lines-into-a-single-event/m-p/318930#M59581</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-04-10T13:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get more than 10,000 lines into a single event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-get-more-than-10-000-lines-into-a-single-event/m-p/318931#M59582</link>
      <description>&lt;P&gt;Just want to make sure you're aware that having that many line in a single event will not give you a pleasant Splunk UI experience when viewing the same. Assuming you still want to do it, give this a try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [tally_nightly_prd]
 SHOULD_LINEMERGE=false
 LINE_BREAKER = ([\r\n]+)(?=(\*){12}\snightlyProcess\sStarted)
 TRUNCATE=0
 MAX_EVENTS=90000
 TIME_FORMAT=%+
 TIME_PREFIX=^\*\*\*\*\*\*\*\*\*\*\*\*\snightlyProcess\sStarted
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Apr 2018 18:47:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-get-more-than-10-000-lines-into-a-single-event/m-p/318931#M59582</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-04-10T18:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get more than 10,000 lines into a single event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-get-more-than-10-000-lines-into-a-single-event/m-p/318932#M59583</link>
      <description>&lt;P&gt;We are collecting from UF&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 07:21:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-get-more-than-10-000-lines-into-a-single-event/m-p/318932#M59583</guid>
      <dc:creator>payal23</dc:creator>
      <dc:date>2018-04-11T07:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get more than 10,000 lines into a single event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-get-more-than-10-000-lines-into-a-single-event/m-p/318933#M59584</link>
      <description>&lt;P&gt;And is that UF sending to a single indexer/HF or to a load balanced pool of destinations (e.g. indexer cluster, multiple intermediate forwarders...)?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 07:42:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-get-more-than-10-000-lines-into-a-single-event/m-p/318933#M59584</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-04-11T07:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get more than 10,000 lines into a single event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-get-more-than-10-000-lines-into-a-single-event/m-p/318934#M59585</link>
      <description>&lt;P&gt;Thanks...Yes, logs are having big xml payload and hence merging in an event will make sense.&lt;/P&gt;

&lt;P&gt;I tried the above but now the lines are breaking in single line. &lt;/P&gt;

&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 01:12:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-get-more-than-10-000-lines-into-a-single-event/m-p/318934#M59585</guid>
      <dc:creator>payal23</dc:creator>
      <dc:date>2018-04-16T01:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get more than 10,000 lines into a single event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-get-more-than-10-000-lines-into-a-single-event/m-p/318935#M59586</link>
      <description>&lt;P&gt;Sending to indexer cluster&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 01:12:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-get-more-than-10-000-lines-into-a-single-event/m-p/318935#M59586</guid>
      <dc:creator>payal23</dc:creator>
      <dc:date>2018-04-16T01:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get more than 10,000 lines into a single event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-get-more-than-10-000-lines-into-a-single-event/m-p/318936#M59587</link>
      <description>&lt;P&gt;you can increase the truncate parameter to 40k or 50k. &lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 20:03:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-get-more-than-10-000-lines-into-a-single-event/m-p/318936#M59587</guid>
      <dc:creator>manishankark04</dc:creator>
      <dc:date>2020-04-16T20:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get more than 10,000 lines into a single event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-get-more-than-10-000-lines-into-a-single-event/m-p/318937#M59588</link>
      <description>&lt;P&gt;hello&lt;/P&gt;

&lt;P&gt;open the limits.conf and configration maxchars=10240&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 06:46:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-get-more-than-10-000-lines-into-a-single-event/m-p/318937#M59588</guid>
      <dc:creator>jinseong</dc:creator>
      <dc:date>2020-04-17T06:46:07Z</dc:date>
    </item>
  </channel>
</rss>

