<?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: How to create a line break in an event log? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-line-break-in-an-event-log/m-p/231296#M45032</link>
    <description>&lt;P&gt;Thanks, I used the following and it worked:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rex mode=sed field=_raw "s/.r.n/ \n/g
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 08 Oct 2016 16:41:54 GMT</pubDate>
    <dc:creator>pgbr7</dc:creator>
    <dc:date>2016-10-08T16:41:54Z</dc:date>
    <item>
      <title>How to create a line break in an event log?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-line-break-in-an-event-log/m-p/231293#M45029</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;

&lt;P&gt;I need to create a line break in an event log, I have the [ \n ] in log.&lt;/P&gt;

&lt;P&gt;I try this :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rex mode=sed field=_raw "s/[\\n]/\n/g"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This log:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;6.6.6.6 ASM: "Non-arowser Client","2014-07-15 10:21:12","4.26.140.234","443","BR","/dark-mundo-15/mundo_blue_udp_85116064569258_1","N/A","185.85.69.87","185.85.69.87%0","6.6.6.6","GET","2014-07-15 10:16:03","/dark-mundo-15/mundo_blue_udp_85116064569258_1","HTTPS","","GET / HTTP/1.1\r\nAccept: */*\r\nUser-Agent: Mozilla/4.0 (compatiale; MSIE 7.0; Windows NT 6.1; Trident/7.0; SLCC2; .NET CLR 2.0.50727;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is it possible or do I need the set it in the props.conf ?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 14:47:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-line-break-in-an-event-log/m-p/231293#M45029</guid>
      <dc:creator>pgbr7</dc:creator>
      <dc:date>2016-10-05T14:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a line break in an event log?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-line-break-in-an-event-log/m-p/231294#M45030</link>
      <description>&lt;P&gt;Maybe:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rex mode=sed field=_raw "s/\\r\\n/\n/g"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I didn't try to load your event yet but I figured I would give it a good guess...&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 16:16:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-line-break-in-an-event-log/m-p/231294#M45030</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2016-10-05T16:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a line break in an event log?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-line-break-in-an-event-log/m-p/231295#M45031</link>
      <description>&lt;P&gt;Thanks, but it did not work.&lt;/P&gt;

&lt;P&gt;I tried in Splunk Web. I can change letter and number, but if i try line break, it doesn't work.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 17:00:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-line-break-in-an-event-log/m-p/231295#M45031</guid>
      <dc:creator>pgbr7</dc:creator>
      <dc:date>2016-10-05T17:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a line break in an event log?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-line-break-in-an-event-log/m-p/231296#M45032</link>
      <description>&lt;P&gt;Thanks, I used the following and it worked:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rex mode=sed field=_raw "s/.r.n/ \n/g
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 08 Oct 2016 16:41:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-line-break-in-an-event-log/m-p/231296#M45032</guid>
      <dc:creator>pgbr7</dc:creator>
      <dc:date>2016-10-08T16:41:54Z</dc:date>
    </item>
  </channel>
</rss>

