<?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 to edit our props.conf and transforms.conf to parse a CSV file we are indexing in Hunk? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-our-props-conf-and-transforms-conf-to-parse-a-CSV/m-p/268696#M80813</link>
    <description>&lt;P&gt;Based on this link:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Hunk/6.4.1/HunkReleaseNotes/Releasenotes"&gt;http://docs.splunk.com/Documentation/Hunk/6.4.1/HunkReleaseNotes/Releasenotes&lt;/A&gt;  -- See ERP-1901 - there was an issue with CSV extraction but it was fixed in 6.4.1.&lt;BR /&gt;&lt;BR /&gt;
I am checking to see if that same fixed is also in 6.4.2&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jul 2016 15:15:37 GMT</pubDate>
    <dc:creator>rdagan_splunk</dc:creator>
    <dc:date>2016-07-28T15:15:37Z</dc:date>
    <item>
      <title>How to edit our props.conf and transforms.conf to parse a CSV file we are indexing in Hunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-our-props-conf-and-transforms-conf-to-parse-a-CSV/m-p/268689#M80806</link>
      <description>&lt;P&gt;I am trying to configure the props and transforms conf files for logs that's in .csv format that we're querying via a virtual index in Hunk.&lt;/P&gt;

&lt;P&gt;My props.conf file is configured as follows:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[source::/LogCentral/Applications/Shibboleth_PRD/*]
sourcetype = shibboleth

[shibboleth]
REPORT-manual-shib = manual-shib
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My transforms.conf file is configured as follows:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[manual-shib]
DELIMS = ","
FIELDS = username,mfa_service_code,date_requested,mfa_ip_address,mfa_value_returned,mfa_required,zip,latitude,longitude,timezone,country_code,country,city,isp,organization_name,as_name,region,region_name,audit_date_created,audit_created_by,audit_date_modified,audit_modified_by
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I restart Hunk/Splunk service and when I run a search (index=shibboleth), the fields aren't being extracted.&lt;/P&gt;

&lt;P&gt;Any help on what I'm missing or fat-fingered in my configs would be greatly appreciated.&lt;/P&gt;

&lt;P&gt;Thx&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 20:43:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-our-props-conf-and-transforms-conf-to-parse-a-CSV/m-p/268689#M80806</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2016-07-21T20:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit our props.conf and transforms.conf to parse a CSV file we are indexing in Hunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-our-props-conf-and-transforms-conf-to-parse-a-CSV/m-p/268690#M80807</link>
      <description>&lt;P&gt;I even modified my props.con file as follows and still no automated field extraction:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[source::/LogCentral/Applications/Shibboleth_PRD/*]
sourcetype = shibboleth
REPORT-manual-shib = manual-shib
KV_MODE = none
NO_BINARY_CHECK = true
SHOULD_LINEMERGE = false
category = Custom
description = Comma-separated value format. Set header and other settings in "Delimited Settings"
pulldown_type = true
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Jul 2016 21:00:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-our-props-conf-and-transforms-conf-to-parse-a-CSV/m-p/268690#M80807</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2016-07-21T21:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit our props.conf and transforms.conf to parse a CSV file we are indexing in Hunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-our-props-conf-and-transforms-conf-to-parse-a-CSV/m-p/268691#M80808</link>
      <description>&lt;P&gt;The following speaks about it &lt;A href="https://answers.splunk.com/answers/123029/hunk-conditional-record-format.html"&gt;Hunk - Conditional Record Format&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;What is the path for your configurations? &lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 21:01:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-our-props-conf-and-transforms-conf-to-parse-a-CSV/m-p/268691#M80808</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2016-07-21T21:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit our props.conf and transforms.conf to parse a CSV file we are indexing in Hunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-our-props-conf-and-transforms-conf-to-parse-a-CSV/m-p/268692#M80809</link>
      <description>&lt;P&gt;What configurations? props and transforms?&lt;/P&gt;

&lt;P&gt;Thx&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 23:22:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-our-props-conf-and-transforms-conf-to-parse-a-CSV/m-p/268692#M80809</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2016-07-21T23:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit our props.conf and transforms.conf to parse a CSV file we are indexing in Hunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-our-props-conf-and-transforms-conf-to-parse-a-CSV/m-p/268693#M80810</link>
      <description>&lt;P&gt;Right ; - )&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2016 02:27:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-our-props-conf-and-transforms-conf-to-parse-a-CSV/m-p/268693#M80810</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2016-07-22T02:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit our props.conf and transforms.conf to parse a CSV file we are indexing in Hunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-our-props-conf-and-transforms-conf-to-parse-a-CSV/m-p/268694#M80811</link>
      <description>&lt;P&gt;[source::/LogCentral/Applications/Shibboleth_PRD/*]&lt;BR /&gt;
should be &lt;BR /&gt;
[source::/LogCentral/Applications/Shibboleth_PRD/...] &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:24:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-our-props-conf-and-transforms-conf-to-parse-a-CSV/m-p/268694#M80811</guid>
      <dc:creator>rdagan_splunk</dc:creator>
      <dc:date>2020-09-29T10:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit our props.conf and transforms.conf to parse a CSV file we are indexing in Hunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-our-props-conf-and-transforms-conf-to-parse-a-CSV/m-p/268695#M80812</link>
      <description>&lt;P&gt;Thx for pointing out that error. I fixed that source to /... and then re-ran the query but the fields still aren't being extracted. I opened a case with Splunk as all sources I have (properly set to /...) are also no longer having fields automatically extracted. This issue seemed to have arose when I updated to version 6.4.2.&lt;/P&gt;

&lt;P&gt;Thx&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2016 12:39:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-our-props-conf-and-transforms-conf-to-parse-a-CSV/m-p/268695#M80812</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2016-07-28T12:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit our props.conf and transforms.conf to parse a CSV file we are indexing in Hunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-our-props-conf-and-transforms-conf-to-parse-a-CSV/m-p/268696#M80813</link>
      <description>&lt;P&gt;Based on this link:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Hunk/6.4.1/HunkReleaseNotes/Releasenotes"&gt;http://docs.splunk.com/Documentation/Hunk/6.4.1/HunkReleaseNotes/Releasenotes&lt;/A&gt;  -- See ERP-1901 - there was an issue with CSV extraction but it was fixed in 6.4.1.&lt;BR /&gt;&lt;BR /&gt;
I am checking to see if that same fixed is also in 6.4.2&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2016 15:15:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-our-props-conf-and-transforms-conf-to-parse-a-CSV/m-p/268696#M80813</guid>
      <dc:creator>rdagan_splunk</dc:creator>
      <dc:date>2016-07-28T15:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit our props.conf and transforms.conf to parse a CSV file we are indexing in Hunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-our-props-conf-and-transforms-conf-to-parse-a-CSV/m-p/268697#M80814</link>
      <description>&lt;P&gt;Thx for checking. &lt;/P&gt;

&lt;P&gt;I have three other sources - Cisco ISE, Cisco ASA, and Windows Event Logs - whose fields were being extracted before I updated to version 6.4.2. For those three sources I was using the relevant add-ons: Splunk_CiscoISE (with Splunk_TA_cisco-ise),  Splunk_TA_windows, and Splunk_TA_cisco-asa.&lt;/P&gt;

&lt;P&gt;Here are the stanzas for those three from my props.conf file:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[source::/LogCentral/Applications/ISE_PRD/...]
sourcetype = cisco:ise:syslog
DATETIME_CONFIG =
NO_BINARY_CHECK = true
SHOULD_LINEMERGE = false

[source::/LogCentral/Applications/Firewall_PRD/...]
sourcetype = cisco:asa

[source::/LogCentral/WindowsEvent/PRD/...]
sourcetype = windows_snare_syslog
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:25:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-our-props-conf-and-transforms-conf-to-parse-a-CSV/m-p/268697#M80814</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2020-09-29T10:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit our props.conf and transforms.conf to parse a CSV file we are indexing in Hunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-our-props-conf-and-transforms-conf-to-parse-a-CSV/m-p/268698#M80815</link>
      <description>&lt;P&gt;I tried 6.4.2 with a CSV file, and Hunk did the right thing without any entry in the props.conf.  Hunk auto translated the CSV to a JSON visualization automatically &lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2016 00:23:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-our-props-conf-and-transforms-conf-to-parse-a-CSV/m-p/268698#M80815</guid>
      <dc:creator>rdagan_splunk</dc:creator>
      <dc:date>2016-08-02T00:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit our props.conf and transforms.conf to parse a CSV file we are indexing in Hunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-our-props-conf-and-transforms-conf-to-parse-a-CSV/m-p/268699#M80816</link>
      <description>&lt;P&gt;Thx for the update.&lt;/P&gt;

&lt;P&gt;I tried extracting fields and then saved the extracted fields, restarted Splunk, and the fields still didn't extract.&lt;/P&gt;

&lt;P&gt;Waiting to work with Splunk support...&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2016 12:29:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-our-props-conf-and-transforms-conf-to-parse-a-CSV/m-p/268699#M80816</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2016-08-02T12:29:08Z</dc:date>
    </item>
  </channel>
</rss>

