<?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 Why are events not being split for each date for one heavy forwarder? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-events-not-being-split-for-each-date-for-one-heavy/m-p/219604#M43110</link>
    <description>&lt;P&gt;Events should be split for each date, which is not happening for one of the forwarders:&lt;/P&gt;

&lt;P&gt;The following is the part of a single event:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[6/28/16 11:28:37:500 MST] 00000028 Resource      W org.richfaces.resource.ResourceHandlerImpl getResourcePathFromRequest 
[6/28/16 11:28:37:657 MST] 00000028 HtmlLabelRend W   Attribute 'for' of label component with id chgLanguageForm:j_id_1o_2u is not 
[6/28/16 11:28:37:658 MST] 00000028 HtmlLabelRend W   Attribute 'for' of label component with id chgLanguageForm:j_id_1o_2x is not 
[6/28/16 11:28:37:790 MST] 00000028 HtmlLabelRend W   Attribute 'for' of label component with id tasksForm:j_id_1o_9y_2_1 is not 
[6/28/16 11:28:37:791 MST] 00000028 JbpmPageableD I com.exigen.ipb.base.dataload.impl.PageableDataProviderService fetchDataSize 
[6/28/16 11:28:37:792 MST] 00000028 JbpmPageableD I com.exigen.ipb.base.dataload.impl.PageableDataProviderService fetchDataSize 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Props.conf on the heavy forwarder:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[PASAPP:PP1:SYSTEMOUT]
SHOULD_LINEMERGE = false
LINE_BREAKER = ([\r\n]+)\s*Date
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Anything which I am missing here?&lt;/P&gt;

&lt;P&gt;Anil.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jan 2016 20:04:34 GMT</pubDate>
    <dc:creator>athorat</dc:creator>
    <dc:date>2016-01-06T20:04:34Z</dc:date>
    <item>
      <title>Why are events not being split for each date for one heavy forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-events-not-being-split-for-each-date-for-one-heavy/m-p/219604#M43110</link>
      <description>&lt;P&gt;Events should be split for each date, which is not happening for one of the forwarders:&lt;/P&gt;

&lt;P&gt;The following is the part of a single event:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[6/28/16 11:28:37:500 MST] 00000028 Resource      W org.richfaces.resource.ResourceHandlerImpl getResourcePathFromRequest 
[6/28/16 11:28:37:657 MST] 00000028 HtmlLabelRend W   Attribute 'for' of label component with id chgLanguageForm:j_id_1o_2u is not 
[6/28/16 11:28:37:658 MST] 00000028 HtmlLabelRend W   Attribute 'for' of label component with id chgLanguageForm:j_id_1o_2x is not 
[6/28/16 11:28:37:790 MST] 00000028 HtmlLabelRend W   Attribute 'for' of label component with id tasksForm:j_id_1o_9y_2_1 is not 
[6/28/16 11:28:37:791 MST] 00000028 JbpmPageableD I com.exigen.ipb.base.dataload.impl.PageableDataProviderService fetchDataSize 
[6/28/16 11:28:37:792 MST] 00000028 JbpmPageableD I com.exigen.ipb.base.dataload.impl.PageableDataProviderService fetchDataSize 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Props.conf on the heavy forwarder:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[PASAPP:PP1:SYSTEMOUT]
SHOULD_LINEMERGE = false
LINE_BREAKER = ([\r\n]+)\s*Date
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Anything which I am missing here?&lt;/P&gt;

&lt;P&gt;Anil.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2016 20:04:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-events-not-being-split-for-each-date-for-one-heavy/m-p/219604#M43110</guid>
      <dc:creator>athorat</dc:creator>
      <dc:date>2016-01-06T20:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Why are events not being split for each date for one heavy forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-events-not-being-split-for-each-date-for-one-heavy/m-p/219605#M43111</link>
      <description>&lt;P&gt;Please try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [PASAPP:PP1:SYSTEMOUT]
 SHOULD_LINEMERGE = false
 LINE_BREAKER = \[\d+\/\d+\/\d+\s\d{2}:\d{2}:\d{2}:\d{3}\s\w\w\w]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 06 Jan 2016 20:26:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-events-not-being-split-for-each-date-for-one-heavy/m-p/219605#M43111</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-01-06T20:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why are events not being split for each date for one heavy forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-events-not-being-split-for-each-date-for-one-heavy/m-p/219606#M43112</link>
      <description>&lt;P&gt;Its interesting you are indexing data so far in the future ! So I had to add MAX_DAYS_HENCE. Unless I'm parsing your date wrong (likely).&lt;/P&gt;

&lt;P&gt;I copied your sample, put it in the data preview. This is what I got from this props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;SHOULD_LINEMERGE=false
NO_BINARY_CHECK=true
TIME_FORMAT=%m/%d/%y %H:%M:%S:%3N %Z
TIME_PREFIX=^\s+\[
MAX_DAYS_HENCE=10950
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;IMG src="https://community.splunk.com/storage/temp/79235-screen-shot-2016-01-06-at-124515-pm.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;It seems to me that you don't need to specify the LINE_BREAKER - and can accept &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/Propsconf" target="_blank"&gt;the default,&lt;/A&gt; which is :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;* Defaults to ([\r\n]+), meaning data is broken into an event for each line,
  delimited by any number of carriage return or newline characters.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:20:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-events-not-being-split-for-each-date-for-one-heavy/m-p/219606#M43112</guid>
      <dc:creator>aljohnson_splun</dc:creator>
      <dc:date>2020-09-29T08:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Why are events not being split for each date for one heavy forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-events-not-being-split-for-each-date-for-one-heavy/m-p/219607#M43113</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/76487"&gt;@aljohnson_splun&lt;/a&gt;k yes thats because the server clock changes as part of the testing process&lt;/P&gt;

&lt;P&gt;So you suggesting to use???&lt;BR /&gt;
SHOULD_LINEMERGE=false&lt;BR /&gt;
NO_BINARY_CHECK=true&lt;BR /&gt;
TIME_FORMAT=%m/%d/%y %H:%M:%S:%3N %Z&lt;BR /&gt;
TIME_PREFIX=^s+[&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:20:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-events-not-being-split-for-each-date-for-one-heavy/m-p/219607#M43113</guid>
      <dc:creator>athorat</dc:creator>
      <dc:date>2020-09-29T08:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Why are events not being split for each date for one heavy forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-events-not-being-split-for-each-date-for-one-heavy/m-p/219608#M43114</link>
      <description>&lt;P&gt;@jkat54&lt;/P&gt;

&lt;P&gt;Thanks for the reply will try this and update you if it works.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2016 21:41:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-events-not-being-split-for-each-date-for-one-heavy/m-p/219608#M43114</guid>
      <dc:creator>athorat</dc:creator>
      <dc:date>2016-01-06T21:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Why are events not being split for each date for one heavy forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-events-not-being-split-for-each-date-for-one-heavy/m-p/219609#M43115</link>
      <description>&lt;P&gt;When I tested on the small amount of data you gave, the settings above seemed to work for me, but in any scenario, you should &lt;EM&gt;test&lt;/EM&gt; all of your input settings on a testing environment, or if that is not available, a testing index of course.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2016 01:18:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-events-not-being-split-for-each-date-for-one-heavy/m-p/219609#M43115</guid>
      <dc:creator>aljohnson_splun</dc:creator>
      <dc:date>2016-01-07T01:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Why are events not being split for each date for one heavy forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-events-not-being-split-for-each-date-for-one-heavy/m-p/219610#M43116</link>
      <description>&lt;P&gt;Yeah I didnt see the date.  I think you'll need to use the MAX_DAYS_HENCE too.&lt;/P&gt;

&lt;P&gt;I'm telling you to use a LINE_BREAKER because it seems maybe these are all coming in as one line.  But if there are indeed good carriage returns / line feeds... then you dont need the line breaker.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:19:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-events-not-being-split-for-each-date-for-one-heavy/m-p/219610#M43116</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2020-09-29T08:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Why are events not being split for each date for one heavy forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-events-not-being-split-for-each-date-for-one-heavy/m-p/219611#M43117</link>
      <description>&lt;P&gt;Thanks for the update @jkat54 that did not work though.&lt;BR /&gt;
props.conf is updated on the heavy forwarder only.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2016 17:30:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-events-not-being-split-for-each-date-for-one-heavy/m-p/219611#M43117</guid>
      <dc:creator>athorat</dc:creator>
      <dc:date>2016-01-07T17:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Why are events not being split for each date for one heavy forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-events-not-being-split-for-each-date-for-one-heavy/m-p/219612#M43118</link>
      <description>&lt;P&gt;@aljohnson_splunk&lt;/P&gt;

&lt;P&gt;after updating the settings on universal forwarder &lt;BR /&gt;
the events started splitting up, but the error messages , as well are split on every line.&lt;BR /&gt;
so for example the following  error message is split as each event.&lt;/P&gt;

&lt;P&gt;at org.jbpm.graph.def.Transition.take(Transition.java:151)&lt;BR /&gt;
    at org.jbpm.graph.def.Node.enter(Node.java:319)&lt;BR /&gt;
    at org.jbpm.graph.node.TaskNode.execute(TaskNode.java:168)&lt;BR /&gt;
    at org.jbpm.taskmgmt.exe.TaskMgmtInstance.createTaskInstance(TaskMgmtInstance.java:154)&lt;BR /&gt;
    at org.jbpm.taskmgmt.exe.TaskInstance.assign(TaskInstance.java:204)&lt;BR /&gt;
    at org.jbpm.taskmgmt.exe.TaskMgmtInstance.performAssignment(TaskMgmtInstance.java:216)&lt;BR /&gt;
Caused by: org.jbpm.graph.def.DelegationException: Policy must have an agent!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2016 17:20:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-events-not-being-split-for-each-date-for-one-heavy/m-p/219612#M43118</guid>
      <dc:creator>athorat</dc:creator>
      <dc:date>2016-01-08T17:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Why are events not being split for each date for one heavy forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-events-not-being-split-for-each-date-for-one-heavy/m-p/219613#M43119</link>
      <description>&lt;P&gt;Oh, so you're saying that these are for sure &lt;STRONG&gt;NOT&lt;/STRONG&gt; single line log files ? In that case, we definitely should have &lt;CODE&gt;SHOULD_LINEMERGE=true&lt;/CODE&gt; (default). What I did to test was add your trace at the end of the events you added above - this basically lets the default value for &lt;CODE&gt;BREAK_ONLY_BEFORE_DATE=true&lt;/CODE&gt; (default) do its job. &lt;/P&gt;

&lt;P&gt;After I changed &lt;CODE&gt;SHOULD_LINEMERGE&lt;/CODE&gt; to true, it looks like it is parsing again normally. But these are all just approximations when I obviously can't look at all the data. I'd suggest looking through the &lt;CODE&gt;props.conf&lt;/CODE&gt; section &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/Propsconf"&gt;here&lt;/A&gt; on SHOULD_LINEMERGE=true and seeing if there are other settings that you might need. You got this !&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2016 21:04:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-events-not-being-split-for-each-date-for-one-heavy/m-p/219613#M43119</guid>
      <dc:creator>aljohnson_splun</dc:creator>
      <dc:date>2016-01-08T21:04:32Z</dc:date>
    </item>
  </channel>
</rss>

