<?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: Removing CSV Header from Indexing in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Removing-CSV-Header-from-Indexing/m-p/44656#M8368</link>
    <description>&lt;P&gt;I have run into the same issue. I just end up deleting that particular event. Click on the event to isolate it in the results, then just pipe it to delete:&lt;/P&gt;

&lt;P&gt;&lt;MYSEARCH&gt; | delete&lt;/MYSEARCH&gt;&lt;/P&gt;

&lt;P&gt;Make sure you have the can delete role or else it wont work. &lt;/P&gt;</description>
    <pubDate>Mon, 18 Jul 2011 20:44:30 GMT</pubDate>
    <dc:creator>RicoSuave</dc:creator>
    <dc:date>2011-07-18T20:44:30Z</dc:date>
    <item>
      <title>Removing CSV Header from Indexing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Removing-CSV-Header-from-Indexing/m-p/44655#M8367</link>
      <description>&lt;P&gt;Hello Splunk Community,&lt;/P&gt;

&lt;P&gt;I uploaded custom CSV files to Splunk for indexing. The CSV Header for each file is being indexed with a time stamp for the day the file is uploaded. I do not want the CSV Header returned in the results. I have looked through the answer.splunk knowledge base and attempted to configure the props.conf and transforms.conf as suggested by other users. I am not achieving the results I desire. I am still indexing the CSV Header as an event when the Header should just be ignored.&lt;/P&gt;

&lt;P&gt;My Headers include Number, Date Time, Service, Source Port, Source, Destination, Protocol&lt;/P&gt;

&lt;P&gt;Please help if possible.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2011 19:40:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Removing-CSV-Header-from-Indexing/m-p/44655#M8367</guid>
      <dc:creator>srsava</dc:creator>
      <dc:date>2011-07-18T19:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Removing CSV Header from Indexing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Removing-CSV-Header-from-Indexing/m-p/44656#M8368</link>
      <description>&lt;P&gt;I have run into the same issue. I just end up deleting that particular event. Click on the event to isolate it in the results, then just pipe it to delete:&lt;/P&gt;

&lt;P&gt;&lt;MYSEARCH&gt; | delete&lt;/MYSEARCH&gt;&lt;/P&gt;

&lt;P&gt;Make sure you have the can delete role or else it wont work. &lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2011 20:44:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Removing-CSV-Header-from-Indexing/m-p/44656#M8368</guid>
      <dc:creator>RicoSuave</dc:creator>
      <dc:date>2011-07-18T20:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Removing CSV Header from Indexing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Removing-CSV-Header-from-Indexing/m-p/44657#M8369</link>
      <description>&lt;P&gt;Thanks for your help, Although this WILL remove the Header after it is indexed, I have hundreds of CSV files I am collecting and will be indexing for this project. Can someone explain the method to remove the CSV header from being published as an event? Why does splunk assign a datetime to the CSV header?...based off the datetime the file was created? I would like to configure the Splunk instance to monitor a file location for any changes and NOT publish the CSV header as an event. I do not want to have to delete each CSV Header instance as they are indexed or perhaps re-indexed.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2011 20:58:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Removing-CSV-Header-from-Indexing/m-p/44657#M8369</guid>
      <dc:creator>srsava</dc:creator>
      <dc:date>2011-07-19T20:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Removing CSV Header from Indexing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Removing-CSV-Header-from-Indexing/m-p/44658#M8370</link>
      <description>&lt;P&gt;You can simply null-queue the event with the header.  Look for the section titled: "Filter event data and send to queues" here in the docs&lt;BR /&gt;
&lt;A href="http://www.splunk.com/base/Documentation/4.2.2/Deploy/Routeandfilterdatad"&gt;http://www.splunk.com/base/Documentation/4.2.2/Deploy/Routeandfilterdatad&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2011 14:51:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Removing-CSV-Header-from-Indexing/m-p/44658#M8370</guid>
      <dc:creator>mikelanghorst</dc:creator>
      <dc:date>2011-07-20T14:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Removing CSV Header from Indexing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Removing-CSV-Header-from-Indexing/m-p/44659#M8371</link>
      <description>&lt;P&gt;How are you importin your CSV files, &lt;A href="http://www.splunk.com/base/Documentation/4.1.5/SearchReference/Inputcsv"&gt;inputcsv&lt;/A&gt; ? &lt;/P&gt;&lt;BR /&gt;
There is an option start=&amp;lt;int&amp;gt; that starts importing after &amp;lt;int&amp;gt; lines.&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2011 20:19:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Removing-CSV-Header-from-Indexing/m-p/44659#M8371</guid>
      <dc:creator>fk319</dc:creator>
      <dc:date>2011-07-21T20:19:13Z</dc:date>
    </item>
  </channel>
</rss>

