<?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: Indexing not working on the data imported by .csv file in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Indexing-not-working-on-the-data-imported-by-csv-file/m-p/66588#M13383</link>
    <description>&lt;P&gt;Could you elaborate on what you mea by that the data isn't "separating"? The data will look exactly like it did originally when you load it into Splunk, it will not be changed in any way. What the REPORT/DELIMS stuff is that at SEARCH TIME it extracts data in the events into fields. Is the problem that you're not seeing these fields?&lt;/P&gt;</description>
    <pubDate>Tue, 18 Dec 2012 08:47:29 GMT</pubDate>
    <dc:creator>Ayn</dc:creator>
    <dc:date>2012-12-18T08:47:29Z</dc:date>
    <item>
      <title>Indexing not working on the data imported by .csv file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexing-not-working-on-the-data-imported-by-csv-file/m-p/66587#M13382</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;I have a csv file which I need to index and the data looks like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;6-Dec-12,R18541,,APPROVED,HDG,,3953,CS,Digital Support,NO,VIRTUAL REUSE,ISCW,2,WINDOWS,4,4,,5297,,,,8,8,8192,12,2012
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I did create the the props.conf in indexers as &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [capacity:performance]
SHOULD_LINEMERGE=false
TRUNCATE=1000000
DATETIME_CONFIG = CURRENT
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In webviews props.conf has been set as &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    [capacity:performance]
REPORT-capacity_performance = capacity_performance_fields
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The transforms has been set as below. In data when there is ,, even those fields headers has been mentioned. Would that create a problem? &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[capacity_performance_fields]
DELIMS = ","
FIELDS = "date","effort","description","status","source","request","businesscase","area","Function", "planned","acquisition","location","servers","OS","processors","memory","tier","rar","col2","col22","col1","proctotal","memtota","month","year"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And local.meta has been set as &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[transforms/capacity_performance_fields]
access = read : [ * ]
export = system
owner = nobody
version = 4.3.3

[props/capacityperformance/REPORT-capacity_performance]
access = read : [ * ]
export = system
owner = nobody
version = 4.3.3
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It looks correct though, but the data isn't separating according to how transforms has been mentioned and separated by commas. Any idea on how to solve this? &lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2012 01:07:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexing-not-working-on-the-data-imported-by-csv-file/m-p/66587#M13382</guid>
      <dc:creator>theouhuios</dc:creator>
      <dc:date>2012-12-18T01:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Indexing not working on the data imported by .csv file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexing-not-working-on-the-data-imported-by-csv-file/m-p/66588#M13383</link>
      <description>&lt;P&gt;Could you elaborate on what you mea by that the data isn't "separating"? The data will look exactly like it did originally when you load it into Splunk, it will not be changed in any way. What the REPORT/DELIMS stuff is that at SEARCH TIME it extracts data in the events into fields. Is the problem that you're not seeing these fields?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2012 08:47:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexing-not-working-on-the-data-imported-by-csv-file/m-p/66588#M13383</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-12-18T08:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Indexing not working on the data imported by .csv file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexing-not-working-on-the-data-imported-by-csv-file/m-p/66589#M13384</link>
      <description>&lt;P&gt;Also, what do you think you are referencing with capacity:performance. I don't believe they will be actually pointing at any data in that form.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2012 08:53:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexing-not-working-on-the-data-imported-by-csv-file/m-p/66589#M13384</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-12-18T08:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Indexing not working on the data imported by .csv file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexing-not-working-on-the-data-imported-by-csv-file/m-p/66590#M13385</link>
      <description>&lt;P&gt;In addition - are you aware / happy with the various versions of 'performace' vs performance?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2012 10:18:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexing-not-working-on-the-data-imported-by-csv-file/m-p/66590#M13385</guid>
      <dc:creator>DaveSavage</dc:creator>
      <dc:date>2012-12-18T10:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Indexing not working on the data imported by .csv file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexing-not-working-on-the-data-imported-by-csv-file/m-p/66591#M13386</link>
      <description>&lt;P&gt;^^ My bad. I didn't check the spelling mistake. &lt;BR /&gt;
I was trying to separate the file using transforms and I am not seeing any fields. SOurcetype is showing the data, but the fields are not separated.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2012 12:09:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexing-not-working-on-the-data-imported-by-csv-file/m-p/66591#M13386</guid>
      <dc:creator>theouhuios</dc:creator>
      <dc:date>2012-12-18T12:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Indexing not working on the data imported by .csv file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexing-not-working-on-the-data-imported-by-csv-file/m-p/66592#M13387</link>
      <description>&lt;P&gt;Any help??&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2012 14:06:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexing-not-working-on-the-data-imported-by-csv-file/m-p/66592#M13387</guid>
      <dc:creator>theouhuios</dc:creator>
      <dc:date>2012-12-18T14:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Indexing not working on the data imported by .csv file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexing-not-working-on-the-data-imported-by-csv-file/m-p/66593#M13388</link>
      <description>&lt;P&gt;it's working now. Did a blunder mistake of not placing : in the props config in local.meta.&lt;BR /&gt;
It should be capacity:performance. Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2012 14:27:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexing-not-working-on-the-data-imported-by-csv-file/m-p/66593#M13388</guid>
      <dc:creator>theouhuios</dc:creator>
      <dc:date>2012-12-18T14:27:43Z</dc:date>
    </item>
  </channel>
</rss>

