<?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 Xml logs event separation in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Xml-logs-event-separation/m-p/418812#M99308</link>
    <description>&lt;P&gt;Hi. I have 10000 xml log output. like :&lt;BR /&gt;
  {LOG&lt;BR /&gt;
    DATE.../DATE&lt;BR /&gt;
    TIME.../TIME&lt;BR /&gt;
    CC.../CC&lt;BR /&gt;
    AMOUNT.../AMOUNT&lt;BR /&gt;
  /LOG} &lt;BR /&gt;
I need to break event after every  .each event should like that between two  tag. I am trying to change the configuration in the props.conf but I still could not break the event into LOG.  I tried to configure in the props.conf like :&lt;/P&gt;

&lt;P&gt;BREAK_ONLY_BEFORE = ([\r\n]&lt;EM&gt;)LOG&lt;BR /&gt;
LINE_BREAKER = ([\r\n]&lt;/EM&gt;)LOG&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;/P&gt;

&lt;P&gt;Thanks for in advance&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 01:32:35 GMT</pubDate>
    <dc:creator>volkanyilmaz</dc:creator>
    <dc:date>2020-09-30T01:32:35Z</dc:date>
    <item>
      <title>Xml logs event separation</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Xml-logs-event-separation/m-p/418812#M99308</link>
      <description>&lt;P&gt;Hi. I have 10000 xml log output. like :&lt;BR /&gt;
  {LOG&lt;BR /&gt;
    DATE.../DATE&lt;BR /&gt;
    TIME.../TIME&lt;BR /&gt;
    CC.../CC&lt;BR /&gt;
    AMOUNT.../AMOUNT&lt;BR /&gt;
  /LOG} &lt;BR /&gt;
I need to break event after every  .each event should like that between two  tag. I am trying to change the configuration in the props.conf but I still could not break the event into LOG.  I tried to configure in the props.conf like :&lt;/P&gt;

&lt;P&gt;BREAK_ONLY_BEFORE = ([\r\n]&lt;EM&gt;)LOG&lt;BR /&gt;
LINE_BREAKER = ([\r\n]&lt;/EM&gt;)LOG&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;/P&gt;

&lt;P&gt;Thanks for in advance&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:32:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Xml-logs-event-separation/m-p/418812#M99308</guid>
      <dc:creator>volkanyilmaz</dc:creator>
      <dc:date>2020-09-30T01:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Xml logs event separation</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Xml-logs-event-separation/m-p/418813#M99309</link>
      <description>&lt;P&gt;Hi volkanyilmaz,&lt;BR /&gt;
try something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;LINE_BREAKER = \{LOG
SHOULD_LINEMERGE = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 11:59:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Xml-logs-event-separation/m-p/418813#M99309</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-07-31T11:59:38Z</dc:date>
    </item>
  </channel>
</rss>

