<?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 Why fields from CSV are not being extracted? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-fields-from-CSV-are-not-being-extracted/m-p/167907#M47843</link>
    <description>&lt;P&gt;I'm getting data from forwarders that are polling a CSV file.  However the fields from the CSV are not being extracted.  The file contents look something like: "FieldOne","FieldsTwo","FieldThree","FieldFour".  &lt;/P&gt;

&lt;P&gt;On the deploy server I have configured an app that gets deployed to all of the indexers and forwarders and the data is indexed into a new sourcetype and a new index.  Following are the configurations that are deployed to the indexers and forwarders:  &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;inputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://D:\Program Files (x86)\reports\splunk\lists.csv]
disabled = false
followTail = 0
index = lists
sourcetype = lists:reports
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[source::D:\Program Files (x86)\reports\splunk\lists.csv]

[lists:reports]
FIELD_DELIMITER=,
FIELD_QUOTE = "
DATETIME_CONFIG = CURRENT
INDEXED_EXTRACTIONS = csv
NO_BINARY_CHECK = 1
SHOULD_LINEMERGE = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I didn't configure a transforms.conf file. Thanks for your help!&lt;/P&gt;</description>
    <pubDate>Fri, 01 Aug 2014 19:20:10 GMT</pubDate>
    <dc:creator>rbacon</dc:creator>
    <dc:date>2014-08-01T19:20:10Z</dc:date>
    <item>
      <title>Why fields from CSV are not being extracted?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-fields-from-CSV-are-not-being-extracted/m-p/167907#M47843</link>
      <description>&lt;P&gt;I'm getting data from forwarders that are polling a CSV file.  However the fields from the CSV are not being extracted.  The file contents look something like: "FieldOne","FieldsTwo","FieldThree","FieldFour".  &lt;/P&gt;

&lt;P&gt;On the deploy server I have configured an app that gets deployed to all of the indexers and forwarders and the data is indexed into a new sourcetype and a new index.  Following are the configurations that are deployed to the indexers and forwarders:  &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;inputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://D:\Program Files (x86)\reports\splunk\lists.csv]
disabled = false
followTail = 0
index = lists
sourcetype = lists:reports
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[source::D:\Program Files (x86)\reports\splunk\lists.csv]

[lists:reports]
FIELD_DELIMITER=,
FIELD_QUOTE = "
DATETIME_CONFIG = CURRENT
INDEXED_EXTRACTIONS = csv
NO_BINARY_CHECK = 1
SHOULD_LINEMERGE = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I didn't configure a transforms.conf file. Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2014 19:20:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-fields-from-CSV-are-not-being-extracted/m-p/167907#M47843</guid>
      <dc:creator>rbacon</dc:creator>
      <dc:date>2014-08-01T19:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Why fields from CSV are not being extracted?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-fields-from-CSV-are-not-being-extracted/m-p/167908#M47844</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I think I have the same problem. Did you manage to solve yours?&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/154071/csv-is-not-extracted-at-index-time"&gt;http://answers.splunk.com/answers/154071/csv-is-not-extracted-at-index-time&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2014 08:33:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-fields-from-CSV-are-not-being-extracted/m-p/167908#M47844</guid>
      <dc:creator>gschmitz</dc:creator>
      <dc:date>2014-09-04T08:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why fields from CSV are not being extracted?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-fields-from-CSV-are-not-being-extracted/m-p/167909#M47845</link>
      <description>&lt;P&gt;Hi rbacon &amp;amp; gschmitz,&lt;/P&gt;

&lt;P&gt;I think the problem is your &lt;CODE&gt;(x86)&lt;/CODE&gt; in the path, which will be handled as &lt;CODE&gt;regex&lt;/CODE&gt; see the docs about &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.3/Data/Specifyinputpathswithwildcards"&gt;Specify input paths with wild cards&lt;/A&gt;.&lt;BR /&gt;
Try using quotes around the path and / or use this fancy tool &lt;A href="http://blogs.splunk.com/?s=christmas"&gt;http://blogs.splunk.com/?s=christmas&lt;/A&gt; to debug.&lt;/P&gt;

&lt;P&gt;hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2014 09:04:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-fields-from-CSV-are-not-being-extracted/m-p/167909#M47845</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-09-04T09:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Why fields from CSV are not being extracted?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-fields-from-CSV-are-not-being-extracted/m-p/167910#M47846</link>
      <description>&lt;P&gt;You are on Splunk 6 right (indexers &amp;amp; forwarders)? And there aren't any entries in the learned app that might interfer?&lt;/P&gt;</description>
      <pubDate>Sun, 07 Sep 2014 19:24:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-fields-from-CSV-are-not-being-extracted/m-p/167910#M47846</guid>
      <dc:creator>chris</dc:creator>
      <dc:date>2014-09-07T19:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Why fields from CSV are not being extracted?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-fields-from-CSV-are-not-being-extracted/m-p/167911#M47847</link>
      <description>&lt;P&gt;Unfortunately no.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2014 01:46:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-fields-from-CSV-are-not-being-extracted/m-p/167911#M47847</guid>
      <dc:creator>gschmitz</dc:creator>
      <dc:date>2014-09-08T01:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why fields from CSV are not being extracted?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-fields-from-CSV-are-not-being-extracted/m-p/167912#M47848</link>
      <description>&lt;P&gt;I recently had this same problem.  The way I fixed it was by removing the FIELD_DELIMITER argument.  I don't think it's something that you need since you're already defining what the delimiter is with 'INDEXED_EXTRACTIONS = csv'.&lt;/P&gt;

&lt;P&gt;This behavior could be a bug or an intended feature of the configuration.  FIELD_DELIMITER, I believe, is designed to allow the use of additional special characters in the event that one of the default INDEXED_EXTRACTIONS values aren't what your data supports.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:44:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-fields-from-CSV-are-not-being-extracted/m-p/167912#M47848</guid>
      <dc:creator>Lamar</dc:creator>
      <dc:date>2020-09-28T19:44:59Z</dc:date>
    </item>
  </channel>
</rss>

