<?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 break events each 6lines in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/break-events-each-6lines/m-p/633937#M108521</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having issues with line break for some reason. I'm looking to break an event every 6 lines. Any suggestions?&lt;/P&gt;&lt;P&gt;Log Example:&lt;/P&gt;&lt;P&gt;Total Operations&lt;BR /&gt;Currents/sec:Max/sec:Success:Failed&lt;BR /&gt;2&lt;BR /&gt;144&lt;BR /&gt;184469195&lt;BR /&gt;201&lt;BR /&gt;Key Generate&lt;BR /&gt;Current/sec:max/sec:Success:Failed&lt;BR /&gt;0&lt;BR /&gt;0&lt;BR /&gt;0&lt;BR /&gt;0&lt;BR /&gt;Key Version Generate&lt;BR /&gt;Currect/sec:Max/sec:Success:Failed&lt;BR /&gt;0&lt;BR /&gt;0&lt;BR /&gt;0&lt;BR /&gt;0&lt;BR /&gt;Key Version Generate&lt;BR /&gt;Currect/sec:Max/sec:Success:Failed&lt;BR /&gt;0&lt;BR /&gt;0&lt;BR /&gt;0&lt;BR /&gt;0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Mar 2023 21:24:28 GMT</pubDate>
    <dc:creator>CarolinaHB</dc:creator>
    <dc:date>2023-03-09T21:24:28Z</dc:date>
    <item>
      <title>break events each 6lines</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/break-events-each-6lines/m-p/633937#M108521</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having issues with line break for some reason. I'm looking to break an event every 6 lines. Any suggestions?&lt;/P&gt;&lt;P&gt;Log Example:&lt;/P&gt;&lt;P&gt;Total Operations&lt;BR /&gt;Currents/sec:Max/sec:Success:Failed&lt;BR /&gt;2&lt;BR /&gt;144&lt;BR /&gt;184469195&lt;BR /&gt;201&lt;BR /&gt;Key Generate&lt;BR /&gt;Current/sec:max/sec:Success:Failed&lt;BR /&gt;0&lt;BR /&gt;0&lt;BR /&gt;0&lt;BR /&gt;0&lt;BR /&gt;Key Version Generate&lt;BR /&gt;Currect/sec:Max/sec:Success:Failed&lt;BR /&gt;0&lt;BR /&gt;0&lt;BR /&gt;0&lt;BR /&gt;0&lt;BR /&gt;Key Version Generate&lt;BR /&gt;Currect/sec:Max/sec:Success:Failed&lt;BR /&gt;0&lt;BR /&gt;0&lt;BR /&gt;0&lt;BR /&gt;0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 21:24:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/break-events-each-6lines/m-p/633937#M108521</guid>
      <dc:creator>CarolinaHB</dc:creator>
      <dc:date>2023-03-09T21:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: break events each 6lines</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/break-events-each-6lines/m-p/633940#M108522</link>
      <description>&lt;P&gt;Perhaps someone with better regex-fu than me can come with an expression that matches exactly 6 lines.&amp;nbsp; In the meantime, this may work for you.&amp;nbsp; It puts a break between a number and a word.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LINE_BREAKER = \d+([\r\n]+)\w&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 09 Mar 2023 19:57:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/break-events-each-6lines/m-p/633940#M108522</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-03-09T19:57:30Z</dc:date>
    </item>
  </channel>
</rss>

