<?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 How to build dynamic columns using a Splunk search for data from an indexed CSV file without headers? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-build-dynamic-columns-using-a-Splunk-search-for-data-from/m-p/264774#M79513</link>
    <description>&lt;P&gt;Our application has CSV  log files and the CSV is indexed in Splunk, but our CSV does not have any column headers. How do I build a search to read the below data and create field names myself with a search?&lt;/P&gt;

&lt;P&gt;Below is our Test Data in the CSV file:&lt;BR /&gt;
Tester, test, testing&lt;BR /&gt;
coder, code, coding&lt;BR /&gt;
manger, lead, leader&lt;/P&gt;

&lt;P&gt;I wanted to create a table with field1, field2, field3 where the data from each column goes correctly into each field.&lt;/P&gt;</description>
    <pubDate>Thu, 19 May 2016 20:47:36 GMT</pubDate>
    <dc:creator>kotig</dc:creator>
    <dc:date>2016-05-19T20:47:36Z</dc:date>
    <item>
      <title>How to build dynamic columns using a Splunk search for data from an indexed CSV file without headers?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-build-dynamic-columns-using-a-Splunk-search-for-data-from/m-p/264774#M79513</link>
      <description>&lt;P&gt;Our application has CSV  log files and the CSV is indexed in Splunk, but our CSV does not have any column headers. How do I build a search to read the below data and create field names myself with a search?&lt;/P&gt;

&lt;P&gt;Below is our Test Data in the CSV file:&lt;BR /&gt;
Tester, test, testing&lt;BR /&gt;
coder, code, coding&lt;BR /&gt;
manger, lead, leader&lt;/P&gt;

&lt;P&gt;I wanted to create a table with field1, field2, field3 where the data from each column goes correctly into each field.&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 20:47:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-build-dynamic-columns-using-a-Splunk-search-for-data-from/m-p/264774#M79513</guid>
      <dc:creator>kotig</dc:creator>
      <dc:date>2016-05-19T20:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to build dynamic columns using a Splunk search for data from an indexed CSV file without headers?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-build-dynamic-columns-using-a-Splunk-search-for-data-from/m-p/264775#M79514</link>
      <description>&lt;P&gt;Like this:&lt;/P&gt;

&lt;P&gt;props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[YourSourcetypeHere]
TRANSFORMS-ThisNameIsArbitraryButShouldBeUnique = commalist
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[commalist]
DELIMS = ","
FIELDS = field1, field2, field3
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 29 May 2016 01:19:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-build-dynamic-columns-using-a-Splunk-search-for-data-from/m-p/264775#M79514</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-05-29T01:19:51Z</dc:date>
    </item>
  </channel>
</rss>

