<?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 can I manually set the timestamp at index time? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-manually-set-the-timestamp-at-index-time/m-p/337266#M62283</link>
    <description>&lt;P&gt;I have csv files, but I want know if exists way to fill _time field correctly at index time. I could replace every year with day and month but that's not the question why that is before the index time&lt;/P&gt;</description>
    <pubDate>Tue, 17 Apr 2018 08:17:33 GMT</pubDate>
    <dc:creator>jvardev</dc:creator>
    <dc:date>2018-04-17T08:17:33Z</dc:date>
    <item>
      <title>How can I manually set the timestamp at index time?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-manually-set-the-timestamp-at-index-time/m-p/337262#M62279</link>
      <description>&lt;P&gt;I have events with a field: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2015|...
2016|...
2017|...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I want to set a timestamp at index time for each event with same day and month:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;1/2/2015 
1/2/2016
1/2/2017
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 10:44:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-manually-set-the-timestamp-at-index-time/m-p/337262#M62279</guid>
      <dc:creator>jvardev</dc:creator>
      <dc:date>2018-04-16T10:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: How can I manually set the timestamp at index time?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-manually-set-the-timestamp-at-index-time/m-p/337263#M62280</link>
      <description>&lt;P&gt;is it a pipe delimited data? does it have a header?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 19:07:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-manually-set-the-timestamp-at-index-time/m-p/337263#M62280</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2018-04-16T19:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can I manually set the timestamp at index time?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-manually-set-the-timestamp-at-index-time/m-p/337264#M62281</link>
      <description>&lt;P&gt;How is this data generated? Would it be possible for you to update the file generator to include the day and month in the file data?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 19:18:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-manually-set-the-timestamp-at-index-time/m-p/337264#M62281</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-04-16T19:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can I manually set the timestamp at index time?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-manually-set-the-timestamp-at-index-time/m-p/337265#M62282</link>
      <description>&lt;P&gt;yes, is delimited by pipes and I have the name fields&lt;/P&gt;

&lt;P&gt;name1|name2|...&lt;BR /&gt;
value1|value2|....&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 08:10:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-manually-set-the-timestamp-at-index-time/m-p/337265#M62282</guid>
      <dc:creator>jvardev</dc:creator>
      <dc:date>2018-04-17T08:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: How can I manually set the timestamp at index time?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-manually-set-the-timestamp-at-index-time/m-p/337266#M62283</link>
      <description>&lt;P&gt;I have csv files, but I want know if exists way to fill _time field correctly at index time. I could replace every year with day and month but that's not the question why that is before the index time&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 08:17:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-manually-set-the-timestamp-at-index-time/m-p/337266#M62283</guid>
      <dc:creator>jvardev</dc:creator>
      <dc:date>2018-04-17T08:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: How can I manually set the timestamp at index time?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-manually-set-the-timestamp-at-index-time/m-p/337267#M62284</link>
      <description>&lt;P&gt;@jvardev,&lt;BR /&gt;
as far as i am aware, you can not assign a manual timestamp in indextime when having the year only.&lt;BR /&gt;
with that being said, dealing with structured data as yours (and any data in splunk), you can convert the time in search time and apply it however you would like.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 15:28:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-manually-set-the-timestamp-at-index-time/m-p/337267#M62284</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2018-04-17T15:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: How can I manually set the timestamp at index time?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-manually-set-the-timestamp-at-index-time/m-p/337268#M62285</link>
      <description>&lt;P&gt;To solve this, I append the timestamp (day and month) with a script before index it.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 19:46:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-manually-set-the-timestamp-at-index-time/m-p/337268#M62285</guid>
      <dc:creator>jvardev</dc:creator>
      <dc:date>2018-10-29T19:46:43Z</dc:date>
    </item>
  </channel>
</rss>

