<?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 _time or time not being populated correctly from a CSV file in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/time-or-time-not-being-populated-correctly-from-a-CSV-file/m-p/250943#M48304</link>
    <description>&lt;P&gt;Having issues getting time right. &lt;BR /&gt;
My time is currently being populated by file creation time &amp;amp; not the 2nd column of the CSV file. &lt;/P&gt;

&lt;P&gt;In troubleshooting, I've extracted time out a couple times. &lt;BR /&gt;
DATE_              2016-08-25 01:05:00 PM&lt;BR /&gt;
extractDATE   2016-08-25 01:05:00 PM&lt;/P&gt;

&lt;P&gt;but even though in props.conf, I've tried to assign either to the time value- it doesn't seem to have an effect after Splunk restart and addition of new files. &lt;/P&gt;

&lt;P&gt;Props shows &lt;BR /&gt;
TIMESTAMP_FIELDS = extractDATE&lt;/P&gt;

&lt;P&gt;the time shows as &lt;BR /&gt;
Time        _time      2016-08-25T13:39:02.000-07:00&lt;/P&gt;

&lt;P&gt;I've successfully assigned timestamp, but that doesn't show well in a timechart. &lt;BR /&gt;
I've looked for other ways to assign @ search time such as an eval command to assign time, but that clobbers the time all together&lt;/P&gt;

&lt;P&gt;Is there a manual way to assign time to a field in the GUI or at search time? hard to figure out what I'm doing wrong here. &lt;/P&gt;</description>
    <pubDate>Thu, 25 Aug 2016 23:49:00 GMT</pubDate>
    <dc:creator>clintla</dc:creator>
    <dc:date>2016-08-25T23:49:00Z</dc:date>
    <item>
      <title>_time or time not being populated correctly from a CSV file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/time-or-time-not-being-populated-correctly-from-a-CSV-file/m-p/250943#M48304</link>
      <description>&lt;P&gt;Having issues getting time right. &lt;BR /&gt;
My time is currently being populated by file creation time &amp;amp; not the 2nd column of the CSV file. &lt;/P&gt;

&lt;P&gt;In troubleshooting, I've extracted time out a couple times. &lt;BR /&gt;
DATE_              2016-08-25 01:05:00 PM&lt;BR /&gt;
extractDATE   2016-08-25 01:05:00 PM&lt;/P&gt;

&lt;P&gt;but even though in props.conf, I've tried to assign either to the time value- it doesn't seem to have an effect after Splunk restart and addition of new files. &lt;/P&gt;

&lt;P&gt;Props shows &lt;BR /&gt;
TIMESTAMP_FIELDS = extractDATE&lt;/P&gt;

&lt;P&gt;the time shows as &lt;BR /&gt;
Time        _time      2016-08-25T13:39:02.000-07:00&lt;/P&gt;

&lt;P&gt;I've successfully assigned timestamp, but that doesn't show well in a timechart. &lt;BR /&gt;
I've looked for other ways to assign @ search time such as an eval command to assign time, but that clobbers the time all together&lt;/P&gt;

&lt;P&gt;Is there a manual way to assign time to a field in the GUI or at search time? hard to figure out what I'm doing wrong here. &lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 23:49:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/time-or-time-not-being-populated-correctly-from-a-CSV-file/m-p/250943#M48304</guid>
      <dc:creator>clintla</dc:creator>
      <dc:date>2016-08-25T23:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: _time or time not being populated correctly from a CSV file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/time-or-time-not-being-populated-correctly-from-a-CSV-file/m-p/250944#M48305</link>
      <description>&lt;P&gt;I'm good.. used this command to re-assign that doesnt clobber the time&lt;/P&gt;

&lt;P&gt;eval _time =strptime(timestamp,"%Y-%m-%d %H:%M:%S %P")&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2016 00:04:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/time-or-time-not-being-populated-correctly-from-a-CSV-file/m-p/250944#M48305</guid>
      <dc:creator>clintla</dc:creator>
      <dc:date>2016-08-26T00:04:30Z</dc:date>
    </item>
  </channel>
</rss>

