<?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: How to break events on timestamp? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-break-events-on-timestamp/m-p/674593#M112900</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/264097"&gt;@splunkN00b&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pls copy paste the props.conf .. something got messaged up there..&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pls provide us some more details.. may we know what logs are these..&amp;nbsp;&lt;/P&gt;&lt;P&gt;did you upload the logs manually or do you read these logs thru UF&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jan 2024 01:45:51 GMT</pubDate>
    <dc:creator>inventsekar</dc:creator>
    <dc:date>2024-01-18T01:45:51Z</dc:date>
    <item>
      <title>How to break events on timestamp?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-break-events-on-timestamp/m-p/674555#M112898</link>
      <description>&lt;P&gt;Events are merging like this:&lt;BR /&gt;&lt;BR /&gt;2022-02-02T15:26:46.593150-05:00 mycompany: syslog initialised2022-02-02T15:26:48.970328-05:00 mycompany: [Portal|SYSTEM|20001|*system] Portal is starting2022-02-02T15:26:50.032387-05:00 mycompany: [Portal|SYSTEM|20002|*system] Portal is up and running2022-02-02T15:26:50.488943-05:00 mycompany: [Portal|CONTENTMANAGER|20942|-] Created fields (category), uid=5fdc6ec-01f0-41d5-8a33-d58b5efre2022-02-02T15:26:50.496126-05:00 mycompany: [Portal|CONTENTMANAGER|20942|-] Created fields (category), uid=6fe48c-20ee-4f7b-bf88-22ed5dfdd2022-02-02T15:26:50.502563-05:00 mycompany: [Portal|CONTENTMANAGER|20942|-] Created fields (category), uid=bcd5c461-9d23-4c79-8509-4af76c03ff5a2022-02-02T15:26:50.505764-05:00 mycompany: [Portal|CONTENTMANAGER|20942|-] Created fields (category), uid=bbb9449e-2893-4d06-bc51-edfdd42022-02-02T15:26:50.512171-05:00 mycompany: [Portal|CONTENTMANAGER|20942|-] Created fields (category), uid=155c7a37-69bc-44d2-98ac-cb75831a7c472022-02-02T15:26:50.517049-05:00 mycompany: [Portal|CONTENTMANAGER|20942|-] Created fields (category), uid=a575dfde3eb-4ca6-be2d-4491a4b59fe02022-02-02T15:33:33.669982-05:00 mycompany: syslog initialised2022-02-02T15:33:40.935228-05:00 mycompany: [Portal|SYSTEM|20001|*system] Portal is starting2022-02-02T15:33:41.990171-05:00 mycompany: [Portal|SYSTEM|20002|*system] Portal is up and running2022-02-02T15:35:34.533063-05:00 mycompany: syslog initialised2022-02-02T15:35:42.168799-05:00 mycompany: [Portal|SYSTEM|20001&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am expecting logs should break on timestamps like this:&lt;BR /&gt;&lt;BR /&gt;2022-02-02T15:26:46.593150-05:00 mycompany: syslog initialised&lt;BR /&gt;&lt;BR /&gt;2022-02-02T15:26:48.970328-05:00 mycompany: [Portal|SYSTEM|20001|*system] Portal is starting&lt;BR /&gt;&lt;BR /&gt;2022-02-02T15:26:50.032387-05:00 mycompany: [Portal|SYSTEM|20002|*system] Portal is up and running&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 17:02:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-break-events-on-timestamp/m-p/674555#M112898</guid>
      <dc:creator>splunkN00b</dc:creator>
      <dc:date>2024-01-17T17:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to break events on timestamp?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-break-events-on-timestamp/m-p/674565#M112899</link>
      <description>&lt;P&gt;It would help to see the props.conf settings for that sourcetype, but these should get you started:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[mysourcetype]
LINE_BREAKER = ([\r\n]+)\d\d\d\d-\d\d\d\dT
EVENT_BREAKER = ([\r\n]+)\d\d\d\d-\d\d\d\dT
EVENT_BREAKER_ENABLE = true
SHOULD_LINEMERGE = false
TIME_PREFIX = ^
TIME_FORMAT = %Y-%m-%dT%H:%M:%S.%6N%:z
MAX_TIMESTAMP_LOOKAHEAD = 30
TRUNCATE = 10000&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 17 Jan 2024 19:01:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-break-events-on-timestamp/m-p/674565#M112899</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-01-17T19:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to break events on timestamp?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-break-events-on-timestamp/m-p/674593#M112900</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/264097"&gt;@splunkN00b&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pls copy paste the props.conf .. something got messaged up there..&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pls provide us some more details.. may we know what logs are these..&amp;nbsp;&lt;/P&gt;&lt;P&gt;did you upload the logs manually or do you read these logs thru UF&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 01:45:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-break-events-on-timestamp/m-p/674593#M112900</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2024-01-18T01:45:51Z</dc:date>
    </item>
  </channel>
</rss>

