<?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: Why is line breaking not working as expected ? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-is-line-breaking-not-working-as-expected/m-p/483717#M193362</link>
    <description>&lt;P&gt;I tried your solution, I see improvement but I still have some weird behavior.&lt;BR /&gt;
For example, it still breaks before the "Header" line, and I can't explain or understand why.&lt;BR /&gt;
The following picture is where I would like logs to be cut FYI.&lt;BR /&gt;
Do you have any idea ?&lt;BR /&gt;
Thanks a lot for your help !&lt;/P&gt;

&lt;P&gt;&lt;IMG src="https://i.ibb.co/hV4Wcw3/Untitled.png" alt="alt text" /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jan 2020 10:20:28 GMT</pubDate>
    <dc:creator>romainbouajila</dc:creator>
    <dc:date>2020-01-17T10:20:28Z</dc:date>
    <item>
      <title>Why is line breaking not working as expected ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-line-breaking-not-working-as-expected/m-p/483707#M193352</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
I would like to break my logs at every time + log level but it is not working as expected.&lt;BR /&gt;
Here's my props.conf :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[log_name]
TIME_FORMAT = %H:%M:%S,%3N
MAX_TIMESTAMP_LOOKAHEAD = 12
NO_BINARY_CHECK = true
disabled = false
MAX_EVENTS = 10240 
TRUNCATE = 0

[other_name]
SHOULD_LINEMERGE = false
NO_BINARY_CHECK = true
MAX_TIMESTAMP_LOOKAHEAD = 32
disabled = false
TRUNCATE = 0
MAX_EVENTS = 10240
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My log file :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;09:31:51,359 | INFO  | 640512999-933058 | someinformation                  | 72 - text.texttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttext
09:31:51,359 | WARN  | 640512999-933058 | someinformation                  | 204 - texttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttext
09:31:51,359 | INFO  | 640512999-933058 | someinformation                  | 72 - texttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttext
09:31:51,359 | INFO  | 640512999-933058 | someinformation                  | 72 - texttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttext
09:31:51,359 | INFO  | 640512999-933058 | someinformation                  | 243 - texttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttext
09:31:51,360 | INFO  | 640512999-933058 | someinformation                  | 243 - texttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttext
09:31:51,361 | INFO  | 640512999-933058 | someinformation                  | 240 - 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I tried to use BREAK_ONLY_BEFORE option in props.conf with the following regexp :  &lt;CODE&gt;(?:[01]\d|2[0-3]):(?:[0-5]\d):(?:[0-5]\d),[0-9]{3}.\|.*?\|&lt;/CODE&gt;&lt;BR /&gt;
Same behavior with LINE_BREAKER option.&lt;BR /&gt;
Can someone give me a hint on how to configure my props.conf ? What am I missing ?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:40:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-line-breaking-not-working-as-expected/m-p/483707#M193352</guid>
      <dc:creator>romainbouajila</dc:creator>
      <dc:date>2020-09-30T03:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Why is line breaking not working as expected ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-line-breaking-not-working-as-expected/m-p/483708#M193353</link>
      <description>&lt;P&gt;Hi @romainbouajila,&lt;BR /&gt;
try to add to your props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;TIME_PREFIX = ^
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 08:05:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-line-breaking-not-working-as-expected/m-p/483708#M193353</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-01-16T08:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Why is line breaking not working as expected ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-line-breaking-not-working-as-expected/m-p/483709#M193354</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/207609"&gt;@romainbouajila&lt;/a&gt;,&lt;/P&gt;

&lt;P&gt;This article &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Data/Configureeventlinebreaking" target="_blank"&gt;Configure event line breaking&lt;/A&gt; goes into detail on how line breaking works.&lt;/P&gt;

&lt;P&gt;The dates in your logs (a space character at the beginning of each line? and no year/month/day) look peculiar. You will need to set the timestamp extraction manually. The rest should work fine. By default, SHOULD_LINEMERGE and BREAK_ONLY_BEFORE_DATE are set to true.&lt;/P&gt;

&lt;P&gt;Screenshot: &lt;A href="https://ibb.co/JCtK7hw" target="_blank"&gt;https://ibb.co/JCtK7hw&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;This is the props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[log_name]
category = Custom
pulldown_type = true
DATETIME_CONFIG = 
NO_BINARY_CHECK = true
TIME_PREFIX = \s*
TIME_FORMAT = %H:%M:%S,%3N
SHOULD_LINEMERGE = true
BREAK_ONLY_BEFORE_DATE = true
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:44:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-line-breaking-not-working-as-expected/m-p/483709#M193354</guid>
      <dc:creator>whrg</dc:creator>
      <dc:date>2020-09-30T03:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Why is line breaking not working as expected ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-line-breaking-not-working-as-expected/m-p/483710#M193355</link>
      <description>&lt;P&gt;Should I add this option with  LINE_BREAKER or BREAK_ONLY_BEFORE ?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:40:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-line-breaking-not-working-as-expected/m-p/483710#M193355</guid>
      <dc:creator>romainbouajila</dc:creator>
      <dc:date>2020-09-30T03:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why is line breaking not working as expected ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-line-breaking-not-working-as-expected/m-p/483711#M193356</link>
      <description>&lt;P&gt;Hi @romainbouajila,&lt;BR /&gt;
if each of your events is in one row (in other words, if it has LF CR) you don't need of LINE BREAK, it's useful when you have multilines events.&lt;BR /&gt;
Splunk divide events using the date, in this way you say to Splunk that the date is at the start of the row.&lt;BR /&gt;
Add this oprtion to your props anche check the results, it should be sufficient.&lt;BR /&gt;
Don't add also the other options.&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 10:05:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-line-breaking-not-working-as-expected/m-p/483711#M193356</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-01-16T10:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why is line breaking not working as expected ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-line-breaking-not-working-as-expected/m-p/483712#M193357</link>
      <description>&lt;P&gt;Hello, thank you for your help !&lt;BR /&gt;
You generated this props.conf from my log file example ?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 10:12:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-line-breaking-not-working-as-expected/m-p/483712#M193357</guid>
      <dc:creator>romainbouajila</dc:creator>
      <dc:date>2020-01-16T10:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why is line breaking not working as expected ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-line-breaking-not-working-as-expected/m-p/483713#M193358</link>
      <description>&lt;P&gt;Yes.&lt;BR /&gt;
%H:%M:%S,%3N will match your time format "09:31:51,359".&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 10:39:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-line-breaking-not-working-as-expected/m-p/483713#M193358</guid>
      <dc:creator>whrg</dc:creator>
      <dc:date>2020-01-16T10:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why is line breaking not working as expected ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-line-breaking-not-working-as-expected/m-p/483714#M193359</link>
      <description>&lt;P&gt;Hello, &lt;BR /&gt;
Basically, my logs looks like the following.&lt;BR /&gt;
Sometimes it is a 1 line event, sometimes it is several lines. I would like to break every time there's a timestamp at the beginning of the line  (cf picture)&lt;BR /&gt;
In addition, my logs are not starting with a whitespace, it might be due to a bad copy/paste from me. So I changed the  TIME_PREFIX from  "\s*" to "^"&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&lt;BR /&gt;
        &lt;TEXTTEXTTEXT&gt;&lt;BR /&gt;
          &lt;TEXT&gt;&lt;BR /&gt;
            &lt;TEXT&gt;texttexttext&lt;/TEXT&gt;&lt;BR /&gt;
            &lt;TEXT&gt;text text text&lt;/TEXT&gt;&lt;BR /&gt;
          &lt;/TEXT&gt;&lt;BR /&gt;
        &lt;/TEXTTEXTTEXT&gt;&lt;BR /&gt;
      &lt;BR /&gt;
    &lt;/CODE&gt;&lt;/P&gt;

&lt;HR /&gt;

&lt;H2&gt;11:35:11,715 | INFO  | 12345678-12345 | texttexttexttext              | 107 - texttexttexttexttexttext | Outbound Message&lt;/H2&gt;

&lt;P&gt;ID: xxxxxxx&lt;BR /&gt;
Address: &lt;A href="http://url"&gt;http://url&lt;/A&gt;&lt;BR /&gt;
Encoding: UTF-8&lt;BR /&gt;
Http-Method: POST&lt;BR /&gt;
Content-Type: text/xml&lt;BR /&gt;
Headers: {Accept=[&lt;EM&gt;/&lt;/EM&gt;], SOAPAction=[""]}&lt;BR /&gt;
Payload: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;texttexttexttexttexttexttexttexttexttexttexttext"texttexttexttexttexttexttexttexttexttext"&amp;gt;
  &amp;lt;texttext&amp;gt;
    &amp;lt;text&amp;gt;text&amp;lt;/text&amp;gt;
    &amp;lt;text&amp;gt;text&amp;lt;/text&amp;gt;
    &amp;lt;text/&amp;gt;
    &amp;lt;text/&amp;gt;
    &amp;lt;text&amp;gt;text&amp;lt;/text&amp;gt;
    &amp;lt;text&amp;gt;001&amp;lt;/text&amp;gt;
    &amp;lt;text/&amp;gt;
    &amp;lt;text&amp;gt;texttext&amp;lt;/text&amp;gt;
    &amp;lt;OPERATION&amp;gt;QueryCardDtlsLst&amp;lt;/OPERATION&amp;gt;
    &amp;lt;SOURCE_OPERATION/&amp;gt;
    &amp;lt;SOURCE_USERID/&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;H2&gt;[...]&lt;/H2&gt;

&lt;H2&gt;08:20:22,972 | INFO  | 12345678-234567890 | texttexttexttext            | texttexttexttexttexttexttexttexttext | Outbound Message&lt;/H2&gt;

&lt;P&gt;ID: 1234&lt;BR /&gt;
Response-Code: 200&lt;BR /&gt;
Content-Type: application/json&lt;BR /&gt;
Headers: {Content-Type=[application/json], Date=[Mon, 06 Jan 2020 01:20:22 GMT]}&lt;/P&gt;

&lt;H2&gt;Payload: {"texttexttext":{"texttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttexttext}&lt;/H2&gt;

&lt;P&gt;08:20:24,862 | INFO  | 12345678-234567890 | texttexttexttexttexttext | blablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablabla&lt;BR /&gt;
08:20:24,862 | INFO  | 12345678-234567890 | texttexttexttexttexttext | blablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablabla&lt;BR /&gt;
08:20:24,865 | INFO  | 12345678-234567890 | texttexttexttexttexttext | blablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablabla&lt;BR /&gt;
08:20:24,865 | WARN  | 12345678-234567890 | texttexttexttexttexttext | blablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablabla&lt;BR /&gt;
08:20:24,865 | INFO  | 12345678-234567890 | texttexttexttexttexttext | blablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablabla&lt;BR /&gt;
08:20:24,865 | INFO  | 12345678-234567890 | texttexttexttexttexttext | blablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablabla&lt;BR /&gt;
08:20:24,865 | INFO  | 12345678-234567890 | texttexttexttexttexttext | blablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablabla&lt;BR /&gt;
08:20:24,866 | INFO  | 12345678-234567890 | texttexttexttexttexttext | blablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablabla&lt;BR /&gt;
08:20:24,867 | INFO  | 12345678-234567890 | texttexttexttexttexttext | blablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablabla&lt;BR /&gt;
08:20:24,867 | INFO  | 12345678-234567890 | texttexttexttexttexttext | blablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablabla&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;ID: 123456&lt;BR /&gt;
Address: texttexttexttexttexttexttexttext&lt;BR /&gt;
Encoding: texttext&lt;BR /&gt;
Http-Method: POST&lt;BR /&gt;
Content-Type: application/json&lt;BR /&gt;
Headers: {Accept=[application/json], texttexttexttexttexttexttexttexttexttexttexttexttexttexttext}&lt;/P&gt;

&lt;H2&gt;Payload: {"startDate":"2020-01-01T00:00:00.000+0700","endDate":"2020-01-06T23:59:59.000+0700","pageNumber":1,"pageSize":300}&lt;/H2&gt;

&lt;P&gt;08:20:24,862 | INFO  | 12345678-234567890 | texttexttexttexttexttext | blablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablabla&lt;BR /&gt;
08:20:24,862 | INFO  | 12345678-234567890 | texttexttexttexttexttext | blablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablabla&lt;BR /&gt;
08:20:24,865 | INFO  | 12345678-234567890 | texttexttexttexttexttext | blablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablabla&lt;BR /&gt;
08:20:24,865 | WARN  | 12345678-234567890 | texttexttexttexttexttext | blablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablabla&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;IMG src="https://i.ibb.co/hV4Wcw3/Untitled.png" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 04:51:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-line-breaking-not-working-as-expected/m-p/483714#M193359</guid>
      <dc:creator>romainbouajila</dc:creator>
      <dc:date>2020-01-17T04:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Why is line breaking not working as expected ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-line-breaking-not-working-as-expected/m-p/483715#M193360</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt; !&lt;BR /&gt;
Thank you for your help. I tried your solution but it doesn' t work.&lt;BR /&gt;
Maybe I applied it wrong. What do you mean by "Don't add also the other options." ? I should use only      TIME_PREFIX = ^ and not TIME_FORMAT  etc ?&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:40:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-line-breaking-not-working-as-expected/m-p/483715#M193360</guid>
      <dc:creator>romainbouajila</dc:creator>
      <dc:date>2020-09-30T03:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Why is line breaking not working as expected ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-line-breaking-not-working-as-expected/m-p/483716#M193361</link>
      <description>&lt;P&gt;Hi @romainbouajila,&lt;BR /&gt;
Sorry, I wasn't clear, try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[log_name]
 TIME_FORMAT = %H:%M:%S,%3N
 MAX_TIMESTAMP_LOOKAHEAD = 12
 NO_BINARY_CHECK = true
 disabled = false
 MAX_EVENTS = 10240 
 TRUNCATE = 0
 TIME_PREFIX = ^
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 07:33:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-line-breaking-not-working-as-expected/m-p/483716#M193361</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-01-17T07:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why is line breaking not working as expected ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-line-breaking-not-working-as-expected/m-p/483717#M193362</link>
      <description>&lt;P&gt;I tried your solution, I see improvement but I still have some weird behavior.&lt;BR /&gt;
For example, it still breaks before the "Header" line, and I can't explain or understand why.&lt;BR /&gt;
The following picture is where I would like logs to be cut FYI.&lt;BR /&gt;
Do you have any idea ?&lt;BR /&gt;
Thanks a lot for your help !&lt;/P&gt;

&lt;P&gt;&lt;IMG src="https://i.ibb.co/hV4Wcw3/Untitled.png" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 10:20:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-line-breaking-not-working-as-expected/m-p/483717#M193362</guid>
      <dc:creator>romainbouajila</dc:creator>
      <dc:date>2020-01-17T10:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Why is line breaking not working as expected ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-line-breaking-not-working-as-expected/m-p/483718#M193363</link>
      <description>&lt;P&gt;@romainbouajila I edited my answer. Have a look at the screenshot and the new props.conf.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 11:21:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-line-breaking-not-working-as-expected/m-p/483718#M193363</guid>
      <dc:creator>whrg</dc:creator>
      <dc:date>2020-01-17T11:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Why is line breaking not working as expected ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-line-breaking-not-working-as-expected/m-p/483719#M193364</link>
      <description>&lt;P&gt;Hi dear whrg,&lt;/P&gt;

&lt;P&gt;I tried your props.conf  and I am still having the same issue. For instance, I keep having timestamps at the end of some events like in the screenshot below (sorry, if not readable I can send another one)&lt;BR /&gt;
&lt;IMG src="https://i.ibb.co/PzcnTZk/2020-01-20-12-35-21-Search-Splunk-6-6-11.png" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 05:41:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-line-breaking-not-working-as-expected/m-p/483719#M193364</guid>
      <dc:creator>romainbouajila</dc:creator>
      <dc:date>2020-01-20T05:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Why is line breaking not working as expected ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-line-breaking-not-working-as-expected/m-p/483720#M193365</link>
      <description>&lt;P&gt;I also tried this props.conf as suggested by @whrg :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[log]
pulldown_type = true
DATETIME_CONFIG = 
NO_BINARY_CHECK = true
TIME_PREFIX = ^
TIME_FORMAT = %H:%M:%S,%3N
MAX_TIMESTAMP_LOOKAHEAD = 12
SHOULD_LINEMERGE = false (&amp;amp; true)
BREAK_ONLY_BEFORE_DATE = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but I had the same result as before. &lt;BR /&gt;
How long after restarting Splunk service should I check my logs ?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 13:07:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-line-breaking-not-working-as-expected/m-p/483720#M193365</guid>
      <dc:creator>romainbouajila</dc:creator>
      <dc:date>2020-01-20T13:07:33Z</dc:date>
    </item>
  </channel>
</rss>

