<?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 Problem in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-Problem/m-p/55465#M10828</link>
    <description>&lt;P&gt;My data is formatted in a CSV file with only two kinds of data:&lt;/P&gt;

&lt;P&gt;"Time: 7/4/2012, 213"&lt;/P&gt;

&lt;P&gt;The columns are the date of an event and a related count type to the event. I have 1014 rows of data.&lt;/P&gt;

&lt;P&gt;With that in mind, I set my props.conf to the following:&lt;BR /&gt;
TIME_PREFIX= Time:&lt;BR /&gt;
TIME_FORMAT= %m/%d/%Y&lt;/P&gt;

&lt;P&gt;When I do this Splunk recognizes the date and sets the time stamp appropriately. However, when I access the data in a search, it uses the ingest date/time as the _time rather that the time stamp that was established when I manually set up the data input. Am I missing some key to keeping the time stamp recognition?&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 14:42:56 GMT</pubDate>
    <dc:creator>ctmoses</dc:creator>
    <dc:date>2020-09-28T14:42:56Z</dc:date>
    <item>
      <title>Timestamp Problem</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-Problem/m-p/55465#M10828</link>
      <description>&lt;P&gt;My data is formatted in a CSV file with only two kinds of data:&lt;/P&gt;

&lt;P&gt;"Time: 7/4/2012, 213"&lt;/P&gt;

&lt;P&gt;The columns are the date of an event and a related count type to the event. I have 1014 rows of data.&lt;/P&gt;

&lt;P&gt;With that in mind, I set my props.conf to the following:&lt;BR /&gt;
TIME_PREFIX= Time:&lt;BR /&gt;
TIME_FORMAT= %m/%d/%Y&lt;/P&gt;

&lt;P&gt;When I do this Splunk recognizes the date and sets the time stamp appropriately. However, when I access the data in a search, it uses the ingest date/time as the _time rather that the time stamp that was established when I manually set up the data input. Am I missing some key to keeping the time stamp recognition?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:42:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timestamp-Problem/m-p/55465#M10828</guid>
      <dc:creator>ctmoses</dc:creator>
      <dc:date>2020-09-28T14:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp Problem</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-Problem/m-p/55466#M10829</link>
      <description>&lt;P&gt;While I couldn't solve the problem of getting Splunk to recognize my original regex as _time, I was able to get around by using field extraction to get my date from the data and (as "Date")then using &lt;BR /&gt;
...|eval _time= strptime(Date, "%m/%d/%Y")&lt;/P&gt;

&lt;P&gt;Still don't understand why Splunk recognized the time stamp when I was setting up this file as new data but did not search it the same way...&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2013 17:11:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timestamp-Problem/m-p/55466#M10829</guid>
      <dc:creator>ctmoses</dc:creator>
      <dc:date>2013-09-05T17:11:56Z</dc:date>
    </item>
  </channel>
</rss>

