<?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: Line Breaks in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Line-Breaks/m-p/435700#M76020</link>
    <description>&lt;P&gt;Use the following in props.conf for the sourcetype:&lt;BR /&gt;
"SHOULD_LINEMERGE = true&lt;BR /&gt;
BREAK_ONLY_BEFORE = Message()$"&lt;/P&gt;

&lt;P&gt;I tried w/your event data, and it worked for me.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 19:46:05 GMT</pubDate>
    <dc:creator>sshelly_splunk</dc:creator>
    <dc:date>2020-09-29T19:46:05Z</dc:date>
    <item>
      <title>Line Breaks</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Line-Breaks/m-p/435699#M76019</link>
      <description>&lt;P&gt;I need a working line-breaker for this sourcetype .I could muck about trying to get this working on my own, or I could ask here since it seems pretty simple. All of the events end with "Message()"&lt;/P&gt;

&lt;P&gt;Here's the raw scrubbed raw event and a screencap of how Splunk is picking it up.&lt;/P&gt;

&lt;P&gt;Jun  4 12:25:34 10.111.111.111 [0x80c0003f][AlereSSOSPDebug][info] xmlfirewall(SSOAuditLogFW): trans(11111111)[request][10.111.1.11] gtid(111111111X1111xx11x1xxxx):&lt;BR /&gt;
Jun  4 12:25:34 10.214.8.104 Timestamp(2018-06-04T12:25:34-04:00)&lt;BR /&gt;
Jun  4 12:25:34 10.214.8.104                            ::&lt;BR /&gt;
Jun  4 12:25:34 10.214.8.104                            TransactionID(XXX-11111111)&lt;BR /&gt;
Jun  4 12:25:34 10.214.8.104                            ::&lt;BR /&gt;
Jun  4 12:25:34 10.214.8.104                            ClientId(HealthxX 1111111)&lt;BR /&gt;
Jun  4 12:25:34 10.214.8.104                            ::&lt;BR /&gt;
Jun  4 12:25:34 10.214.8.104                            UserInfo()&lt;BR /&gt;
Jun  4 12:25:34 10.214.8.104                            ::&lt;BR /&gt;
Jun  4 12:25:34 10.214.8.104                            Status(0x00000000)&lt;BR /&gt;
Jun  4 12:25:34 10.214.8.104                            ::&lt;BR /&gt;
Jun  4 12:25:34 10.214.8.104                            TimeTaken(V1_208_202_0_0_6)&lt;BR /&gt;
Jun  4 12:25:34 10.214.8.104                            ::&lt;BR /&gt;
Jun  4 12:25:34 10.214.8.104                            Message()&lt;/P&gt;

&lt;P&gt;&lt;IMG src="https://community.splunk.com/storage/temp/251868-capture.png" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:49:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Line-Breaks/m-p/435699#M76019</guid>
      <dc:creator>JDukeSplunk</dc:creator>
      <dc:date>2020-09-29T19:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Line Breaks</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Line-Breaks/m-p/435700#M76020</link>
      <description>&lt;P&gt;Use the following in props.conf for the sourcetype:&lt;BR /&gt;
"SHOULD_LINEMERGE = true&lt;BR /&gt;
BREAK_ONLY_BEFORE = Message()$"&lt;/P&gt;

&lt;P&gt;I tried w/your event data, and it worked for me.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:46:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Line-Breaks/m-p/435700#M76020</guid>
      <dc:creator>sshelly_splunk</dc:creator>
      <dc:date>2020-09-29T19:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Line Breaks</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Line-Breaks/m-p/435701#M76021</link>
      <description>&lt;P&gt;Yours worked in 99% of the events. What I finally ended up with was a really long regex. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;BREAK_ONLY_BEFORE = \w{3}\s\d{1,2}\s\d{1,2}\:\d{1,2}\:\d{1,2}\s\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\s\[
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 07 Sep 2018 15:01:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Line-Breaks/m-p/435701#M76021</guid>
      <dc:creator>JDukeSplunk</dc:creator>
      <dc:date>2018-09-07T15:01:41Z</dc:date>
    </item>
  </channel>
</rss>

