<?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: Log4j events line-break not consistent in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Log4j-events-line-break-not-consistent/m-p/265159#M50879</link>
    <description>&lt;P&gt;You have to restart splunk on all the indexers and it will only effect NEWLY INDEXED events.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Mar 2016 15:15:39 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2016-03-30T15:15:39Z</dc:date>
    <item>
      <title>Log4j events line-break not consistent</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Log4j-events-line-break-not-consistent/m-p/265154#M50874</link>
      <description>&lt;P&gt;I'm bringing in alfresco logs, in this case share.log and for the most part the events are broken up by line correctly&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;09:30:32,256 DEBUG [com.XXXXX.alfresco.services.search.AbstractSolrService]      Nothing to push to Solr
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;, until they're not&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;09:30:42,405 DEBUG [com.XXXXX.alfresco.services.search.sync.AlfrescoToSolrSyncTrackerComponent] 
09:30:42,405 DEBUG [com.XXXXX.alfresco.services.search.sync.AlfrescoToSolrSyncTrackerComponent] Processing 0 orphaned content
09:30:42,405 DEBUG [com.XXXXX.alfresco.services.search.AbstractSolrService]    Processing Deletes: 0
09:30:42,405 DEBUG [com.XXXXX.alfresco.services.search.AbstractSolrService]      Nothing to push to Solr
09:30:42,405 INFO  [com.XXXXX.alfresco.services.search.sync.AlfrescoToSolrSyncTrackerComponent] Alfresco-Solr Sync Alfresco Stats: Total Folders: 737; Total Documents: 44587
09:30:42,405 INFO  [com.XXXXX.alfresco.services.search.sync.AlfrescoToSolrSyncTrackerComponent] Alfresco-Solr Sync Solr Stats: Already In Solr: 44586; Created: 1; Updated: 0; Removed: 0; Orphaned: 0
09:30:42,413 DEBUG [com.XXXXX.alfresco.services.search.sync.AlfrescoToSolrSyncTrackerComponent] Alfresco To Solr Push Sync: Job finished
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My props is thus:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[XXXXXX:uat:alfresco]
LINE_BREAKER = ([\r\n]+)
#BREAK_ONLY_BEFORE = \d\d?:\d\d:\d\d
pulldown_type = true
maxDist = 75
category = Application
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Neither line breaker nor BREAK_ONLY_BEFORE have worked on this correctly. What am I doing wrong?  Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:13:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Log4j-events-line-break-not-consistent/m-p/265154#M50874</guid>
      <dc:creator>banderson7</dc:creator>
      <dc:date>2020-09-29T09:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Log4j events line-break not consistent</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Log4j-events-line-break-not-consistent/m-p/265155#M50875</link>
      <description>&lt;P&gt;What seems to be the problem?  The line breaks look OK to me.  Or is the second example a single event?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 14:21:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Log4j-events-line-break-not-consistent/m-p/265155#M50875</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2016-03-30T14:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Log4j events line-break not consistent</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Log4j-events-line-break-not-consistent/m-p/265156#M50876</link>
      <description>&lt;P&gt;The second example shows as one event but it's 7 events in the log.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 14:27:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Log4j-events-line-break-not-consistent/m-p/265156#M50876</guid>
      <dc:creator>banderson7</dc:creator>
      <dc:date>2016-03-30T14:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Log4j events line-break not consistent</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Log4j-events-line-break-not-consistent/m-p/265157#M50877</link>
      <description>&lt;P&gt;You need to add this (defaults to &lt;CODE&gt;true&lt;/CODE&gt;; keep everything else as you showed it:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;SHOULD_LINEMERGE=false
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 30 Mar 2016 14:46:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Log4j-events-line-break-not-consistent/m-p/265157#M50877</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-03-30T14:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Log4j events line-break not consistent</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Log4j-events-line-break-not-consistent/m-p/265158#M50878</link>
      <description>&lt;P&gt;No change, unfortunately. &lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 14:57:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Log4j-events-line-break-not-consistent/m-p/265158#M50878</guid>
      <dc:creator>banderson7</dc:creator>
      <dc:date>2016-03-30T14:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Log4j events line-break not consistent</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Log4j-events-line-break-not-consistent/m-p/265159#M50879</link>
      <description>&lt;P&gt;You have to restart splunk on all the indexers and it will only effect NEWLY INDEXED events.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 15:15:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Log4j-events-line-break-not-consistent/m-p/265159#M50879</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-03-30T15:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Log4j events line-break not consistent</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Log4j-events-line-break-not-consistent/m-p/265160#M50880</link>
      <description>&lt;P&gt;So this is not a search time property addition? Ok, thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 15:22:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Log4j-events-line-break-not-consistent/m-p/265160#M50880</guid>
      <dc:creator>banderson7</dc:creator>
      <dc:date>2016-03-30T15:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Log4j events line-break not consistent</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Log4j-events-line-break-not-consistent/m-p/265161#M50881</link>
      <description>&lt;P&gt;That is correct.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 15:30:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Log4j-events-line-break-not-consistent/m-p/265161#M50881</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-03-30T15:30:42Z</dc:date>
    </item>
  </channel>
</rss>

