<?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: weblogic and line breaking in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292531#M55724</link>
    <description>&lt;P&gt;yes, i am looking at new events as i'm testing; not the previously indexed events.  &lt;/P&gt;

&lt;P&gt;i have looked at the source log file and the events look fine.  no corruption, or incomplete entries.&lt;/P&gt;

&lt;P&gt;i am not rewriting events.  here is the inputs monitor stanza:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///path/to/logs/DefaultAuditRecorder.log]
sourcetype = weblogic:audit
index = xxx
disabled = false
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 11 Jan 2018 18:21:51 GMT</pubDate>
    <dc:creator>murhammr</dc:creator>
    <dc:date>2018-01-11T18:21:51Z</dc:date>
    <item>
      <title>weblogic and line breaking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292523#M55716</link>
      <description>&lt;P&gt;i am trying to read the weblogic DefaultAuditRecorder.log which looks like this (and doesn't seem to be covered in the weblogic app in splunkbase)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;#### Audit Record Begin &amp;lt;Jan 8, 2018 3:50:52 PM&amp;gt;  &amp;lt;Severity =SUCCESS&amp;gt;  &amp;lt;&amp;lt;&amp;lt;Event Type = Authorization Audit Event V2 &amp;gt;&amp;lt;Subject: 2
        Principal = class weblogic.security.principal.WLSUserImpl("username")
        Principal = class weblogic.security.principal.WLSGroupImpl("groupname")
&amp;gt;&amp;lt;ONCE&amp;gt;&amp;lt;&amp;lt;adm&amp;gt;&amp;gt;&amp;lt;type=&amp;lt;adm&amp;gt;, category=AdminChannel&amp;gt;&amp;gt;&amp;gt; Audit Record End ####
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Some small percentage of events are not breaking at "#### Audit Record Begin", but instead randomly cut in the middle:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ipal = class weblogic.security.principal.WLSGroupImpl("groupname")
&amp;gt;&amp;lt;ONCE&amp;gt;&amp;lt;&amp;lt;adm&amp;gt;&amp;gt;&amp;lt;type=&amp;lt;adm&amp;gt;, category=AdminChannel&amp;gt;&amp;gt;&amp;gt; Audit Record End ####

an 9, 2018 2:28:02 PM&amp;gt;  &amp;lt;Severity =SUCCESS&amp;gt;  &amp;lt;&amp;lt;&amp;lt;Event Type = Authorization Audit Event V2 &amp;gt;&amp;lt;Subject: 2
    Principal = class weblogic.security.principal.WLSUserImpl("username")
    Principal = class weblogic.security.principal.WLSGroupImpl("groupname")
&amp;gt;&amp;lt;ONCE&amp;gt;&amp;lt;&amp;lt;adm&amp;gt;&amp;gt;&amp;lt;type=&amp;lt;adm&amp;gt;, category=AdminChannel&amp;gt;&amp;gt;&amp;gt; Audit Record End ####
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;my props.conf :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[weblogic:audit]
KV_MODE = auto
SHOULD_LINEMERGE = true
BREAK_ONLY_BEFORE_DATE = true
TIME_PREFIX = ####\sAudit\sRecord\sBegin\s&amp;lt;
TIME_FORMAT = %b %d, %Y %I:%M:%S %p
MAX_TIMESTAMP_LOOKAHEAD = 24
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I've tried using these but no luck here either:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;#MUST_BREAK_AFTER = Audit\sRecord\sEnd\s####
#BREAK_ONLY_BEFORE = ####\sAudit\sRecord\sBegin
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I've reviewed the props.conf man page several times but I can't seem to identify where I've gone wrong.  &lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 20:44:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292523#M55716</guid>
      <dc:creator>murhammr</dc:creator>
      <dc:date>2018-01-09T20:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: weblogic and line breaking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292524#M55717</link>
      <description>&lt;P&gt;hey @murhammr&lt;BR /&gt;
Attributes that apply only when the SHOULD_LINEMERGE setting is true&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;MUST_BREAK_AFTER = Audit\sRecord\sEnd\s####
BREAK_ONLY_BEFORE = ####\sAudit\sRecord\sBegin
SHOULD_LINEMERGE=true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Refer this link&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/6.6.3/Data/Configureeventlinebreaking#Attributes_that_apply_only_when_the_SHOULD_LINEMERGE_setting_is_true"&gt;https://docs.splunk.com/Documentation/SplunkCloud/6.6.3/Data/Configureeventlinebreaking#Attributes_that_apply_only_when_the_SHOULD_LINEMERGE_setting_is_true&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;let me know if this helps !&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 14:45:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292524#M55717</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2018-01-10T14:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: weblogic and line breaking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292525#M55718</link>
      <description>&lt;P&gt;Linebreaking should be configured like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[weblogic:audit]
LINE_BREAKER = ([\n\r]+)#### Audit Record Begin
SHOULD_LINEMERGE = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Use &lt;CODE&gt;LINE_BREAKER&lt;/CODE&gt; properly instead of relying on &lt;CODE&gt;SHOULD_LINEMERGE&lt;/CODE&gt;.  From props.conf doc:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;* NOTE: You get a significant boost to processing speed when you use
  LINE_BREAKER to delimit multi-line events (as opposed to using
  SHOULD_LINEMERGE to reassemble individual lines into multi-line events).
  * When using LINE_BREAKER to delimit events, SHOULD_LINEMERGE should be set
    to false, to ensure no further combination of delimited events occurs.
  * Using LINE_BREAKER to delimit events is discussed in more detail in the web
    documentation at the following url:
    &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Data/Configureeventlinebreaking" target="test_blank"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Data/Configureeventlinebreaking&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 Jan 2018 15:05:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292525#M55718</guid>
      <dc:creator>micahkemp</dc:creator>
      <dc:date>2018-01-10T15:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: weblogic and line breaking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292526#M55719</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/96090"&gt;@micahkemp&lt;/a&gt;.  I am still having issues.  I've tried some different values for LINE_BREAKER and it does work &lt;EM&gt;sometimes&lt;/EM&gt; but not all.  I also see some "DateParserVerbose - Failed to parse timestamp" errors on this sourcetype which I suspect are due to the LINE_BREAKER issues.&lt;/P&gt;

&lt;P&gt;Here are my props via btool:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[weblogic:audit]
ANNOTATE_PUNCT = True
AUTO_KV_JSON = true
BREAK_ONLY_BEFORE = 
BREAK_ONLY_BEFORE_DATE = True
CHARSET = UTF-8
DATETIME_CONFIG = /etc/datetime.xml
EXTRACT-WLS_INSTANCE_NAME = \/\w+\/\w+\/\w+\/(?&amp;lt;wls_instance&amp;gt;\w+)\/\w+\/\w+\/\w+\/\w+ in source
HEADER_MODE = 
KV_MODE = auto
LEARN_MODEL = true
LEARN_SOURCETYPE = true
LINE_BREAKER = (Audit Record End ####)
LINE_BREAKER_LOOKBEHIND = 100
LOOKUP-dropdowns = dropdownsLookup host OUTPUT unix_category unix_group
MATCH_LIMIT = 100000
MAX_DAYS_AGO = 2000
MAX_DAYS_HENCE = 2
MAX_DIFF_SECS_AGO = 3600
MAX_DIFF_SECS_HENCE = 604800
MAX_EVENTS = 2000
MAX_TIMESTAMP_LOOKAHEAD = 48
MUST_BREAK_AFTER = 
MUST_NOT_BREAK_AFTER = 
MUST_NOT_BREAK_BEFORE = 
SEGMENTATION = indexing
SEGMENTATION-all = full
SEGMENTATION-inner = inner
SEGMENTATION-outer = outer
SEGMENTATION-raw = none
SEGMENTATION-standard = standard
SHOULD_LINEMERGE = false
TIME_FORMAT = %b %e, %Y %I:%M:%S %p
TIME_PREFIX = #### Audit Record Begin &amp;lt;
TRANSFORMS = 
TRUNCATE = 999999
detect_trailing_nulls = false
maxDist = 100
priority = 
sourcetype = 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When I run this search, i have 99% of punct values begining with ####, as expected, but a small random amount that are resulting from faulty line_breaking. (see pic please)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  index=xxx  sourcetype=weblogic:audit  | stats count by punct

punct       count   
####____&amp;lt;_,__::_&amp;gt;__&amp;lt;_=&amp;gt;__&amp;lt;&amp;lt;&amp;lt;__=_____&amp;gt;&amp;lt;:_t_=__...("  5300
####____&amp;lt;_,__::_&amp;gt;__&amp;lt;_=&amp;gt;__&amp;lt;&amp;lt;&amp;lt;__=_____&amp;gt;&amp;lt;:_&amp;gt;&amp;lt;&amp;gt;&amp;lt;&amp;lt;&amp;gt;&amp;gt;&amp;lt;=&amp;lt;  1081
####____&amp;lt;_,__::_&amp;gt;__&amp;lt;_=&amp;gt;__&amp;lt;&amp;lt;&amp;lt;__=____&amp;gt;&amp;lt;_=_:_t_=__...  6
####_   3
___&amp;lt;_,__::_&amp;gt;__&amp;lt;_=&amp;gt;__&amp;lt;&amp;lt;&amp;lt;__=_____&amp;gt;&amp;lt;:_t_=__...("")t_=  3
")t_=__...("")&amp;gt;&amp;lt;&amp;gt;&amp;lt;&amp;lt;&amp;gt;&amp;gt;&amp;lt;=&amp;lt;&amp;gt;,_=&amp;gt;&amp;gt;&amp;gt;_    2
####____&amp;lt;_,__::_&amp;gt;__&amp;lt;_=&amp;gt;__&amp;lt;&amp;lt;&amp;lt;__=_____&amp;gt;&amp;lt;:_t   2
####____&amp;lt;_,__::_&amp;gt;__&amp;lt;_=&amp;gt;__&amp;lt;&amp;lt;&amp;lt;__=_____&amp;gt;&amp;lt;:_t_=__.  2
####____&amp;lt;_,__::_&amp;gt;__&amp;lt;_=&amp;gt;__&amp;lt;&amp;lt;&amp;lt;__=_____&amp;gt;&amp;lt;:_t_=__..     2
.("")t_=__...("")&amp;gt;&amp;lt;&amp;gt;&amp;lt;&amp;lt;&amp;gt;&amp;gt;&amp;lt;=&amp;lt;&amp;gt;,_=&amp;gt;&amp;gt;&amp;gt;_     2
..("")t_=__...("")&amp;gt;&amp;lt;&amp;gt;&amp;lt;&amp;lt;&amp;gt;&amp;gt;&amp;lt;=&amp;lt;&amp;gt;,_=&amp;gt;&amp;gt;&amp;gt;_    2
=&amp;gt;&amp;gt;&amp;gt;_   2
&amp;gt;&amp;gt;&amp;gt;_    2
_=__...("")&amp;gt;&amp;lt;&amp;gt;&amp;lt;&amp;lt;&amp;gt;&amp;gt;&amp;lt;=&amp;lt;&amp;gt;,_=&amp;gt;&amp;gt;&amp;gt;_   2
_=__...("")t_=__...("")&amp;gt;&amp;lt;&amp;gt;&amp;lt;&amp;lt;&amp;gt;&amp;gt;&amp;lt;=&amp;lt;&amp;gt;,_=&amp;gt;&amp;gt;&amp;gt;_   2
")&amp;gt;&amp;lt;&amp;gt;&amp;lt;&amp;lt;&amp;gt;&amp;gt;&amp;lt;=&amp;lt;&amp;gt;,_=&amp;gt;&amp;gt;&amp;gt;_    1 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:33:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292526#M55719</guid>
      <dc:creator>murhammr</dc:creator>
      <dc:date>2020-09-29T17:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: weblogic and line breaking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292527#M55720</link>
      <description>&lt;P&gt;The linebreaker in your btool output doesn't match what I suggested.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 17:15:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292527#M55720</guid>
      <dc:creator>micahkemp</dc:creator>
      <dc:date>2018-01-11T17:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: weblogic and line breaking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292528#M55721</link>
      <description>&lt;P&gt;right - I've tried a few different LINE_BREAKERs but always end up with the same results which makes me wonder if it's another setting causing the problem.  Here is your recommended LINE_BREAKER:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[weblogic:audit]
ANNOTATE_PUNCT = True
AUTO_KV_JSON = true
BREAK_ONLY_BEFORE = 
BREAK_ONLY_BEFORE_DATE = True
CHARSET = UTF-8
DATETIME_CONFIG = /etc/datetime.xml
EXTRACT-WLS_INSTANCE_NAME = \/\w+\/\w+\/\w+\/(?&amp;lt;wls_instance&amp;gt;\w+)\/\w+\/\w+\/\w+\/\w+ in source
HEADER_MODE = 
KV_MODE = auto
LEARN_MODEL = true
LEARN_SOURCETYPE = true
LINE_BREAKER = ([\n\r]+)#### Audit Record Begin
LINE_BREAKER_LOOKBEHIND = 100
LOOKUP-dropdowns = dropdownsLookup host OUTPUT unix_category unix_group
MATCH_LIMIT = 100000
MAX_DAYS_AGO = 2000
MAX_DAYS_HENCE = 2
MAX_DIFF_SECS_AGO = 3600
MAX_DIFF_SECS_HENCE = 604800
MAX_EVENTS = 2000
MAX_TIMESTAMP_LOOKAHEAD = 48
MUST_BREAK_AFTER = 
MUST_NOT_BREAK_AFTER = 
MUST_NOT_BREAK_BEFORE = 
SEGMENTATION = indexing
SEGMENTATION-all = full
SEGMENTATION-inner = inner
SEGMENTATION-outer = outer
SEGMENTATION-raw = none
SEGMENTATION-standard = standard
SHOULD_LINEMERGE = false
TIME_FORMAT = %b %e, %Y %I:%M:%S %p
TIME_PREFIX = &amp;lt;
TRANSFORMS = 
TRUNCATE = 999999
detect_trailing_nulls = false
maxDist = 100
priority = 
sourcetype = 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and same type of results for punct:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;punct       count   
####____&amp;lt;_,__::_&amp;gt;__&amp;lt;_=&amp;gt;__&amp;lt;&amp;lt;&amp;lt;__=_____&amp;gt;&amp;lt;:_t_=__...("  1658
####____&amp;lt;_,__::_&amp;gt;__&amp;lt;_=&amp;gt;__&amp;lt;&amp;lt;&amp;lt;__=_____&amp;gt;&amp;lt;:_&amp;gt;&amp;lt;&amp;gt;&amp;lt;&amp;lt;&amp;gt;&amp;gt;&amp;lt;=&amp;lt;  360
####____&amp;lt;_,__::_&amp;gt;__&amp;lt;_=&amp;gt;__&amp;lt;&amp;lt;&amp;lt;__=____&amp;gt;&amp;lt;_=_:_t_=__...  6
####____&amp;lt;_,__::_&amp;gt;__&amp;lt;_=&amp;gt;__&amp;lt;&amp;lt;&amp;lt;__=_____&amp;gt;&amp;lt;  2
:_t_=__...("")t_=__...("")&amp;gt;&amp;lt;&amp;gt;&amp;lt;&amp;lt;&amp;gt;&amp;gt;&amp;lt;=&amp;lt;&amp;gt;,_=&amp;gt;&amp;gt;&amp;gt;____###  2
####____&amp;lt;_,_    1
####____&amp;lt;_,__::_&amp;gt;__&amp;lt;_=&amp;gt;__&amp;lt;&amp;lt;&amp;lt;__=__   1
####____&amp;lt;_,__::_&amp;gt;__&amp;lt;_=&amp;gt;__&amp;lt;&amp;lt;&amp;lt;__=_____&amp;gt;&amp;lt;:_t_=__..     1
.("")t_=__...("")&amp;gt;&amp;lt;&amp;gt;&amp;lt;&amp;lt;&amp;gt;&amp;gt;&amp;lt;=&amp;lt;&amp;gt;,_=&amp;gt;&amp;gt;&amp;gt;____####  1
=&amp;gt;&amp;gt;&amp;gt;____####    1
&amp;gt;&amp;gt;&amp;lt;=&amp;lt;&amp;gt;,_=&amp;gt;&amp;gt;&amp;gt;____####    1
&amp;gt;__&amp;lt;_=&amp;gt;__&amp;lt;&amp;lt;&amp;lt;__=_____&amp;gt;&amp;lt;:_t_=__...("")t_=__...("")&amp;gt;&amp;lt;  1
_####   1
_::_&amp;gt;__&amp;lt;_=&amp;gt;__&amp;lt;&amp;lt;&amp;lt;__=_____&amp;gt;&amp;lt;:_t_=__...("")t_=__...("  1
___&amp;gt;&amp;lt;:_t_=__...("")t_=__...("")&amp;gt;&amp;lt;&amp;gt;&amp;lt;&amp;lt;&amp;gt;&amp;gt;&amp;lt;=&amp;lt;&amp;gt;,_=&amp;gt;&amp;gt;&amp;gt;__  1 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:33:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292528#M55721</guid>
      <dc:creator>murhammr</dc:creator>
      <dc:date>2020-09-29T17:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: weblogic and line breaking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292529#M55722</link>
      <description>&lt;P&gt;Are your events initially coming in with the sourcetype &lt;CODE&gt;weblogic:audit&lt;/CODE&gt;, or are you rewriting events to that sourcetype after they come into splunk?&lt;/P&gt;

&lt;P&gt;Can you paste your inputs.conf for these events?&lt;/P&gt;

&lt;P&gt;Also worth noting: only new events that come in will be affected by these new configs.  If you are searching previously indexed data you will still see the incorrectly split events.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 17:41:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292529#M55722</guid>
      <dc:creator>micahkemp</dc:creator>
      <dc:date>2018-01-11T17:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: weblogic and line breaking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292530#M55723</link>
      <description>&lt;P&gt;have you tried this?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 17:44:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292530#M55723</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2018-01-11T17:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: weblogic and line breaking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292531#M55724</link>
      <description>&lt;P&gt;yes, i am looking at new events as i'm testing; not the previously indexed events.  &lt;/P&gt;

&lt;P&gt;i have looked at the source log file and the events look fine.  no corruption, or incomplete entries.&lt;/P&gt;

&lt;P&gt;i am not rewriting events.  here is the inputs monitor stanza:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///path/to/logs/DefaultAuditRecorder.log]
sourcetype = weblogic:audit
index = xxx
disabled = false
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Jan 2018 18:21:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292531#M55724</guid>
      <dc:creator>murhammr</dc:creator>
      <dc:date>2018-01-11T18:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: weblogic and line breaking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292532#M55725</link>
      <description>&lt;P&gt;I did try these settings before I posted the question, and get the same results that i've posted in the comment below.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 18:48:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292532#M55725</guid>
      <dc:creator>murhammr</dc:creator>
      <dc:date>2018-01-11T18:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: weblogic and line breaking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292533#M55726</link>
      <description>&lt;P&gt;Can you post a sample log that breaks incorrectly when you try to index it?  You can redact it as necessary, but make sure you've tried to index it and it breaks incorrectly for you (specifically for the sample data you paste).&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 18:53:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292533#M55726</guid>
      <dc:creator>micahkemp</dc:creator>
      <dc:date>2018-01-11T18:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: weblogic and line breaking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292534#M55727</link>
      <description>&lt;P&gt;As you can see from my punct list above, they are breaking at random places.  Here is one example.   source from the logfile:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;#### Audit Record Begin &amp;lt;Jan 11, 2018 1:28:49 PM&amp;gt;  &amp;lt;Severity =SUCCESS&amp;gt;  &amp;lt;&amp;lt;&amp;lt;Event Type = Authorization Audit Event V2 &amp;gt;&amp;lt;Subject: 0
&amp;gt;&amp;lt;ONCE&amp;gt;&amp;lt;&amp;lt;jndi&amp;gt;&amp;gt;&amp;lt;type=&amp;lt;jndi&amp;gt;, application=, path={xxx,xxx}, action=lookup&amp;gt;&amp;gt;&amp;gt; Audit Record End ####
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;here are  the 2 broken events:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;1/11/18 1:28:49.000 PM
#### Audit Record Begin &amp;lt;

1/11/18 1:28:49.000 PM
Jan 11, 2018 1:28:49 PM&amp;gt;  &amp;lt;Severity =SUCCESS&amp;gt;  &amp;lt;&amp;lt;&amp;lt;Event Type = Authorization Audit Event V2 &amp;gt;&amp;lt;Subject: 0
&amp;gt;&amp;lt;ONCE&amp;gt;&amp;lt;&amp;lt;jndi&amp;gt;&amp;gt;&amp;lt;type=&amp;lt;jndi&amp;gt;, application=, path={xxx,xxx}, action=lookup&amp;gt;&amp;gt;&amp;gt; Audit Record End ####
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;corresponding _internal error:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;01-11-2018 13:29:07.250 -0600 WARN DateParserVerbose - Failed to parse timestamp. Defaulting to timestamp of previous event (Thu Jan 11 13:28:49 2018). Context: source::/path/to/logs/DefaultAuditRecorder.log|host::hostname|weblogic:audit|9800\n    
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Jan 2018 19:48:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292534#M55727</guid>
      <dc:creator>murhammr</dc:creator>
      <dc:date>2018-01-11T19:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: weblogic and line breaking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292535#M55728</link>
      <description>&lt;P&gt;Can you add &lt;CODE&gt;--debug&lt;/CODE&gt; to your &lt;CODE&gt;btool&lt;/CODE&gt; command and paste the results?  I love that you've included btool results every time, but it would also be nice if that output showed which file was responsible for each line (basically, it shows which lines you've added to props, and which are still default).&lt;/P&gt;

&lt;P&gt;This appears to be working flawlessly on my test setup, but, your original post suggested it happened only on a small set of events, and I'm not sure I'm testing events which show that behavior.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 20:00:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292535#M55728</guid>
      <dc:creator>micahkemp</dc:creator>
      <dc:date>2018-01-11T20:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: weblogic and line breaking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292536#M55729</link>
      <description>&lt;P&gt;i can't identify anything unique to the events that are impacted, but it is fewer than 1%.&lt;/P&gt;

&lt;P&gt;/opt/splunk/etc/apps/my_weblogic_ta/local/props.conf    [weblogic:audit]&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                  ANNOTATE_PUNCT = True&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                  AUTO_KV_JSON = true&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                  BREAK_ONLY_BEFORE = &lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                  BREAK_ONLY_BEFORE_DATE = True&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                  CHARSET = UTF-8&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                  DATETIME_CONFIG = /etc/datetime.xml&lt;BR /&gt;
/opt/splunk/etc/apps/my_weblogic_ta/local/props.conf    EXTRACT-WLS_INSTANCE_NAME = \/\w+\/\w+\/\w+\/(?\w+)\/\w+\/\w+\/\w+\/\w+ in source&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                  HEADER_MODE = &lt;BR /&gt;
/opt/splunk/etc/apps/my_weblogic_ta/local/props.conf    KV_MODE = auto&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                  LEARN_MODEL = true&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                  LEARN_SOURCETYPE = true&lt;BR /&gt;
/opt/splunk/etc/apps/my_weblogic_ta/local/props.conf    LINE_BREAKER = ([\n\r]+)#### Audit Record Begin&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                  LINE_BREAKER_LOOKBEHIND = 100&lt;BR /&gt;
/opt/splunk/etc/apps/splunk_app_for_nix/default/props.conf LOOKUP-dropdowns = dropdownsLookup host OUTPUT unix_category unix_group&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                  MATCH_LIMIT = 100000&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                  MAX_DAYS_AGO = 2000&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                  MAX_DAYS_HENCE = 2&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                  MAX_DIFF_SECS_AGO = 3600&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                  MAX_DIFF_SECS_HENCE = 604800&lt;BR /&gt;
/opt/splunk/etc/apps/my_weblogic_ta/local/props.conf    MAX_EVENTS = 2000&lt;BR /&gt;
/opt/splunk/etc/apps/my_weblogic_ta/local/props.conf    MAX_TIMESTAMP_LOOKAHEAD = 48&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                  MUST_BREAK_AFTER = &lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                  MUST_NOT_BREAK_AFTER = &lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                  MUST_NOT_BREAK_BEFORE = &lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                  SEGMENTATION = indexing&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                  SEGMENTATION-all = full&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                  SEGMENTATION-inner = inner&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                  SEGMENTATION-outer = outer&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                  SEGMENTATION-raw = none&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                  SEGMENTATION-standard = standard&lt;BR /&gt;
/opt/splunk/etc/apps/my_weblogic_ta/local/props.conf    SHOULD_LINEMERGE = false&lt;BR /&gt;
/opt/splunk/etc/apps/my_weblogic_ta/local/props.conf    TIME_FORMAT = %b %e, %Y %I:%M:%S %p&lt;BR /&gt;
/opt/splunk/etc/apps/my_weblogic_ta/local/props.conf    TIME_PREFIX = &amp;lt;&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                  TRANSFORMS = &lt;BR /&gt;
/opt/splunk/etc/apps/my_weblogic_ta/local/props.conf    TRUNCATE = 999999&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                  detect_trailing_nulls = false&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                  maxDist = 100&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                  priority = &lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                  sourcetype = &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:33:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292536#M55729</guid>
      <dc:creator>murhammr</dc:creator>
      <dc:date>2020-09-29T17:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: weblogic and line breaking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292537#M55730</link>
      <description>&lt;P&gt;it does happen to fewer than 1% of events.  i can't identify anything that is common to the events that are being broken incorrectly.  i see same behavior on all hosts which have this log file.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/opt/splunk/etc/apps/my_weblogic_ta/local/props.conf    [weblogic:audit]
/opt/splunk/etc/system/default/props.conf                  ANNOTATE_PUNCT = True
/opt/splunk/etc/system/default/props.conf                  AUTO_KV_JSON = true
/opt/splunk/etc/system/default/props.conf                  BREAK_ONLY_BEFORE = 
/opt/splunk/etc/system/default/props.conf                  BREAK_ONLY_BEFORE_DATE = True
/opt/splunk/etc/system/default/props.conf                  CHARSET = UTF-8
/opt/splunk/etc/system/default/props.conf                  DATETIME_CONFIG = /etc/datetime.xml
/opt/splunk/etc/apps/my_weblogic_ta/local/props.conf    EXTRACT-WLS_INSTANCE_NAME = \/\w+\/\w+\/\w+\/(?&amp;lt;wls_instance&amp;gt;\w+)\/\w+\/\w+\/\w+\/\w+ in source
/opt/splunk/etc/system/default/props.conf                  HEADER_MODE = 
/opt/splunk/etc/apps/my_weblogic_ta/local/props.conf    KV_MODE = auto
/opt/splunk/etc/system/default/props.conf                  LEARN_MODEL = true
/opt/splunk/etc/system/default/props.conf                  LEARN_SOURCETYPE = true
/opt/splunk/etc/apps/my_weblogic_ta/local/props.conf    LINE_BREAKER = ([\n\r]+)#### Audit Record Begin
/opt/splunk/etc/system/default/props.conf                  LINE_BREAKER_LOOKBEHIND = 100
/opt/splunk/etc/apps/splunk_app_for_nix/default/props.conf LOOKUP-dropdowns = dropdownsLookup host OUTPUT unix_category unix_group
/opt/splunk/etc/system/default/props.conf                  MATCH_LIMIT = 100000
/opt/splunk/etc/system/default/props.conf                  MAX_DAYS_AGO = 2000
/opt/splunk/etc/system/default/props.conf                  MAX_DAYS_HENCE = 2
/opt/splunk/etc/system/default/props.conf                  MAX_DIFF_SECS_AGO = 3600
/opt/splunk/etc/system/default/props.conf                  MAX_DIFF_SECS_HENCE = 604800
/opt/splunk/etc/apps/my_weblogic_ta/local/props.conf    MAX_EVENTS = 2000
/opt/splunk/etc/apps/my_weblogic_ta/local/props.conf    MAX_TIMESTAMP_LOOKAHEAD = 48
/opt/splunk/etc/system/default/props.conf                  MUST_BREAK_AFTER = 
/opt/splunk/etc/system/default/props.conf                  MUST_NOT_BREAK_AFTER = 
/opt/splunk/etc/system/default/props.conf                  MUST_NOT_BREAK_BEFORE = 
/opt/splunk/etc/system/default/props.conf                  SEGMENTATION = indexing
/opt/splunk/etc/system/default/props.conf                  SEGMENTATION-all = full
/opt/splunk/etc/system/default/props.conf                  SEGMENTATION-inner = inner
/opt/splunk/etc/system/default/props.conf                  SEGMENTATION-outer = outer
/opt/splunk/etc/system/default/props.conf                  SEGMENTATION-raw = none
/opt/splunk/etc/system/default/props.conf                  SEGMENTATION-standard = standard
/opt/splunk/etc/apps/my_weblogic_ta/local/props.conf    SHOULD_LINEMERGE = false
/opt/splunk/etc/apps/my_weblogic_ta/local/props.conf    TIME_FORMAT = %b %e, %Y %I:%M:%S %p
/opt/splunk/etc/apps/my_weblogic_ta/local/props.conf    TIME_PREFIX = &amp;lt;
/opt/splunk/etc/system/default/props.conf                  TRANSFORMS = 
/opt/splunk/etc/apps/my_weblogic_ta/local/props.conf    TRUNCATE = 999999
/opt/splunk/etc/system/default/props.conf                  detect_trailing_nulls = false
/opt/splunk/etc/system/default/props.conf                  maxDist = 100
/opt/splunk/etc/system/default/props.conf                  priority = 
/opt/splunk/etc/system/default/props.conf                  sourcetype = 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Jan 2018 20:20:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/weblogic-and-line-breaking/m-p/292537#M55730</guid>
      <dc:creator>murhammr</dc:creator>
      <dc:date>2018-01-11T20:20:56Z</dc:date>
    </item>
  </channel>
</rss>

