<?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 is Splunk removing timestamps from different events that occurred at the same time? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-removing-timestamps-from-different-events-that/m-p/272555#M52351</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;The events displayed in Splunk Web seems to miss the Timestamp on events that have the same timestamp.&lt;BR /&gt;
Please see the data below for details.&lt;/P&gt;

&lt;P&gt;For example:&lt;BR /&gt;
In my log file I can see 3 entries as follows:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;18:24:21.809 582   Event1 - Logging Event 1
18:24:21.809 582   Event2 - Logging Event 2
18:24:21.809 582   Event3 - Logging Event 3
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But in Splunk Web I see the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Event3 - Logging Event 3
Event2 - Logging Event 2
18:24:21.809 582   Event1 - Logging Event 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It does seem like its stripping off the timestamps on events.&lt;/P&gt;

&lt;P&gt;Can you please let me know how to fix this?&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Props.conf:&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;SHOULD_LINEMERGE = false
LINE_BREAKER = (([\r\n]+)(\d{2}:\d{2}:\d{2}.\d{3})) | (([\r\n]+)(\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2},\d{3}))
TZ = UTC
DATETIME_CONFIG = /etc/customDatetime.xml
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;customDatetime.xml&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;datetime&amp;gt;
        &amp;lt;define name="_fromat1" extract="hour, minute, second, subsecond"&amp;gt;
                &amp;lt;text&amp;gt;(\d{2}):(\d{2}):(\d{2}).(\d{3})&amp;lt;/text&amp;gt;
                &amp;lt;/define&amp;gt;
        &amp;lt;define name="_format2" extract="year, month, day, hour, minute, second, subsecond"&amp;gt;
                 &amp;lt;text&amp;gt;(\d{4})-(\d{2})-(\d{2})\s(\d{1,2}):(\d{2}):(\d{2}),(\d{3})&amp;lt;/text&amp;gt;
        &amp;lt;/define&amp;gt;
        &amp;lt;timePatterns&amp;gt;
                 &amp;lt;use name="_fromat1"/&amp;gt;
                 &amp;lt;use name="_format2"/&amp;gt;
        &amp;lt;/timePatterns&amp;gt;
        &amp;lt;datePatterns&amp;gt;
                 &amp;lt;use name="_fromat1"/&amp;gt;
                 &amp;lt;use name="_format2"/&amp;gt;
        &amp;lt;/datePatterns&amp;gt;
&amp;lt;/datetime&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 15 Dec 2015 18:40:40 GMT</pubDate>
    <dc:creator>abinesh</dc:creator>
    <dc:date>2015-12-15T18:40:40Z</dc:date>
    <item>
      <title>Why is Splunk removing timestamps from different events that occurred at the same time?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-removing-timestamps-from-different-events-that/m-p/272555#M52351</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;The events displayed in Splunk Web seems to miss the Timestamp on events that have the same timestamp.&lt;BR /&gt;
Please see the data below for details.&lt;/P&gt;

&lt;P&gt;For example:&lt;BR /&gt;
In my log file I can see 3 entries as follows:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;18:24:21.809 582   Event1 - Logging Event 1
18:24:21.809 582   Event2 - Logging Event 2
18:24:21.809 582   Event3 - Logging Event 3
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But in Splunk Web I see the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Event3 - Logging Event 3
Event2 - Logging Event 2
18:24:21.809 582   Event1 - Logging Event 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It does seem like its stripping off the timestamps on events.&lt;/P&gt;

&lt;P&gt;Can you please let me know how to fix this?&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Props.conf:&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;SHOULD_LINEMERGE = false
LINE_BREAKER = (([\r\n]+)(\d{2}:\d{2}:\d{2}.\d{3})) | (([\r\n]+)(\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2},\d{3}))
TZ = UTC
DATETIME_CONFIG = /etc/customDatetime.xml
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;customDatetime.xml&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;datetime&amp;gt;
        &amp;lt;define name="_fromat1" extract="hour, minute, second, subsecond"&amp;gt;
                &amp;lt;text&amp;gt;(\d{2}):(\d{2}):(\d{2}).(\d{3})&amp;lt;/text&amp;gt;
                &amp;lt;/define&amp;gt;
        &amp;lt;define name="_format2" extract="year, month, day, hour, minute, second, subsecond"&amp;gt;
                 &amp;lt;text&amp;gt;(\d{4})-(\d{2})-(\d{2})\s(\d{1,2}):(\d{2}):(\d{2}),(\d{3})&amp;lt;/text&amp;gt;
        &amp;lt;/define&amp;gt;
        &amp;lt;timePatterns&amp;gt;
                 &amp;lt;use name="_fromat1"/&amp;gt;
                 &amp;lt;use name="_format2"/&amp;gt;
        &amp;lt;/timePatterns&amp;gt;
        &amp;lt;datePatterns&amp;gt;
                 &amp;lt;use name="_fromat1"/&amp;gt;
                 &amp;lt;use name="_format2"/&amp;gt;
        &amp;lt;/datePatterns&amp;gt;
&amp;lt;/datetime&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 15 Dec 2015 18:40:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-removing-timestamps-from-different-events-that/m-p/272555#M52351</guid>
      <dc:creator>abinesh</dc:creator>
      <dc:date>2015-12-15T18:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk removing timestamps from different events that occurred at the same time?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-removing-timestamps-from-different-events-that/m-p/272556#M52352</link>
      <description>&lt;P&gt;The default line breaker should suffice if each of these events are on separate lines with line feeds / carriage returns.&lt;/P&gt;

&lt;P&gt;Remove your line breaker.&lt;/P&gt;

&lt;P&gt;If that doesnt work... try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; SHOULD_LINEMERGE = false
 BREAK_ONLY_BEFORE = \d{2}:\d{2}:\d{2}.\d{3}
 TZ = UTC
 DATETIME_CONFIG = /etc/customDatetime.xml
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 Dec 2015 20:42:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-removing-timestamps-from-different-events-that/m-p/272556#M52352</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2015-12-16T20:42:23Z</dc:date>
    </item>
  </channel>
</rss>

