<?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: Line Breaker help in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Line-Breaker-help/m-p/393538#M70271</link>
    <description>&lt;P&gt;That's a good question, never tried that.&lt;/P&gt;

&lt;P&gt;But if there are indeed no further &lt;CODE&gt;&amp;lt;p&amp;gt;&lt;/CODE&gt; elements inside the file, then you could just use that as a linebreaker.&lt;/P&gt;</description>
    <pubDate>Thu, 10 May 2018 08:10:24 GMT</pubDate>
    <dc:creator>FrankVl</dc:creator>
    <dc:date>2018-05-10T08:10:24Z</dc:date>
    <item>
      <title>Line Breaker help</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Line-Breaker-help/m-p/393534#M70267</link>
      <description>&lt;P&gt;Hi Guys, &lt;BR /&gt;
I'm trying to ingest an entire html file as a single event everytime it gets written.  The html file ALWAYS starts with ANGLEBRACKET p ANGLEBRACKET and always ends with ANGLEBRACKET p ANGLEBRACKET.   Any suggestions about how to setup the line breaking?  &lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 04:17:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Line-Breaker-help/m-p/393534#M70267</guid>
      <dc:creator>richnavis</dc:creator>
      <dc:date>2018-05-09T04:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Line Breaker help</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Line-Breaker-help/m-p/393535#M70268</link>
      <description>&lt;P&gt;Just to make sure - it begins with &lt;CODE&gt;&amp;lt;p&amp;gt;&lt;/CODE&gt; and ends with &lt;CODE&gt;&amp;lt;/p&amp;gt;&lt;/CODE&gt;, right?&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 12:35:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Line-Breaker-help/m-p/393535#M70268</guid>
      <dc:creator>xpac</dc:creator>
      <dc:date>2018-05-09T12:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Line Breaker help</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Line-Breaker-help/m-p/393536#M70269</link>
      <description>&lt;P&gt;Which is odd, because that means it isn't a valid HTML file, as that should at least have &lt;CODE&gt;&amp;lt;html&amp;gt;&lt;/CODE&gt; tags around it all, right?&lt;/P&gt;

&lt;P&gt;Also important to know before being able to answer this: are there any further &lt;CODE&gt;&amp;lt;p&amp;gt;&lt;/CODE&gt; tags in the middle of the file?&lt;/P&gt;

&lt;P&gt;But since you don't want Splunk to break anything, wouldn't it be sufficient to just increase the &lt;CODE&gt;MAX_EVENTS&lt;/CODE&gt; setting to larger than the expected number of lines and leave &lt;CODE&gt;SHOULD_LINEMERGE&lt;/CODE&gt; to its default &lt;CODE&gt;true&lt;/CODE&gt; value?&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 12:46:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Line-Breaker-help/m-p/393536#M70269</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-05-09T12:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Line Breaker help</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Line-Breaker-help/m-p/393537#M70270</link>
      <description>&lt;P&gt;Thanks FrankVI for the response.   Correct that it doesn't have html tags around it, however it can function perfectly fine without those tags.   There are only "P" tags at the beginning and end.   Question about your solution.   This file gets over-written 4 times a day.   would setting MAX_Events and Should_LineMERGE be sufficient to keep each file as a single event, but also create a new event each time the file gets over-written? &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:30:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Line-Breaker-help/m-p/393537#M70270</guid>
      <dc:creator>richnavis</dc:creator>
      <dc:date>2020-09-29T19:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Line Breaker help</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Line-Breaker-help/m-p/393538#M70271</link>
      <description>&lt;P&gt;That's a good question, never tried that.&lt;/P&gt;

&lt;P&gt;But if there are indeed no further &lt;CODE&gt;&amp;lt;p&amp;gt;&lt;/CODE&gt; elements inside the file, then you could just use that as a linebreaker.&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 08:10:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Line-Breaker-help/m-p/393538#M70271</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-05-10T08:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Line Breaker help</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Line-Breaker-help/m-p/393539#M70272</link>
      <description>&lt;P&gt;Based on comments, I think this should work:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;SHOULD_LINEMERGE = false
LINE_BREAKER = ([\r\n]*)\&amp;lt;p\&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 10 May 2018 08:13:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Line-Breaker-help/m-p/393539#M70272</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-05-10T08:13:26Z</dc:date>
    </item>
  </channel>
</rss>

