<?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 HOW TO USE LINE_BREAKER 3? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/HOW-TO-USE-LINE-BREAKER-3/m-p/123879#M25554</link>
    <description>&lt;P&gt;Hello, I have logs with some events. My events start from:"main: number of bytes received: " and finish to:"msgsnd_w_retry [dst task: COMMSINT, time: 27/03/2011 09:48:31.0157]: Send msg to queue 34504712". I use line Line breaker: &lt;CODE&gt;"LINE_BREAKER= (^.)*+Send\s+msg\s+to\s+queue\s+\d*  (\n)*  (^.)*+\v*+\s*+main+:+\s*+number+\s*+of+\s*+bytes+\s*+received+:+\s*+\d"&lt;/CODE&gt;  and I want to see only my event . But It doesn't not work. Help mу pls.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 20:03:26 GMT</pubDate>
    <dc:creator>DuXa</dc:creator>
    <dc:date>2020-09-28T20:03:26Z</dc:date>
    <item>
      <title>HOW TO USE LINE_BREAKER 3?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HOW-TO-USE-LINE-BREAKER-3/m-p/123879#M25554</link>
      <description>&lt;P&gt;Hello, I have logs with some events. My events start from:"main: number of bytes received: " and finish to:"msgsnd_w_retry [dst task: COMMSINT, time: 27/03/2011 09:48:31.0157]: Send msg to queue 34504712". I use line Line breaker: &lt;CODE&gt;"LINE_BREAKER= (^.)*+Send\s+msg\s+to\s+queue\s+\d*  (\n)*  (^.)*+\v*+\s*+main+:+\s*+number+\s*+of+\s*+bytes+\s*+received+:+\s*+\d"&lt;/CODE&gt;  and I want to see only my event . But It doesn't not work. Help mу pls.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 20:03:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HOW-TO-USE-LINE-BREAKER-3/m-p/123879#M25554</guid>
      <dc:creator>DuXa</dc:creator>
      <dc:date>2020-09-28T20:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO USE LINE_BREAKER 3?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HOW-TO-USE-LINE-BREAKER-3/m-p/123880#M25555</link>
      <description>&lt;P&gt;The LINE_BREAKER statement is an unquoted regex string that defines the text that comes &lt;EM&gt;between&lt;/EM&gt; events.  A capturing group is required and the contents of that group will be discarded.  You probably want something like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;LINE_BREAKER = ([\r\n])main:
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 27 May 2015 15:56:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HOW-TO-USE-LINE-BREAKER-3/m-p/123880#M25555</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2015-05-27T15:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO USE LINE_BREAKER 3?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HOW-TO-USE-LINE-BREAKER-3/m-p/123881#M25556</link>
      <description>&lt;P&gt;Yes, I want this, but i don't how how to write?&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2015 16:33:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HOW-TO-USE-LINE-BREAKER-3/m-p/123881#M25556</guid>
      <dc:creator>DuXa</dc:creator>
      <dc:date>2015-05-27T16:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO USE LINE_BREAKER 3?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HOW-TO-USE-LINE-BREAKER-3/m-p/123882#M25557</link>
      <description>&lt;P&gt;Use a site like regex101.com to find a regex string that finds the separators between your events.  Put that regex string in your local/props.conf file under the appropriate stanza.  Restart Splunk for the change to take effect.&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2015 17:12:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HOW-TO-USE-LINE-BREAKER-3/m-p/123882#M25557</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2015-05-27T17:12:52Z</dc:date>
    </item>
  </channel>
</rss>

