<?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: Ingesting event data with timestamps afterwards sometimes in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Ingesting-event-data-with-timestamps-afterwards-sometimes/m-p/582257#M102586</link>
    <description>&lt;P&gt;Try these props.conf settings:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[mysourcetype]
SHOULD_LINEMERGE = false
LINE_BREAKER = ([\r\n]+)\*{12} Start
TIME_PREFIX = \[
TIME_FORMAT = %d/%m/%y %H:%M:%S:%$N %Z&lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 24 Jan 2022 13:38:24 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2022-01-24T13:38:24Z</dc:date>
    <item>
      <title>Ingesting event data with timestamps afterwards sometimes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Ingesting-event-data-with-timestamps-afterwards-sometimes/m-p/582198#M102574</link>
      <description>&lt;P&gt;Hey All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have data that needs to be ingested with multiple lines similar to the following:&lt;/P&gt;&lt;P&gt;************ Start Display Current Environment ************&lt;/P&gt;&lt;P&gt;***data***&lt;/P&gt;&lt;P&gt;***data***&lt;/P&gt;&lt;P&gt;***data***&lt;/P&gt;&lt;P&gt;************* End Display Current Environment *************&lt;/P&gt;&lt;P&gt;[13/11/21 5:21:15:183 AEDT] 00000001 ***data***&lt;BR /&gt;[13/11/21 5:21:15:276 AEDT] 00000001 ***data***&lt;BR /&gt;[13/11/21 5:21:15:278 AEDT] 00000001&amp;nbsp;***data***&lt;/P&gt;&lt;P&gt;************ Start Display Current Environment ************&lt;/P&gt;&lt;P&gt;***data***&lt;/P&gt;&lt;P&gt;***data***&lt;/P&gt;&lt;P&gt;***data***&lt;/P&gt;&lt;P&gt;************* End Display Current Environment *************&lt;/P&gt;&lt;P&gt;[17/11/21 5:21:15:183 AEDT] 00000001 ***data***&lt;BR /&gt;[17/11/21 5:21:15:276 AEDT] 00000001 ***data***&lt;BR /&gt;[17/11/21 5:21:15:278 AEDT] 00000001&amp;nbsp;***data***&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please note that the Start and End Display current Environment lines are constant in length and how they start but belong to the timestamp after themselves.&lt;/P&gt;&lt;P&gt;Is there a way to parse this data?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 06:10:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Ingesting-event-data-with-timestamps-afterwards-sometimes/m-p/582198#M102574</guid>
      <dc:creator>Thomas-R</dc:creator>
      <dc:date>2022-01-24T06:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Ingesting event data with timestamps afterwards sometimes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Ingesting-event-data-with-timestamps-afterwards-sometimes/m-p/582257#M102586</link>
      <description>&lt;P&gt;Try these props.conf settings:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[mysourcetype]
SHOULD_LINEMERGE = false
LINE_BREAKER = ([\r\n]+)\*{12} Start
TIME_PREFIX = \[
TIME_FORMAT = %d/%m/%y %H:%M:%S:%$N %Z&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 24 Jan 2022 13:38:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Ingesting-event-data-with-timestamps-afterwards-sometimes/m-p/582257#M102586</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-01-24T13:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Ingesting event data with timestamps afterwards sometimes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Ingesting-event-data-with-timestamps-afterwards-sometimes/m-p/582327#M102595</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I tried that but unfortunately it groups the events as per '************ Start' but sometimes the events start with the date instead, it there a way to sometimes get it to parse if this '************ Start' is first unless there is a date there instead?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 22:32:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Ingesting-event-data-with-timestamps-afterwards-sometimes/m-p/582327#M102595</guid>
      <dc:creator>Thomas-R</dc:creator>
      <dc:date>2022-01-24T22:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Ingesting event data with timestamps afterwards sometimes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Ingesting-event-data-with-timestamps-afterwards-sometimes/m-p/582340#M102599</link>
      <description>&lt;P&gt;Thanks for clarifying the requirements.&amp;nbsp; Try this setting.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LINE_BREAKER = ([\r\n]+)(\*{12} Start|\[\d\d\/)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 25 Jan 2022 00:42:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Ingesting-event-data-with-timestamps-afterwards-sometimes/m-p/582340#M102599</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-01-25T00:42:05Z</dc:date>
    </item>
  </channel>
</rss>

