<?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: Parsing Multiline logs into single event in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Parsing-Multiline-logs-into-single-event/m-p/504995#M86033</link>
    <description>&lt;P&gt;I think you just need to add a LINE_BREAKER setting.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[sourcetype]
TRUNCATE=240000
SHOULD_LINEMERGE=false
TIME_PREFIX=^
TIME_FORMAT= %Y-%m-%d %H:%M:%S,%3N
MAX_TIMESTAMP_LOOKAHEAD=30
KV_MODE = auto
LINE_BREAKER = ([\r\n]+)\d\d\d\d-\d\d-\d\d \d\d:\d\d:\d\d,\d\d\d[\r\n]+\d\d\d\d&lt;/LI-CODE&gt;&lt;P&gt;The goal is to break lines before the first timestamp and not also before the second timestamp.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jun 2020 14:42:59 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2020-06-18T14:42:59Z</dc:date>
    <item>
      <title>Parsing Multiline logs into single event</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Parsing-Multiline-logs-into-single-event/m-p/504878#M86021</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I'm new to splunk and working on one of my error logs onboarding to splunk. somehow my props.conf for the below sample logs seems to be not working. Any help could be greatly appreciated.&lt;/P&gt;&lt;P&gt;2020-06-05 07:03:56,639&lt;BR /&gt;2020-06-05 11:03:56,639&lt;BR /&gt;ERROR&lt;BR /&gt;[11]&lt;BR /&gt;Error Message: [RecId=xxxxxxxx][host=xxxxxxx][userID=xxxxxxx] Exception: System.InvalidOperationException: The view 'Error' or its master was not found or no view engine supports the searched locations. The following locations were searched:&lt;BR /&gt;~/Areas/Summary/Views/PaySummary/Error.aspx&lt;BR /&gt;~/Areas/Summary/Views/PaySummary/Error.ascx&lt;BR /&gt;~/Areas/Summary/Views/Shared/Error.aspx&lt;BR /&gt;~/Areas/Summary/Views/Shared/Error.ascx&lt;BR /&gt;~/Views/PaySummary/Error.aspx&lt;BR /&gt;~/Views/PaySummary/Error.ascx&lt;BR /&gt;~/Views/Shared/Error.aspx&lt;BR /&gt;~/Views/Shared/Error.ascx&lt;BR /&gt;~/Areas/Summary/Views/PaySummary/Error.cshtml&lt;BR /&gt;~/Areas/Summary/Views/PaySummary/Error.vbhtml&lt;BR /&gt;~/Areas/Summary/Views/Shared/Error.cshtml&lt;BR /&gt;~/Areas/Summary/Views/Shared/Error.vbhtml&lt;BR /&gt;~/Views/PaySummary/Error.cshtml&lt;BR /&gt;~/Views/PaySummary/Error.vbhtml&lt;BR /&gt;~/Views/Shared/Error.cshtml&lt;BR /&gt;~/Views/Shared/Error.vbhtml&lt;BR /&gt;at System.Web.Mvc.ViewResult.FindView(ControllerContext context)&lt;BR /&gt;at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context)&lt;BR /&gt;at System.Web.Mvc.Async.AsyncControllerActionInvoker.&amp;lt;&amp;gt;c__DisplayClass3_1.&amp;lt;BeginInvokeAction&amp;gt;b__5(IAsyncResult asyncResult)&lt;BR /&gt;at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult)&lt;BR /&gt;at System.Web.Mvc.Controller.&amp;lt;&amp;gt;c.&amp;lt;BeginExecuteCore&amp;gt;b__152_1(IAsyncResult asyncResult, ExecuteCoreState innerState)&lt;BR /&gt;at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)&lt;BR /&gt;at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)&lt;BR /&gt;at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)&lt;BR /&gt;at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult)&lt;BR /&gt;at System.Web.Mvc.MvcHandler.&amp;lt;&amp;gt;c.&amp;lt;BeginProcessRequest&amp;gt;b__20_1(IAsyncResult asyncResult, ProcessRequestState innerState)&lt;BR /&gt;at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)&lt;BR /&gt;at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult)&lt;BR /&gt;at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()&lt;BR /&gt;at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)&lt;BR /&gt;at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp;amp; completedSynchronously)&lt;BR /&gt;2020-06-05 07:03:56,843&lt;BR /&gt;2020-06-05 11:03:56,843&lt;BR /&gt;ERROR&lt;BR /&gt;[15]&lt;BR /&gt;Error Message: [RecId=xxxxxxxx][host=xxxxxx][userID=xxxxxx] Exception: System.InvalidOperationException: The view 'Error' or its master was not found or no view engine supports the searched locations. The following locations were searched:&lt;BR /&gt;~/Areas/Summary/Views/PaySummary/Error.aspx&lt;BR /&gt;~/Areas/Summary/Views/PaySummary/Error.ascx&lt;BR /&gt;~/Areas/Summary/Views/Shared/Error.aspx&lt;BR /&gt;~/Areas/Summary/Views/Shared/Error.ascx&lt;BR /&gt;~/Views/PaySummary/Error.aspx&lt;BR /&gt;~/Views/PaySummary/Error.ascx&lt;BR /&gt;~/Views/Shared/Error.aspx&lt;BR /&gt;~/Views/Shared/Error.ascx&lt;BR /&gt;~/Areas/Summary/Views/PaySummary/Error.cshtml&lt;BR /&gt;~/Areas/Summary/Views/PaySummary/Error.vbhtml&lt;BR /&gt;~/Areas/Summary/Views/Shared/Error.cshtml&lt;BR /&gt;~/Areas/Summary/Views/Shared/Error.vbhtml&lt;BR /&gt;~/Views/PaySummary/Error.cshtml&lt;BR /&gt;~/Views/PaySummary/Error.vbhtml&lt;BR /&gt;~/Views/Shared/Error.cshtml&lt;BR /&gt;~/Views/Shared/Error.vbhtml&lt;BR /&gt;at System.Web.Mvc.ViewResult.FindView(ControllerContext context)&lt;BR /&gt;at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context)&lt;BR /&gt;at System.Web.Mvc.Async.AsyncControllerActionInvoker.&amp;lt;&amp;gt;c__DisplayClass3_1.&amp;lt;BeginInvokeAction&amp;gt;b__5(IAsyncResult asyncResult)&lt;BR /&gt;at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult)&lt;BR /&gt;at System.Web.Mvc.Controller.&amp;lt;&amp;gt;c.&amp;lt;BeginExecuteCore&amp;gt;b__152_1(IAsyncResult asyncResult, ExecuteCoreState innerState)&lt;BR /&gt;at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)&lt;BR /&gt;at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)&lt;BR /&gt;at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)&lt;BR /&gt;at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult)&lt;BR /&gt;at System.Web.Mvc.MvcHandler.&amp;lt;&amp;gt;c.&amp;lt;BeginProcessRequest&amp;gt;b__20_1(IAsyncResult asyncResult, ProcessRequestState innerState)&lt;BR /&gt;at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)&lt;BR /&gt;at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult)&lt;BR /&gt;at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()&lt;BR /&gt;at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)&lt;BR /&gt;at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp;amp; completedSynchronously)&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2020 22:56:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Parsing-Multiline-logs-into-single-event/m-p/504878#M86021</guid>
      <dc:creator>Dingu</dc:creator>
      <dc:date>2020-06-17T22:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing Multiline logs into single event</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Parsing-Multiline-logs-into-single-event/m-p/504884#M86022</link>
      <description>Please share your current props.conf settings and show where the event(s) should break.</description>
      <pubDate>Thu, 18 Jun 2020 00:35:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Parsing-Multiline-logs-into-single-event/m-p/504884#M86022</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-06-18T00:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing Multiline logs into single event</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Parsing-Multiline-logs-into-single-event/m-p/504993#M86032</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;Thank you for your response. I have set my current props.conf as follow&lt;/P&gt;&lt;P&gt;[sourcetype]&lt;BR /&gt;TRUNCATE=240000&lt;BR /&gt;SHOULD_LINEMERGE=false&lt;BR /&gt;TIME_PREFIX=^&lt;BR /&gt;TIME_FORMAT= %Y-%m-%d %H:%M:%S,%3N&lt;BR /&gt;MAX_TIMESTAMP_LOOKAHEAD=30&lt;BR /&gt;KV_MODE = auto&lt;/P&gt;&lt;P&gt;And I would like to break my event breaking at the highlighted part.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2020-06-05 07:03:56,639&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2020-06-05 11:03:56,639&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[11]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error Message: [RecId=xxxxxxxx][host=xxxxxxx][userID=xxxxxxx] Exception: System.InvalidOperationException: The view 'Error' or its master was not found or no view engine supports the searched locations. The following locations were searched:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Areas/Summary/Views/PaySummary/Error.aspx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Areas/Summary/Views/PaySummary/Error.ascx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Areas/Summary/Views/Shared/Error.aspx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Areas/Summary/Views/Shared/Error.ascx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Views/PaySummary/Error.aspx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Views/PaySummary/Error.ascx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Views/Shared/Error.aspx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Views/Shared/Error.ascx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Areas/Summary/Views/PaySummary/Error.cshtml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Areas/Summary/Views/PaySummary/Error.vbhtml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Areas/Summary/Views/Shared/Error.cshtml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Areas/Summary/Views/Shared/Error.vbhtml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Views/PaySummary/Error.cshtml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Views/PaySummary/Error.vbhtml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Views/Shared/Error.cshtml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Views/Shared/Error.vbhtml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.Mvc.ViewResult.FindView(ControllerContext context)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.Mvc.Async.AsyncControllerActionInvoker.&amp;lt;&amp;gt;c__DisplayClass3_1.&amp;lt;BeginInvokeAction&amp;gt;b__5(IAsyncResult asyncResult)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.Mvc.Controller.&amp;lt;&amp;gt;c.&amp;lt;BeginExecuteCore&amp;gt;b__152_1(IAsyncResult asyncResult, ExecuteCoreState innerState)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.Mvc.MvcHandler.&amp;lt;&amp;gt;c.&amp;lt;BeginProcessRequest&amp;gt;b__20_1(IAsyncResult asyncResult, ProcessRequestState innerState)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp;amp; completedSynchronously)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;&lt;STRONG&gt;2020-06-05 07:03:56,843&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;2020-06-05 11:03:56,843&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[15]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error Message: [RecId=xxxxxxxx][host=xxxxxx][userID=xxxxxx] Exception: System.InvalidOperationException: The view 'Error' or its master was not found or no view engine supports the searched locations. The following locations were searched:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Areas/Summary/Views/PaySummary/Error.aspx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Areas/Summary/Views/PaySummary/Error.ascx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Areas/Summary/Views/Shared/Error.aspx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Areas/Summary/Views/Shared/Error.ascx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Views/PaySummary/Error.aspx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Views/PaySummary/Error.ascx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Views/Shared/Error.aspx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Views/Shared/Error.ascx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Areas/Summary/Views/PaySummary/Error.cshtml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Areas/Summary/Views/PaySummary/Error.vbhtml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Areas/Summary/Views/Shared/Error.cshtml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Areas/Summary/Views/Shared/Error.vbhtml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Views/PaySummary/Error.cshtml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Views/PaySummary/Error.vbhtml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Views/Shared/Error.cshtml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~/Views/Shared/Error.vbhtml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.Mvc.ViewResult.FindView(ControllerContext context)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.Mvc.Async.AsyncControllerActionInvoker.&amp;lt;&amp;gt;c__DisplayClass3_1.&amp;lt;BeginInvokeAction&amp;gt;b__5(IAsyncResult asyncResult)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.Mvc.Controller.&amp;lt;&amp;gt;c.&amp;lt;BeginExecuteCore&amp;gt;b__152_1(IAsyncResult asyncResult, ExecuteCoreState innerState)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.Mvc.MvcHandler.&amp;lt;&amp;gt;c.&amp;lt;BeginProcessRequest&amp;gt;b__20_1(IAsyncResult asyncResult, ProcessRequestState innerState)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp;amp; completedSynchronously)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 14:30:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Parsing-Multiline-logs-into-single-event/m-p/504993#M86032</guid>
      <dc:creator>Dingu</dc:creator>
      <dc:date>2020-06-18T14:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing Multiline logs into single event</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Parsing-Multiline-logs-into-single-event/m-p/504995#M86033</link>
      <description>&lt;P&gt;I think you just need to add a LINE_BREAKER setting.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[sourcetype]
TRUNCATE=240000
SHOULD_LINEMERGE=false
TIME_PREFIX=^
TIME_FORMAT= %Y-%m-%d %H:%M:%S,%3N
MAX_TIMESTAMP_LOOKAHEAD=30
KV_MODE = auto
LINE_BREAKER = ([\r\n]+)\d\d\d\d-\d\d-\d\d \d\d:\d\d:\d\d,\d\d\d[\r\n]+\d\d\d\d&lt;/LI-CODE&gt;&lt;P&gt;The goal is to break lines before the first timestamp and not also before the second timestamp.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 14:42:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Parsing-Multiline-logs-into-single-event/m-p/504995#M86033</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-06-18T14:42:59Z</dc:date>
    </item>
  </channel>
</rss>

