<?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: How can I import this CSV file into Splunk? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/346992#M63727</link>
    <description>&lt;P&gt;[monitor:///usr/local/bin/reports/storage/emc_capacity.out]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
index = zz_test&lt;BR /&gt;
sourcetype = VMAX_capacity&lt;/P&gt;

&lt;P&gt;props.conf&lt;/P&gt;

&lt;P&gt;[VMAX_capacity]&lt;BR /&gt;
 FIELD_DELIMITER = ","&lt;BR /&gt;
 CHECK_FOR_HEADER = true&lt;BR /&gt;
 HEADER_MODE = firstline&lt;/P&gt;

&lt;P&gt;do the same thing for others sourcetypes..&lt;/P&gt;

&lt;P&gt;below is the link,&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/SplunkCloud/6.6.1/Data/Extractfieldsfromfileswithstructureddata" target="_blank"&gt;http://docs.splunk.com/Documentation/SplunkCloud/6.6.1/Data/Extractfieldsfromfileswithstructureddata&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 15:51:14 GMT</pubDate>
    <dc:creator>sbbadri</dc:creator>
    <dc:date>2020-09-29T15:51:14Z</dc:date>
    <item>
      <title>How can I import this CSV file into Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/346989#M63724</link>
      <description>&lt;P&gt;I have:&lt;BR /&gt;
1 Searchhead&lt;BR /&gt;
1 Deployment Server&lt;BR /&gt;
4 Indexers (Non clustered)&lt;/P&gt;

&lt;P&gt;This is the raw CSV file:&lt;BR /&gt;
date,name,capacity,free_capacity,virtual_capacity,used_capacity,real_capacity,overallocation,compression_virtual_capacity,compression_compressed_capacity,compression_uncompressed_capacity&lt;BR /&gt;
1470207600,myserver,62.00TB,16.67TB,163.02TB,41.80TB,45.24TB,262,86.72TB,34.97TB,69.88TB&lt;BR /&gt;
1470207600,MigrationPool_8192,0,0,0.00MB,0.00MB,0.00MB,0,0.00MB,0.00MB,0.00MB&lt;BR /&gt;
1470207600,MigrationPool_512,0,0,0.00MB,0.00MB,0.00MB,0,0.00MB,0.00MB,0.00MB&lt;BR /&gt;
1470294000,myserver,62.00TB,16.67TB,163.02TB,41.81TB,45.25TB,262,86.72TB,34.99TB,69.88TB&lt;BR /&gt;
1470294000,MigrationPool_8192,0,0,0.00MB,0.00MB,0.00MB,0,0.00MB,0.00MB,0.00MB&lt;/P&gt;

&lt;P&gt;the top line is the header........&lt;/P&gt;

&lt;P&gt;I have the Props and Transform conf on my UF along side my inputs.conf&lt;/P&gt;

&lt;P&gt;/opt/splunkforwarder/etc/apps/myapp/local/inputs.conf:&lt;/P&gt;

&lt;P&gt;[monitor:///usr/local/bin/reports/storage/emc_capacity.out]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
index = zz_test&lt;BR /&gt;
sourcetype = VMAX_capacity&lt;/P&gt;

&lt;P&gt;[monitor:///usr/local/bin/reports/storage/tustin_svc_capacity_rpts.out]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
index = zz_test&lt;BR /&gt;
sourcetype = SVC_capacity&lt;/P&gt;

&lt;P&gt;[monitor:///usr/local/bin/reports/storage/idc_svc_capacity_rpts.out]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
index = zz_test&lt;BR /&gt;
sourcetype = SVC_capacity&lt;/P&gt;

&lt;P&gt;/opt/splunkforwarder/etc/apps/myapp/local/props.conf:&lt;BR /&gt;
[VMAX_capacity]&lt;BR /&gt;
REPORT -VMAX_capacity = VMAX_storage_csv&lt;/P&gt;

&lt;P&gt;[SVC_capacity]&lt;BR /&gt;
REPORT -SVC_capacity = SVC_storage_csv&lt;/P&gt;

&lt;P&gt;/opt/splunkforwarder/etc/apps/myapp/local/transforms.conf&lt;BR /&gt;
[SVC_storage_csv]&lt;BR /&gt;
DELIMS = ","&lt;BR /&gt;
FIELDS = "date","name","capacity","free_capacity","virtual_capacity","used_capacity","real_capacity","overallocation","compression_virtual_capacity","compression_compressed_capacity","compression_uncompressed_capacity"&lt;/P&gt;

&lt;P&gt;[VMAX_storage_csv]&lt;BR /&gt;
DELIMS = ","&lt;BR /&gt;
FIELDS = "Date","Array","Useable","Used","UsedPercent","UsedGrowth","Free","Subscribed","SubscribedMax","SubscribedPercent","SubscribedGrowth","Snapshot","compression","ExpansionNeeded"&lt;/P&gt;

&lt;P&gt;When I run the search on my Searchhead: index=zz_test Sourcetype=SVC_capacity&lt;/P&gt;

&lt;P&gt;The data is not parsed....my question...does the props and Transform need to ne on my Indexers? on the UF? does my Props and Transform conf look correct?&lt;/P&gt;

&lt;P&gt;Any assistance much appreciated. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:50:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/346989#M63724</guid>
      <dc:creator>dperry</dc:creator>
      <dc:date>2020-09-29T15:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import this CSV file into Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/346990#M63725</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/197589"&gt;@dperry&lt;/a&gt;&lt;/P&gt;

&lt;P&gt;VMAX_storage_csv,SVC_storage_csv, props.conf and transforms.conf should be on indexers not on forwarders.  Put your lookup files under $SPLUNK_HOME$/etc/apps/your_app/lookups/ folde and props.conf and transforms.conf under $SPLUNK_HOME$/etc/apps/your_app/local/ folder. All these files should be in all the indexers. Once done please do restart splunk. Do it one indexer at a time.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:51:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/346990#M63725</guid>
      <dc:creator>sbbadri</dc:creator>
      <dc:date>2020-09-29T15:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import this CSV file into Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/346991#M63726</link>
      <description>&lt;P&gt;thank you &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/55793"&gt;@sbbadri&lt;/a&gt;&lt;/P&gt;

&lt;P&gt;So the VMAX_Storage_csv &amp;amp; SVC_storage_csv lookup files goes on the indexers.......Im trying to find an example of what the file would look like in my case with the headers.....&lt;/P&gt;

&lt;P&gt;Also are my props and tranforms stanza correrct?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:51:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/346991#M63726</guid>
      <dc:creator>dperry</dc:creator>
      <dc:date>2020-09-29T15:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import this CSV file into Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/346992#M63727</link>
      <description>&lt;P&gt;[monitor:///usr/local/bin/reports/storage/emc_capacity.out]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
index = zz_test&lt;BR /&gt;
sourcetype = VMAX_capacity&lt;/P&gt;

&lt;P&gt;props.conf&lt;/P&gt;

&lt;P&gt;[VMAX_capacity]&lt;BR /&gt;
 FIELD_DELIMITER = ","&lt;BR /&gt;
 CHECK_FOR_HEADER = true&lt;BR /&gt;
 HEADER_MODE = firstline&lt;/P&gt;

&lt;P&gt;do the same thing for others sourcetypes..&lt;/P&gt;

&lt;P&gt;below is the link,&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/SplunkCloud/6.6.1/Data/Extractfieldsfromfileswithstructureddata" target="_blank"&gt;http://docs.splunk.com/Documentation/SplunkCloud/6.6.1/Data/Extractfieldsfromfileswithstructureddata&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:51:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/346992#M63727</guid>
      <dc:creator>sbbadri</dc:creator>
      <dc:date>2020-09-29T15:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import this CSV file into Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/346993#M63728</link>
      <description>&lt;P&gt;thank you again....I see the props is this:&lt;/P&gt;

&lt;P&gt;[VMAX_capacity]&lt;BR /&gt;
FIELD_DELIMITER = ","&lt;BR /&gt;
CHECK_FOR_HEADER = true&lt;BR /&gt;
HEADER_MODE = firstline&lt;/P&gt;

&lt;P&gt;So the tranforms is this:&lt;/P&gt;

&lt;P&gt;[VMAX_storage_csv]&lt;BR /&gt;
DELIMS = ","&lt;BR /&gt;
FIELDS = "Date","Array","Useable","Used","UsedPercent","UsedGrowth","Free","Subscribed","SubscribedMax","SubscribedPercent","SubscribedGrowth","Snapshot","compression","ExpansionNeeded"&lt;/P&gt;

&lt;P&gt;and then place both files on my indexers......&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:51:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/346993#M63728</guid>
      <dc:creator>dperry</dc:creator>
      <dc:date>2020-09-29T15:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import this CSV file into Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/346994#M63729</link>
      <description>&lt;P&gt;So I dont need a transforms.conf, right?&lt;/P&gt;

&lt;P&gt;All I need is the these two, right?&lt;/P&gt;

&lt;P&gt;On the UF : inputs.conf&lt;BR /&gt;
on the Indexer: props.conf&lt;/P&gt;

&lt;P&gt;inputs&lt;BR /&gt;
[monitor:///usr/local/bin/reports/storage/emc_capacity.out]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
index = zz_test&lt;BR /&gt;
sourcetype = VMAX_capacity&lt;/P&gt;

&lt;P&gt;props&lt;BR /&gt;
[VMAX_capacity]&lt;BR /&gt;
FIELD_DELIMITER = ","&lt;BR /&gt;
CHECK_FOR_HEADER = true&lt;BR /&gt;
HEADER_MODE = firstline&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:51:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/346994#M63729</guid>
      <dc:creator>dperry</dc:creator>
      <dc:date>2020-09-29T15:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import this CSV file into Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/346995#M63730</link>
      <description>&lt;P&gt;Yeah you are correct. No need of transforms.conf. because you are not importing any lookup file.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 19:20:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/346995#M63730</guid>
      <dc:creator>sbbadri</dc:creator>
      <dc:date>2017-09-22T19:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import this CSV file into Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/346996#M63731</link>
      <description>&lt;P&gt;So added the Props to all four indexers, restarted them:&lt;BR /&gt;
[SVC_capacity]&lt;BR /&gt;
FIELD_DELIMITER = ","&lt;BR /&gt;
CHECK_FOR_HEADER = true&lt;BR /&gt;
HEADER_MODE = firstline&lt;/P&gt;

&lt;P&gt;I run the search sourctype=SVC_capacity index=zz_test&lt;/P&gt;

&lt;P&gt;And the index data is only tailing the newer data without checking the headers:&lt;/P&gt;

&lt;P&gt;date,name,capacity,free_capacity,virtual_capacity,used_capacity,real_capacity,overallocation,compression_virtual_capacity,compression_compressed_capacity,compression_uncompressed_capacity&lt;/P&gt;

&lt;P&gt;so my index data looks like this:&lt;/P&gt;

&lt;P&gt;1470207600,myserver,62.00TB,16.67TB,163.02TB,41.80TB,45.24TB,262,86.72TB,34.97TB,69.88TB&lt;BR /&gt;
1470207600,MigrationPool_8192,0,0,0.00MB,0.00MB,0.00MB,0,0.00MB,0.00MB,0.00MB&lt;BR /&gt;
1470207600,MigrationPool_512,0,0,0.00MB,0.00MB,0.00MB,0,0.00MB,0.00MB,0.00MB&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:51:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/346996#M63731</guid>
      <dc:creator>dperry</dc:creator>
      <dc:date>2020-09-29T15:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import this CSV file into Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/346997#M63732</link>
      <description>&lt;P&gt;so the fields extracted as per the header line.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 20:00:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/346997#M63732</guid>
      <dc:creator>sbbadri</dc:creator>
      <dc:date>2017-09-22T20:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import this CSV file into Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/346998#M63733</link>
      <description>&lt;P&gt;I want the headers to be in the interesting fields, like so:&lt;/P&gt;

&lt;P&gt;date - 1470207600&lt;BR /&gt;
name - myserver&lt;BR /&gt;
capacity - 62.00TB&lt;/P&gt;

&lt;P&gt;and so on.....attached example&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 20:08:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/346998#M63733</guid>
      <dc:creator>dperry</dc:creator>
      <dc:date>2017-09-22T20:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import this CSV file into Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/346999#M63734</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3520i02DE288A7EC353B3/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 20:08:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/346999#M63734</guid>
      <dc:creator>dperry</dc:creator>
      <dc:date>2017-09-22T20:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import this CSV file into Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/347000#M63735</link>
      <description>&lt;P&gt;try this props.conf&lt;/P&gt;

&lt;P&gt;[testCSVSourcetype]&lt;BR /&gt;
DATETIME_CONFIG =&lt;BR /&gt;
INDEXED_EXTRACTIONS = csv&lt;BR /&gt;
KV_MODE = none&lt;BR /&gt;
NO_BINARY_CHECK = true&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;BR /&gt;
category = Structured&lt;BR /&gt;
disabled = false&lt;BR /&gt;
pulldown_type = true&lt;BR /&gt;
TIMESTAMP_FIELDS = date&lt;/P&gt;

&lt;P&gt;replace with proper sourcetype. I have tested above config in my local&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:51:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/347000#M63735</guid>
      <dc:creator>sbbadri</dc:creator>
      <dc:date>2020-09-29T15:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import this CSV file into Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/347001#M63736</link>
      <description>&lt;P&gt;thx @sbbadri&lt;/P&gt;

&lt;P&gt;I will add this to my four indexers and restart. I will let you know the outcome&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 21:21:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/347001#M63736</guid>
      <dc:creator>dperry</dc:creator>
      <dc:date>2017-09-22T21:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import this CSV file into Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/347002#M63737</link>
      <description>&lt;P&gt;@sbbadri&lt;/P&gt;

&lt;P&gt;it worked.....placed this on my four indexers, restarted the instance and the next time the file generated new data the interesting fields (headers) were parsed out. &lt;/P&gt;

&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 17:45:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/347002#M63737</guid>
      <dc:creator>dperry</dc:creator>
      <dc:date>2017-09-25T17:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import this CSV file into Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/527383#M88947</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/197589"&gt;@dperry&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think it's a bit more nuanced than putting the props and transforms files on all the indexers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first question you really want to ask yourself before you do this, when do you want your extractions to take place. In the most general sense, you can put both files on almost all Splunk server instances. But not all the settings will take affect or make sense.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Do you want INDEX time extractions OR SEARCH time extractions.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INDEX time extractions:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Are done prior to indexing and will increase license cost.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Moves the processing load to the indexer side(when data comes in)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If you want indexed extractions :&lt;/P&gt;&lt;P&gt;Add something like this to your props and deploy them to the HF/UF(initial index time processing node) depending on how your architecture is setup.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Props:&lt;/P&gt;&lt;PRE&gt;INDEXED_EXTRACTIONS = CSV&lt;/PRE&gt;&lt;P&gt;*************************************************************************************************Important caveat, forwarded structured data is not parsed at the indexer. This needs to be done a the forwarding level: &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.1.0/Forwarding/Routeandfilterdatad#Caveats_for_routing_and_filtering_structured_data" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.1.0/Forwarding/Routeandfilterdatad#Caveats_for_routing_and_filtering_structured_data&lt;/A&gt;&lt;/P&gt;&lt;P&gt;*************************************************************************************************&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SEARCH time extractions:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Are done at search time on the Search heads.&lt;/LI&gt;&lt;LI&gt;If many users are using search heads moves the processing load to search time, and may affect search performance.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;No additional license cost.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If you want search-time extractions :&lt;/P&gt;&lt;P&gt;Add something like this to your props and transforms, and deploy to your processing node AND search head (You could split up the configs and deploy parts of the required configs to each server but for simplicity just deploy the same package everywhere. The REPORT vs TRANSFORMS is used to control index time vs search time extractions).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Assume the simplified source file is like this, and your values don't have commas within them:&lt;/P&gt;&lt;PRE&gt;name,number,colour&lt;BR /&gt;bob,34,red&lt;BR /&gt;sam,23,blue&lt;BR /&gt;gary,4,cyan&lt;/PRE&gt;&lt;P&gt;Props:&lt;/P&gt;&lt;PRE&gt;[yourSourcetype]&lt;BR /&gt;... All your other settings ...&lt;BR /&gt;KV_MODE=none&lt;BR /&gt;TRANSFORMS-deleteHeader = deleteHeader&lt;BR /&gt;REPORT-searchTimeExtractions = searchTimeExtractions &lt;/PRE&gt;&lt;P&gt;Transforms:&lt;/P&gt;&lt;PRE&gt;[deleteHeader]&lt;BR /&gt;REGEX=name,number,colour&lt;BR /&gt;DEST_KEY = queue&lt;BR /&gt;FORMAT = nullQueue&lt;BR /&gt;&lt;BR /&gt;[searchTimeExtractions]&lt;BR /&gt;REGEX=^(?&amp;lt;name&amp;gt;[^,]*?),(?&amp;lt;number&amp;gt;[^,]*?),(?&amp;lt;colour&amp;gt;[^,]*?)[\n\r]&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Link to props docs, explaining the difference between REPORT and TRANSFORMS:&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.1.0/Admin/Propsconf" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Splunk/8.1.0/Admin/Propsconf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Link to the sequence of search time operations in Splunk:&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.1.0/Knowledge/Searchtimeoperationssequence" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Splunk/8.1.0/Knowledge/Searchtimeoperationssequence&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2020 23:02:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/527383#M88947</guid>
      <dc:creator>_internal</dc:creator>
      <dc:date>2020-10-30T23:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import this CSV file into Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/527386#M88948</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/228289"&gt;@_internal&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Removing the CSV header, How about SEDCMD?&lt;BR /&gt;&lt;BR /&gt;your&amp;nbsp;&lt;STRONG&gt;SEARCH time extractions&amp;nbsp;&lt;/STRONG&gt;solution doesn't work without SHOULD_LINEMERGE=false, LINE_BREAKER=([\r\n]+) , I guess.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2020 23:11:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/527386#M88948</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-10-30T23:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import this CSV file into Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/527388#M88950</link>
      <description>&lt;P&gt;In general I use at bare minimum these 6 props settings.&amp;nbsp;&lt;SPAN&gt;I almost always have the should line merge to false, so I not really sure how the specific this setting applies to the&amp;nbsp;pipeline, and how it affects the searchTimeExtractions transform. Feel free to knowledge transfer&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt; I try to avoid line merging for performance issues, and&amp;nbsp; just try to make more complex line breakers to account for multi lines.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SHOULD_LINEMERGE&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;LINE_BREAKER&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;([\r\n]+)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;TRUNCATE&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;MAX_TIMESTAMP_LOOKAHEAD&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;TIME_FORMAT&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;TIME_PREFIX&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;For the delete command you could do something like this in the PROPS file, again I am not to familiar of the deeper level difference between nullQueue vs SEDCMD. Feel free to show me some pros and cons of either:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SEDCMD-removeHeaders = s/name,number,colour//g&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 30 Oct 2020 23:36:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-this-CSV-file-into-Splunk/m-p/527388#M88950</guid>
      <dc:creator>_internal</dc:creator>
      <dc:date>2020-10-30T23:36:49Z</dc:date>
    </item>
  </channel>
</rss>

