<?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: My CSV headers are not extracting properly in splunk , Should be extracted into intresting  feilds.What changes should i do to my props.conf in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/My-CSV-headers-are-not-extracting-properly-in-splunk-Should-be/m-p/332033#M61491</link>
    <description>&lt;P&gt;Would like to extract CSV headers as fields rather than doing manual field extraction&lt;/P&gt;</description>
    <pubDate>Wed, 01 Mar 2017 01:22:47 GMT</pubDate>
    <dc:creator>guru865</dc:creator>
    <dc:date>2017-03-01T01:22:47Z</dc:date>
    <item>
      <title>My CSV headers are not extracting properly in splunk , Should be extracted into intresting  feilds.What changes should i do to my props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/My-CSV-headers-are-not-extracting-properly-in-splunk-Should-be/m-p/332032#M61490</link>
      <description>&lt;P&gt;I see my csv log files headers  showing as events and i would like have them in interesting fields extracted automatically.&lt;/P&gt;

&lt;P&gt;CSV header ex:  MMR,CLLL,city,Date,Time,Message,Status&lt;/P&gt;

&lt;P&gt;props.conf&lt;BR /&gt;
[XYZ]&lt;BR /&gt;
INDEXED_EXTRACTIONS = csv&lt;BR /&gt;
NO_BINARY_CHECK = true&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;BR /&gt;
disabled = false&lt;BR /&gt;
DATETIME_CONFIG = CURRENT&lt;/P&gt;

&lt;P&gt;I have three diff source types where i need to apply similar conf to have the headers extracted .Please help and let me know if you need any further information.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:04:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/My-CSV-headers-are-not-extracting-properly-in-splunk-Should-be/m-p/332032#M61490</guid>
      <dc:creator>guru865</dc:creator>
      <dc:date>2020-09-29T13:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: My CSV headers are not extracting properly in splunk , Should be extracted into intresting  feilds.What changes should i do to my props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/My-CSV-headers-are-not-extracting-properly-in-splunk-Should-be/m-p/332033#M61491</link>
      <description>&lt;P&gt;Would like to extract CSV headers as fields rather than doing manual field extraction&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 01:22:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/My-CSV-headers-are-not-extracting-properly-in-splunk-Should-be/m-p/332033#M61491</guid>
      <dc:creator>guru865</dc:creator>
      <dc:date>2017-03-01T01:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: My CSV headers are not extracting properly in splunk , Should be extracted into intresting  feilds.What changes should i do to my props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/My-CSV-headers-are-not-extracting-properly-in-splunk-Should-be/m-p/332034#M61492</link>
      <description>&lt;P&gt;Try this in props.conf ON YOUR FORWARDER NODE and restart after deployment:&lt;/P&gt;

&lt;P&gt;CSV header ex: MMR,CLLL,city,Date,Time,Message,Status&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[XYZ]
INDEXED_EXTRACTIONS = CSV
TIMESTAMP_FIELDS = Date, Time
TIME_FORMAT = &amp;lt;Put Your Custom Stuff Here&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Note that only events forwarded AFTER the splunkd restart on the forwarder AFTER a correct configuration is deployed will have the field extractions present.  Also be sure to set search mode to &lt;CODE&gt;verbose&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 02:11:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/My-CSV-headers-are-not-extracting-properly-in-splunk-Should-be/m-p/332034#M61492</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-03-01T02:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: My CSV headers are not extracting properly in splunk , Should be extracted into intresting  feilds.What changes should i do to my props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/My-CSV-headers-are-not-extracting-properly-in-splunk-Should-be/m-p/332035#M61493</link>
      <description>&lt;P&gt;Thanks Woodcock . I'm doing props.conf  changes at indexer level as of now . I'll try it at forwarder node.&lt;/P&gt;

&lt;P&gt;I've a question , does manual field extraction effect my CSV data in near feature . The user wants to have the fields extracted automatically not through manual extraction?&lt;/P&gt;

&lt;P&gt;Appreciate your answers.&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
guru.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 16:18:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/My-CSV-headers-are-not-extracting-properly-in-splunk-Should-be/m-p/332035#M61493</guid>
      <dc:creator>guru865</dc:creator>
      <dc:date>2017-03-01T16:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: My CSV headers are not extracting properly in splunk , Should be extracted into intresting  feilds.What changes should i do to my props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/My-CSV-headers-are-not-extracting-properly-in-splunk-Should-be/m-p/332036#M61494</link>
      <description>&lt;P&gt;There are only 2 important "things" with fields: index-time vs. search-time.  The former allows the use of &lt;CODE&gt;tstats&lt;/CODE&gt; and other benefits for speed but takes up much more space.  The rest of the decisions are mostly just packaging variations and don't really effect performance.  By "manual" you are going the &lt;CODE&gt;search-time&lt;/CODE&gt; route; you can easily repackage this to be automatic at &lt;CODE&gt;search-time&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 16:27:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/My-CSV-headers-are-not-extracting-properly-in-splunk-Should-be/m-p/332036#M61494</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-03-01T16:27:56Z</dc:date>
    </item>
  </channel>
</rss>

