<?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 create regex for line breaking my data? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-regex-for-line-breaking-my-data/m-p/152089#M42617</link>
    <description>&lt;P&gt;Please help me to create regex for following type of data:&lt;/P&gt;

&lt;P&gt;Id = 159275791&lt;/P&gt;

&lt;P&gt;Id = 159275792&lt;/P&gt;

&lt;P&gt;Id = 159275793&lt;/P&gt;

&lt;P&gt;I want to break line after above type of data found by indexer&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jul 2014 09:50:34 GMT</pubDate>
    <dc:creator>rameshlpatel</dc:creator>
    <dc:date>2014-07-22T09:50:34Z</dc:date>
    <item>
      <title>How to create regex for line breaking my data?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-regex-for-line-breaking-my-data/m-p/152089#M42617</link>
      <description>&lt;P&gt;Please help me to create regex for following type of data:&lt;/P&gt;

&lt;P&gt;Id = 159275791&lt;/P&gt;

&lt;P&gt;Id = 159275792&lt;/P&gt;

&lt;P&gt;Id = 159275793&lt;/P&gt;

&lt;P&gt;I want to break line after above type of data found by indexer&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2014 09:50:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-regex-for-line-breaking-my-data/m-p/152089#M42617</guid>
      <dc:creator>rameshlpatel</dc:creator>
      <dc:date>2014-07-22T09:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to create regex for line breaking my data?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-regex-for-line-breaking-my-data/m-p/152090#M42618</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;LINE_BREAKER=([\r\n]+)Id = \d+
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will work for variable number of digits.&lt;/P&gt;

&lt;P&gt;if it is going to be always 9 digits then&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;LINE_BREAKER=([\r\n]+)Id = \d{9}
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 22 Jul 2014 12:39:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-regex-for-line-breaking-my-data/m-p/152090#M42618</guid>
      <dc:creator>strive</dc:creator>
      <dc:date>2014-07-22T12:39:18Z</dc:date>
    </item>
  </channel>
</rss>

