<?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: splunk event splitting in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/splunk-event-splitting/m-p/567839#M197900</link>
    <description>&lt;P&gt;Thanks. I have tried that still I am not getting as single event&lt;/P&gt;</description>
    <pubDate>Tue, 21 Sep 2021 13:41:25 GMT</pubDate>
    <dc:creator>mm12</dc:creator>
    <dc:date>2021-09-21T13:41:25Z</dc:date>
    <item>
      <title>splunk event splitting</title>
      <link>https://community.splunk.com/t5/Splunk-Search/splunk-event-splitting/m-p/567793#M197887</link>
      <description>&lt;P&gt;I have a log file below format and props.conf wriiten below. I am getting first four lines as one event and the remaining lines as separate events. But I want as single event . Can anyone help me on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;********************************************************************************&lt;BR /&gt;product = WebSphere Application Server 20.0.0.3 (wlp-1.0.38.cl200320200305-1433)&lt;BR /&gt;wlp.install.dir = /opt/IBM/wlp/&lt;BR /&gt;java.home = /opt/IBM/sdk/jre&lt;BR /&gt;java.version = 1.8.0_241&lt;BR /&gt;java.runtime = Java(TM) SE Runtime Environment (8.0.6.7 - pxa6480sr6fp7-20200312_01(SR6 FP7))&lt;BR /&gt;os = Linux (3.10.0-1160.11.1.el7.x86_64; amd64) (en_GB)&lt;BR /&gt;process = 29193@128.161.210.72&lt;BR /&gt;********************************************************************************&lt;BR /&gt;[17/09/21 16:40:27:860 BST] 00000001 com.ibm.ws.kernel.launch.internal.FrameworkManager I CWWKE0002I: The kernel started after 3.119 seconds&lt;BR /&gt;[17/09/21 16:40:28:003 BST] 0000003b com.ibm.ws.kernel.feature.internal.FeatureManager I CWWKF0007I: Feature update started.&lt;BR /&gt;[17/09/21 16:40:28:809 BST] 0000003b com.ibm.ws.config.xml.internal.ConfigEvaluator W CWWKG0033W: The value [localHostOnly] specified for the reference attribute [allowFromEndpointRef] was not found in the configuration.&lt;BR /&gt;[17/09/21 16:40:29:051 BST] 00000030 com.ibm.ws.security.ready.internal.SecurityReadyServiceImpl I CWWKS0007I: The security service is starting...&lt;BR /&gt;[17/09/21 16:40:29:524 BST] 00000032 com.ibm.ws.annocache.service I OSGi Work Path [ /opt/IBM/wlp/usr/servers/e2/workarea/org.eclipse.osgi/43/data ]&lt;BR /&gt;[17/09/21 16:40:31:924 BST] 00000031 com.ibm.ws.app.manager.internal.monitor.DropinMonitor A CWWKZ0058I: Monitoring dropins for applications.&lt;BR /&gt;[17/09/21 16:40:33:586 BST] 00000031 com.ibm.ws.cache.ServerCache I DYNA1001I: WebSphere Dynamic Cache instance named baseCache initialized successful&lt;/P&gt;&lt;P&gt;props.conf&lt;BR /&gt;LINE_BREAKER = ([\r\n]+)&lt;BR /&gt;SHOULD_LINEMERGE = true&lt;BR /&gt;BREAK_ONLY_BEFORE_DATE = true&lt;BR /&gt;BREAK_ONLY_BEFORE = (.\d{7}.\d\d:\d\d:\d\d.\d\d)&lt;BR /&gt;MAX_TIMESTAMP_LOOKAHEAD = 18&lt;BR /&gt;DATETIME_CONFIG =&lt;BR /&gt;TIME_FORMAT = %d/%m/%y %H:%M:%S:%3N %z&lt;BR /&gt;TZ = BST&lt;BR /&gt;TIME_PREFIX = "^&lt;BR /&gt;TRUNCATE = 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 08:03:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/splunk-event-splitting/m-p/567793#M197887</guid>
      <dc:creator>mm12</dc:creator>
      <dc:date>2021-09-21T08:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: splunk event splitting</title>
      <link>https://community.splunk.com/t5/Splunk-Search/splunk-event-splitting/m-p/567832#M197895</link>
      <description>&lt;P&gt;The BREAK_ONLY_BEFORE_DATE separates events at dates so it should be no surprise that each line is a new event.&lt;/P&gt;&lt;P&gt;Try these settings to get the whole set into a single event.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LINE_BREAKER = ([\r\n]+)product =
SHOULD_LINEMERGE = true
MAX_TIMESTAMP_LOOKAHEAD = 18
TIME_FORMAT = %d/%m/%y %H:%M:%S:%3N %Z
TIME_PREFIX = ^\[
TRUNCATE = 0&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 21 Sep 2021 12:42:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/splunk-event-splitting/m-p/567832#M197895</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-09-21T12:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: splunk event splitting</title>
      <link>https://community.splunk.com/t5/Splunk-Search/splunk-event-splitting/m-p/567839#M197900</link>
      <description>&lt;P&gt;Thanks. I have tried that still I am not getting as single event&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 13:41:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/splunk-event-splitting/m-p/567839#M197900</guid>
      <dc:creator>mm12</dc:creator>
      <dc:date>2021-09-21T13:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: splunk event splitting</title>
      <link>https://community.splunk.com/t5/Splunk-Search/splunk-event-splitting/m-p/567845#M197903</link>
      <description>&lt;P&gt;Just noticed SHOULD_LINEMERGE should be "false", though it may not make much difference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 14:13:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/splunk-event-splitting/m-p/567845#M197903</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-09-21T14:13:16Z</dc:date>
    </item>
  </channel>
</rss>

