<?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 Line breaking in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Line-breaking/m-p/189608#M37771</link>
    <description>&lt;P&gt;How can I set the start and end of events in the source selection. To output only my event . I use MUST_BREAK_AFTER and Line breaking and BREAK_ONLY_BEFORE.How to use LINE_BREAKER? For example my event start: main: "number of bytes received"  and finish: Send msg to queue. &lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 19:54:47 GMT</pubDate>
    <dc:creator>DuXa</dc:creator>
    <dc:date>2020-09-28T19:54:47Z</dc:date>
    <item>
      <title>Line breaking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Line-breaking/m-p/189608#M37771</link>
      <description>&lt;P&gt;How can I set the start and end of events in the source selection. To output only my event . I use MUST_BREAK_AFTER and Line breaking and BREAK_ONLY_BEFORE.How to use LINE_BREAKER? For example my event start: main: "number of bytes received"  and finish: Send msg to queue. &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:54:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Line-breaking/m-p/189608#M37771</guid>
      <dc:creator>DuXa</dc:creator>
      <dc:date>2020-09-28T19:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Line breaking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Line-breaking/m-p/189609#M37772</link>
      <description>&lt;P&gt;This question is impossible to answer. Please give some examples of your data.&lt;/P&gt;

&lt;P&gt;Also, usually you use only one of these settings: MUST_BREAK_AFTER, BREAK_ONLY_BEFORE, and LINE_BREAKER.&lt;/P&gt;

&lt;P&gt;You don't use all three of them at once, only the setting that works best for your data.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:55:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Line-breaking/m-p/189609#M37772</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2020-09-28T19:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Line breaking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Line-breaking/m-p/189610#M37773</link>
      <description>&lt;P&gt;Generally you do 1 of 2 things; either:&lt;/P&gt;

&lt;P&gt;1: Modify the linbreaker to consume all variations of your inter-event garbage (including newlines) with:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;LINE_BREAKER=MyRegExForInterEventJunk
SOULD_LINEMERGE = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;2: Allow the junk to be part of the end of each event and tell Splunk were to break&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;BREAK_ONLY_BEFORE=MyRegExForWhereToBreak
SHOULD_LINEMERGE = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Generally, the latter is preferable.&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2015 13:28:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Line-breaking/m-p/189610#M37773</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-05-19T13:28:20Z</dc:date>
    </item>
  </channel>
</rss>

