<?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 avoid default LINE_BREAKING from splitting up the following log into multiple lines in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-avoid-default-LINE-BREAKING-from-splitting-up-the/m-p/625874#M107547</link>
    <description>&lt;P&gt;At the risk of repeating one of the "multiple variations", have you tried&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LINE_BREAKER = -{50}([\r\n]+)&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 04 Jan 2023 18:33:25 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2023-01-04T18:33:25Z</dc:date>
    <item>
      <title>How to avoid default LINE_BREAKING from splitting up the following log into multiple lines?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-avoid-default-LINE-BREAKING-from-splitting-up-the/m-p/625870#M107546</link>
      <description>&lt;P&gt;We see that the following log lines are always split into multiple events. I've tried multiple variations of LINE_BREAKER, &amp;nbsp;BREAK_ONLY_BEFORE and&amp;nbsp; MUST_NOT_BREAK_AFTER &amp;nbsp;but nothing worked. Does anyone know how I could go about this?&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;--------------------------------------------------
FlowFile Properties
Key: 'entryDate'
	Value: 'Wed Jan 04 16:14:58 UTC 2023'
Key: 'lineageStartDate'
	Value: 'Wed Jan 04 16:14:58 UTC 2023'
Key: 'fileSize'
	Value: '180'
FlowFile Attribute Map Content
--------------------------------------------------&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 18:35:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-avoid-default-LINE-BREAKING-from-splitting-up-the/m-p/625870#M107546</guid>
      <dc:creator>dnavara</dc:creator>
      <dc:date>2023-01-04T18:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid default LINE_BREAKING from splitting up the following log into multiple lines</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-avoid-default-LINE-BREAKING-from-splitting-up-the/m-p/625874#M107547</link>
      <description>&lt;P&gt;At the risk of repeating one of the "multiple variations", have you tried&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LINE_BREAKER = -{50}([\r\n]+)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 04 Jan 2023 18:33:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-avoid-default-LINE-BREAKING-from-splitting-up-the/m-p/625874#M107547</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-01-04T18:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid default LINE_BREAKING from splitting up the following log into multiple lines?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-avoid-default-LINE-BREAKING-from-splitting-up-the/m-p/625964#M107559</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/248767"&gt;@dnavara&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;the answer of&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;is correct, remember to add&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SHOULD_LINEMERGE = True&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 08:43:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-avoid-default-LINE-BREAKING-from-splitting-up-the/m-p/625964#M107559</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-01-05T08:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid default LINE_BREAKING from splitting up the following log into multiple lines</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-avoid-default-LINE-BREAKING-from-splitting-up-the/m-p/625968#M107560</link>
      <description>&lt;P&gt;Hi, thanks for the answer. I've tried this and it works when I upload test data manually but for some reason it doesn't work when I upload it to the HF. Is there any way these logs could already be broken up before they arrive? I've noticed that the logs have slightly different timestamps in the JSON format ie.&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;2023-01-05T08:56:20.916403009Z and&amp;nbsp;&lt;SPAN class=""&gt;2023-01-05T08:56:20.916400199Z. I am not sure if this is because they arrived at different times or some processing time on HF.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 09:03:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-avoid-default-LINE-BREAKING-from-splitting-up-the/m-p/625968#M107560</guid>
      <dc:creator>dnavara</dc:creator>
      <dc:date>2023-01-05T09:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid default LINE_BREAKING from splitting up the following log into multiple lines</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-avoid-default-LINE-BREAKING-from-splitting-up-the/m-p/626001#M107564</link>
      <description>&lt;P&gt;If the data is processed by a HF then the LINE_BREAKER must be set on the HF.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 13:40:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-avoid-default-LINE-BREAKING-from-splitting-up-the/m-p/626001#M107564</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-01-05T13:40:55Z</dc:date>
    </item>
  </channel>
</rss>

