<?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 Add line breaks to events using transforms.conf in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Add-line-breaks-to-events-using-transforms-conf/m-p/229664#M44690</link>
    <description>&lt;P&gt;I need to add an additional line break to events at the heavy forwarder. I'm trying to use transforms.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[add_linebreak]
 REGEX = .
 FORMAT = $0\r\n
 DEST_KEY= _raw
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but it's adding a literal [slash]r and [slash]n to the event. Is it possible to add linebreaks at the heavy forwarder?&lt;/P&gt;</description>
    <pubDate>Tue, 17 Nov 2015 21:16:34 GMT</pubDate>
    <dc:creator>mkemmerer</dc:creator>
    <dc:date>2015-11-17T21:16:34Z</dc:date>
    <item>
      <title>Add line breaks to events using transforms.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Add-line-breaks-to-events-using-transforms-conf/m-p/229664#M44690</link>
      <description>&lt;P&gt;I need to add an additional line break to events at the heavy forwarder. I'm trying to use transforms.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[add_linebreak]
 REGEX = .
 FORMAT = $0\r\n
 DEST_KEY= _raw
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but it's adding a literal [slash]r and [slash]n to the event. Is it possible to add linebreaks at the heavy forwarder?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2015 21:16:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Add-line-breaks-to-events-using-transforms-conf/m-p/229664#M44690</guid>
      <dc:creator>mkemmerer</dc:creator>
      <dc:date>2015-11-17T21:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Add line breaks to events using transforms.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Add-line-breaks-to-events-using-transforms-conf/m-p/229665#M44691</link>
      <description>&lt;P&gt;I found that using SEDCMD in props.conf at the heavy forwarder was the best way to do this. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[XmlWinEventLog:Microsoft-Windows-Sysmon/Operational]
SEDCMD-add_linebreak = s/&amp;lt;\/Event&amp;gt;/&amp;lt;\/Event&amp;gt;\n\n/g
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 21 Nov 2015 03:44:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Add-line-breaks-to-events-using-transforms-conf/m-p/229665#M44691</guid>
      <dc:creator>mkemmerer</dc:creator>
      <dc:date>2015-11-21T03:44:14Z</dc:date>
    </item>
  </channel>
</rss>

