<?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 multiple breaks in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/multiple-breaks/m-p/22033#M3342</link>
    <description>&lt;P&gt;Is there a way to break by timestamp and by a pattern?  Some of my lines have a timestamp and the timestamp filtering works for them, but globs my non-timestamp lines together.  Other lines have a common pattern and using BREAK_ONLY_BEFORE works for them, but globs the timestamp lines together.  I need to have my cake and eat it too and would like to be able to filter by both.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 12:10:32 GMT</pubDate>
    <dc:creator>akarandjeff</dc:creator>
    <dc:date>2020-09-28T12:10:32Z</dc:date>
    <item>
      <title>multiple breaks</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/multiple-breaks/m-p/22033#M3342</link>
      <description>&lt;P&gt;Is there a way to break by timestamp and by a pattern?  Some of my lines have a timestamp and the timestamp filtering works for them, but globs my non-timestamp lines together.  Other lines have a common pattern and using BREAK_ONLY_BEFORE works for them, but globs the timestamp lines together.  I need to have my cake and eat it too and would like to be able to filter by both.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:10:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/multiple-breaks/m-p/22033#M3342</guid>
      <dc:creator>akarandjeff</dc:creator>
      <dc:date>2020-09-28T12:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: multiple breaks</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/multiple-breaks/m-p/22034#M3343</link>
      <description>&lt;P&gt;If your goal is for each line to be indexed as one event, you can simply specify:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;SHOULD_LINEMERGE = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you want to event-break on time stamps and on another pattern, a simple way to do this is to define BREAK_ONLY_BEFORE with two patterns:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;BREAK_ONLY_BEFORE = (pattern1|pattern2)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;...where pattern1 matches your time stamps and pattern2 matches the other desired event-breaking string.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:10:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/multiple-breaks/m-p/22034#M3343</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2020-09-28T12:10:37Z</dc:date>
    </item>
  </channel>
</rss>

