<?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: Data Onboarding line break at empty lines in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Data-Onboarding-line-break-at-empty-lines/m-p/643720#M222997</link>
    <description>&lt;P&gt;wow,&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/158935"&gt;@yeahnah&lt;/a&gt;&amp;nbsp;you are a life saver ! thanks a ton!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 18 May 2023 02:39:10 GMT</pubDate>
    <dc:creator>inventsekar</dc:creator>
    <dc:date>2023-05-18T02:39:10Z</dc:date>
    <item>
      <title>Data Onboarding line break at empty lines</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-Onboarding-line-break-at-empty-lines/m-p/643711#M222994</link>
      <description>&lt;P&gt;Hi..&amp;nbsp;&lt;/P&gt;&lt;P&gt;Spent some one or two hrs, but no luck, hence posting here.. the sample logs:&lt;/P&gt;&lt;PRE&gt;1.1.1. test log a
1.1.1. test log abc

1.1.2. test log b
1.1.2. test log bcd&lt;/PRE&gt;&lt;P&gt;one thing - no need to worry about timestamps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;one log will have around 10 events.&lt;BR /&gt;the lines with the starting 1.1.1. should be one event, 1.1.2. should be next event and so on..&amp;nbsp;&lt;/P&gt;&lt;P&gt;or simply, the empty lines should break the events.&amp;nbsp;&lt;/P&gt;&lt;P&gt;please suggest, thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 00:57:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-Onboarding-line-break-at-empty-lines/m-p/643711#M222994</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2023-05-18T00:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Data Onboarding line break at empty lines</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-Onboarding-line-break-at-empty-lines/m-p/643719#M222996</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/80737"&gt;@inventsekar&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Give this ago...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SHOULD_LINEMERGE=false
LINE_BREAKER=([\r\n]\s[\r\n]+)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Not exactly sure why the \s makes a difference - regex101 says &lt;SPAN class=""&gt;\s&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;matches any whitespace character (equivalent to&amp;nbsp;&lt;SPAN class=""&gt;[\r\n\t\f\v &amp;nbsp;]&lt;/SPAN&gt;) -&amp;nbsp;&lt;/SPAN&gt;but it tested OK when I used it&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yeahnah_0-1684376337450.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/25421i4628DE4FF74B6C21/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yeahnah_0-1684376337450.png" alt="yeahnah_0-1684376337450.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 02:21:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-Onboarding-line-break-at-empty-lines/m-p/643719#M222996</guid>
      <dc:creator>yeahnah</dc:creator>
      <dc:date>2023-05-18T02:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data Onboarding line break at empty lines</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-Onboarding-line-break-at-empty-lines/m-p/643720#M222997</link>
      <description>&lt;P&gt;wow,&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/158935"&gt;@yeahnah&lt;/a&gt;&amp;nbsp;you are a life saver ! thanks a ton!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 02:39:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-Onboarding-line-break-at-empty-lines/m-p/643720#M222997</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2023-05-18T02:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Data Onboarding line break at empty lines</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-Onboarding-line-break-at-empty-lines/m-p/643721#M222998</link>
      <description>&lt;P&gt;FYI - it's the \v metacharacter that makes it work.&amp;nbsp; From the references I found it means vertical tab or&amp;nbsp;&lt;SPAN&gt;vertical whitespace character, which in this instance would equate to the blank line.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 03:03:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-Onboarding-line-break-at-empty-lines/m-p/643721#M222998</guid>
      <dc:creator>yeahnah</dc:creator>
      <dc:date>2023-05-18T03:03:31Z</dc:date>
    </item>
  </channel>
</rss>

