<?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 PROPS Configuration with CSV Header- Requesting feedback and if there is a way to change field name in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/PROPS-Configuration-with-CSV-Header-Requesting-feedback-and-if/m-p/587513#M204608</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have CSV (with epoch time) source files (file with a few sample events given below) with header info. I wrote a props configuration file (see below). I tested this props with a few events and working as expected. Do you have any recommendation on this props configuration file or I am good to go with this props.conf? Also is there any way I can change the field name (i.e., id as ID, created as TIMESTAMP.........so on)? Your feedback and help will be highly appreciated. Thank you so much.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Sample csv with epoch time:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SplunkDash_0-1646332133422.png" style="width: 763px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/18276iDE8C96896BB13812/image-dimensions/763x62?v=v2" width="763" height="62" role="button" title="SplunkDash_0-1646332133422.png" alt="SplunkDash_0-1646332133422.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;props.conf that I Wrote:prop&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;[ csv ]&lt;/P&gt;
&lt;P&gt;SHOULD_LINEMERGE=false&lt;/P&gt;
&lt;P&gt;CHARSET=UTF-8&lt;/P&gt;
&lt;P&gt;INDEXED_EXTRACTIONS=csv&lt;/P&gt;
&lt;P&gt;category=Structured&lt;/P&gt;
&lt;P&gt;HEADER_FIELD_LINE_NUMBER=1&lt;/P&gt;
&lt;P&gt;TIMESTAMP_FIELDS=created&lt;/P&gt;
&lt;P&gt;TIME_FORMAT=%s%9N&lt;/P&gt;
&lt;P&gt;MAX_TIMESTAMP_LOOKAHEAD=14&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Mar 2022 18:56:54 GMT</pubDate>
    <dc:creator>SplunkDash</dc:creator>
    <dc:date>2022-03-03T18:56:54Z</dc:date>
    <item>
      <title>PROPS Configuration with CSV Header- Requesting feedback and if there is a way to change field name</title>
      <link>https://community.splunk.com/t5/Splunk-Search/PROPS-Configuration-with-CSV-Header-Requesting-feedback-and-if/m-p/587513#M204608</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have CSV (with epoch time) source files (file with a few sample events given below) with header info. I wrote a props configuration file (see below). I tested this props with a few events and working as expected. Do you have any recommendation on this props configuration file or I am good to go with this props.conf? Also is there any way I can change the field name (i.e., id as ID, created as TIMESTAMP.........so on)? Your feedback and help will be highly appreciated. Thank you so much.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Sample csv with epoch time:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SplunkDash_0-1646332133422.png" style="width: 763px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/18276iDE8C96896BB13812/image-dimensions/763x62?v=v2" width="763" height="62" role="button" title="SplunkDash_0-1646332133422.png" alt="SplunkDash_0-1646332133422.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;props.conf that I Wrote:prop&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;[ csv ]&lt;/P&gt;
&lt;P&gt;SHOULD_LINEMERGE=false&lt;/P&gt;
&lt;P&gt;CHARSET=UTF-8&lt;/P&gt;
&lt;P&gt;INDEXED_EXTRACTIONS=csv&lt;/P&gt;
&lt;P&gt;category=Structured&lt;/P&gt;
&lt;P&gt;HEADER_FIELD_LINE_NUMBER=1&lt;/P&gt;
&lt;P&gt;TIMESTAMP_FIELDS=created&lt;/P&gt;
&lt;P&gt;TIME_FORMAT=%s%9N&lt;/P&gt;
&lt;P&gt;MAX_TIMESTAMP_LOOKAHEAD=14&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 18:56:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/PROPS-Configuration-with-CSV-Header-Requesting-feedback-and-if/m-p/587513#M204608</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2022-03-03T18:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: PROPS Configuration with CSV Header</title>
      <link>https://community.splunk.com/t5/Splunk-Search/PROPS-Configuration-with-CSV-Header-Requesting-feedback-and-if/m-p/587517#M204609</link>
      <description>&lt;P&gt;The existing props look good to me.&lt;/P&gt;&lt;P&gt;I don't know that you can rename fields, but you can create new fields using the EVAL or FIELDALIAS properties.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;EVAL-ID = id
FIELDALIAS-someuniquename = created as TIMESTAMP&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 18:49:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/PROPS-Configuration-with-CSV-Header-Requesting-feedback-and-if/m-p/587517#M204609</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-03-03T18:49:15Z</dc:date>
    </item>
  </channel>
</rss>

