<?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 I want make a field as index time in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/I-want-make-a-field-as-index-time/m-p/338019#M62412</link>
    <description>&lt;P&gt;I have csv file contains timestamp&lt;/P&gt;

&lt;P&gt;name, create_date, duration, distance are field names &lt;/P&gt;

&lt;P&gt;sourcetype: example&lt;/P&gt;

&lt;P&gt;I want to make that field as indexing time, what changes I have make in config files &lt;/P&gt;</description>
    <pubDate>Mon, 31 Jul 2017 04:16:50 GMT</pubDate>
    <dc:creator>nagarjuna280</dc:creator>
    <dc:date>2017-07-31T04:16:50Z</dc:date>
    <item>
      <title>I want make a field as index time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/I-want-make-a-field-as-index-time/m-p/338019#M62412</link>
      <description>&lt;P&gt;I have csv file contains timestamp&lt;/P&gt;

&lt;P&gt;name, create_date, duration, distance are field names &lt;/P&gt;

&lt;P&gt;sourcetype: example&lt;/P&gt;

&lt;P&gt;I want to make that field as indexing time, what changes I have make in config files &lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 04:16:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/I-want-make-a-field-as-index-time/m-p/338019#M62412</guid>
      <dc:creator>nagarjuna280</dc:creator>
      <dc:date>2017-07-31T04:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: I want make a field as index time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/I-want-make-a-field-as-index-time/m-p/338020#M62413</link>
      <description>&lt;P&gt;Hi nagarjuna280,&lt;BR /&gt;
at first, only with csv files, you have to deploy props.conf and transforms.conf both on indexers and forwarders.&lt;BR /&gt;
anyway, your props.con must be something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[ csv ]
SHOULD_LINEMERGE=false
NO_BINARY_CHECK=true
CHARSET=UTF-8
INDEXED_EXTRACTIONS=csv
KV_MODE=none
category=Structured
description=Comma-separated value format. Set header and other settings in "Delimited Settings"
disabled=false
pulldown_type=true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;if there isn't the header with fieldnames add &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;FIELD_NAMES=field1, field2, field3, ...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I suggest to use the Add data function of the Splunk web interface to test your field extraction.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 09:18:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/I-want-make-a-field-as-index-time/m-p/338020#M62413</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-07-31T09:18:10Z</dc:date>
    </item>
  </channel>
</rss>

