<?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 timestamp equals none in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/timestamp-equals-none/m-p/75358#M15366</link>
    <description>&lt;P&gt;I am trying to use the timestamp field to find the time diff between events. However, I see that the field equals none or is empty for all of my events for this particular log. Why would this field not be populated?&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jun 2013 21:06:52 GMT</pubDate>
    <dc:creator>motobeats</dc:creator>
    <dc:date>2013-06-25T21:06:52Z</dc:date>
    <item>
      <title>timestamp equals none</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/timestamp-equals-none/m-p/75358#M15366</link>
      <description>&lt;P&gt;I am trying to use the timestamp field to find the time diff between events. However, I see that the field equals none or is empty for all of my events for this particular log. Why would this field not be populated?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2013 21:06:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/timestamp-equals-none/m-p/75358#M15366</guid>
      <dc:creator>motobeats</dc:creator>
      <dc:date>2013-06-25T21:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: timestamp equals none</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/timestamp-equals-none/m-p/75359#M15367</link>
      <description>&lt;P&gt;What do you get if you do the following?&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;source=thelogwithaproblem&lt;BR /&gt;
| table _time, source&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;(Thanks @Ayn - I must have had a little mental vacation there)&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2013 21:20:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/timestamp-equals-none/m-p/75359#M15367</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2013-06-25T21:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: timestamp equals none</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/timestamp-equals-none/m-p/75360#M15368</link>
      <description>&lt;P&gt;Shouldn't that be _time?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2013 22:01:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/timestamp-equals-none/m-p/75360#M15368</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-06-25T22:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: timestamp equals none</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/timestamp-equals-none/m-p/75361#M15369</link>
      <description>&lt;P&gt;Also the _time field always exists for events in Splunk's index. If you dont't see it you're doing something wrong.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2013 22:02:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/timestamp-equals-none/m-p/75361#M15369</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-06-25T22:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: timestamp equals none</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/timestamp-equals-none/m-p/75362#M15370</link>
      <description>&lt;P&gt;lguinn - I get a table with event time and source. So that seems good. In looking at some other logs, I can't find the timestamp column populated their either. Does it matter? Is timestamp something Splunk creates or does it reference a field in the log it copies wholesale?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2013 14:12:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/timestamp-equals-none/m-p/75362#M15370</guid>
      <dc:creator>motobeats</dc:creator>
      <dc:date>2013-06-26T14:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: timestamp equals none</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/timestamp-equals-none/m-p/75363#M15371</link>
      <description>&lt;P&gt;How Splunk deals with timestamps - &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/Data/Configuretimestamprecognition"&gt;http://docs.splunk.com/Documentation/Splunk/5.0/Data/Configuretimestamprecognition&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2013 14:27:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/timestamp-equals-none/m-p/75363#M15371</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-06-26T14:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: timestamp equals none</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/timestamp-equals-none/m-p/75364#M15372</link>
      <description>&lt;P&gt;&lt;STRONG&gt;All&lt;/STRONG&gt; events in Splunk have a timestamp; the name of the field is &lt;CODE&gt;_time&lt;/CODE&gt;. It is an internal field, which may or may not be derived directly from the data in the source log files. Internal fields do not appear in the fields sidebar; perhaps that is why you didn't know about it.&lt;/P&gt;

&lt;P&gt;As &lt;A href="http://splunk-base.splunk.com/users/131/ayn"&gt;Ayn&lt;/A&gt; points out, there are whole sections in the Splunk documentation that deal with configuring timestamps: &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/Data/Configuretimestamprecognition"&gt;Configure timestamp recognition&lt;/A&gt; is a good read.&lt;/P&gt;

&lt;P&gt;In summary: Splunk looks first at the event and tries to find a timestamp. While you can configure timestamp recognition, Splunk is quite good at automatically interpreting timestamps if they are in a reasonable format. Splunk also can apply a time zone adjustment to the timestamp, if you have configured it.&lt;/P&gt;

&lt;P&gt;If there is no timestamp in the event itself, Splunk looks for other ways of identifying the likely time of the event, such as the source file modification time.&lt;/P&gt;

&lt;P&gt;If all else fails as Splunk is parsing the event, Splunk uses the clock time as the event timestamp.&lt;/P&gt;

&lt;P&gt;Based on the above, Splunk calculates and stores the timestamp in &lt;CODE&gt;_time&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;Splunk does not change the actual format or content of the event; the &lt;CODE&gt;_time&lt;/CODE&gt; field exists as metadata for every event. There is  no "timestamp" column, unless you have a specific source that defines such a field.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2013 01:32:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/timestamp-equals-none/m-p/75364#M15372</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2013-06-27T01:32:05Z</dc:date>
    </item>
  </channel>
</rss>

