<?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: Why is my field transform using DELIMS not working? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-field-transform-using-DELIMS-not-working/m-p/250659#M48232</link>
    <description>&lt;P&gt;The FIELDS = needs to be a quoted string list as in:&lt;BR /&gt;
FIELDS = "status","message_id","message_delivered_date","message_delivered_time","service","payload"&lt;BR /&gt;
I see that difference and Ido not have DATETIME_CONFIG = CURRENT. I would remove that setting anyway, as the docs say this about it:&lt;BR /&gt;
DATETIME_CONFIG = &lt;BR /&gt;
* Specifies which file configures the timestamp extractor, which identifies&lt;BR /&gt;
  timestamps from the event text.&lt;BR /&gt;
* This configuration may also be set to "NONE" to prevent the timestamp&lt;BR /&gt;
  extractor from running or "CURRENT" to assign the current system time to&lt;BR /&gt;
  each event.&lt;BR /&gt;
  * "CURRENT" will set the time of the event to the time that the event was&lt;BR /&gt;
    merged from lines, or worded differently, the time it passed through the&lt;BR /&gt;
    aggregator processor.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 11:59:58 GMT</pubDate>
    <dc:creator>sshelly_splunk</dc:creator>
    <dc:date>2020-09-29T11:59:58Z</dc:date>
    <item>
      <title>Why is my field transform using DELIMS not working?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-field-transform-using-DELIMS-not-working/m-p/250651#M48224</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;I have a field transform setup that doesn't seem to be working:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;transforms.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [coldfusionapplication]
 DELIMS = ","
 FIELDS = "status","message_id","message_delivered_date","message_delivered_time","service","payload"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [cfj:applog]
 REPORT-cfjapplog = coldfusionapplication
 EVAL-app= "Coldfusion"
 DATETIME_CONFIG = CURRENT
 LINE_BREAKER = ([\r\n]+)
 SHOULD_LINEMERGE = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I have this setup on my Search Head Cluster but I'm not seeing the fields from the DELIMS. I DO however see the calculated field "app" from  &lt;CODE&gt;EVAL-app= "Coldfusion"&lt;/CODE&gt; so I know at least PART of this is working.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Fields Available&lt;/STRONG&gt;&lt;BR /&gt;
host&lt;BR /&gt;
source&lt;BR /&gt;
sourcetype&lt;BR /&gt;
FileContent&lt;BR /&gt;
StatusCode&lt;BR /&gt;
app&lt;BR /&gt;
app_pool&lt;BR /&gt;
datacenter&lt;BR /&gt;
date_hour&lt;BR /&gt;
date_mday&lt;BR /&gt;
date_minute&lt;BR /&gt;
date_month&lt;BR /&gt;
date_second&lt;BR /&gt;
date_wday&lt;BR /&gt;
date_year&lt;BR /&gt;
date_zone&lt;BR /&gt;
environ&lt;BR /&gt;
eventtype&lt;BR /&gt;
fieldList&lt;BR /&gt;
hidden&lt;BR /&gt;
index&lt;BR /&gt;
linecount&lt;BR /&gt;
locale&lt;BR /&gt;
name&lt;BR /&gt;
punct&lt;BR /&gt;
qa_env&lt;BR /&gt;
rows&lt;BR /&gt;
sourceId&lt;BR /&gt;
splunk_server&lt;BR /&gt;
status&lt;BR /&gt;
tag&lt;BR /&gt;
tag::eventtype&lt;BR /&gt;
target_host&lt;BR /&gt;
timeendpos&lt;BR /&gt;
timestartpos&lt;BR /&gt;
units&lt;/P&gt;

&lt;P&gt;are all the available fields.&lt;/P&gt;

&lt;P&gt;Any ideas on what I'm doing incorrectly?&lt;BR /&gt;
Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:57:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-field-transform-using-DELIMS-not-working/m-p/250651#M48224</guid>
      <dc:creator>tkwaller</dc:creator>
      <dc:date>2020-09-29T11:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my field transform using DELIMS not working?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-field-transform-using-DELIMS-not-working/m-p/250652#M48225</link>
      <description>&lt;P&gt;can u paste a bit of source data by any chance ? maybe 2 or 3 lines, w/IP's changed ?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 17:05:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-field-transform-using-DELIMS-not-working/m-p/250652#M48225</guid>
      <dc:creator>sshelly_splunk</dc:creator>
      <dc:date>2016-11-29T17:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my field transform using DELIMS not working?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-field-transform-using-DELIMS-not-working/m-p/250653#M48226</link>
      <description>&lt;P&gt;&lt;CODE&gt;"Information","a0-0.1.0.0-4010-2","11/29/16","02:25:16","INTRANET","inside of autoComplete method with string=fort"&lt;/CODE&gt;&lt;BR /&gt;
  &lt;CODE&gt;"Information","a0-0.2.0.0-4010-2","11/29/16","02:23:42","INTRANET","inside of autoComplete method with string=at&amp;amp;t"&lt;/CODE&gt;&lt;BR /&gt;
  &lt;CODE&gt;"Information","a0-0.4.0.0-4010-1","11/29/16","02:05:36","INTRANET","inside of autoComplete method with string=oracle"&lt;/CODE&gt;&lt;BR /&gt;
  &lt;CODE&gt;"Error","a0-0.0.3.0-4010-1","11/29/16","02:05:36","intranet","Exception returned from api call.   StatusCode=503 Service Unavailable FileContent=&amp;lt;p&amp;gt;Site is not available since below pool is down :&amp;lt;/p&amp;gt; &amp;lt;p&amp;gt;Pool Name:  XXXX&amp;lt;/p&amp;gt; The specific sequence of files included or processed is: STUFF, line: 358 "&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 17:10:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-field-transform-using-DELIMS-not-working/m-p/250653#M48226</guid>
      <dc:creator>tkwaller</dc:creator>
      <dc:date>2016-11-29T17:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my field transform using DELIMS not working?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-field-transform-using-DELIMS-not-working/m-p/250654#M48227</link>
      <description>&lt;P&gt;Try these: (sorry, I changed names, etc:) -  u can insert TZ into props.conf if you have systems in disparate timezones.&lt;BR /&gt;
Props.conf:&lt;BR /&gt;
[cfapplog]&lt;BR /&gt;
SHOULD_LINEMERGE = False&lt;BR /&gt;
pulldown_type = 1&lt;BR /&gt;
REPORT-getfields = cfapp_fields&lt;BR /&gt;
Transforms.conf:&lt;BR /&gt;
[cfapp_fields]&lt;BR /&gt;
DELIMS=","&lt;BR /&gt;
FIELDS = "status","message_id","message_delivered_date","message_delivered_time","service","payload"&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:57:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-field-transform-using-DELIMS-not-working/m-p/250654#M48227</guid>
      <dc:creator>sshelly_splunk</dc:creator>
      <dc:date>2020-09-29T11:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my field transform using DELIMS not working?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-field-transform-using-DELIMS-not-working/m-p/250655#M48228</link>
      <description>&lt;P&gt;Nope, not working. The transforms dont even appear in Splunk Web(GUI), like it doesnt exist.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 19:51:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-field-transform-using-DELIMS-not-working/m-p/250655#M48228</guid>
      <dc:creator>tkwaller</dc:creator>
      <dc:date>2016-11-29T19:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my field transform using DELIMS not working?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-field-transform-using-DELIMS-not-working/m-p/250656#M48229</link>
      <description>&lt;P&gt;Ive found the error log:&lt;BR /&gt;
11-29-2016 20:00:44.305 +0000 WARN SearchOperator:kv - Invalid key-value parser, ignoring it, transform_name='coldfusionapplication'&lt;/P&gt;

&lt;P&gt;just not sure whats wrong with it&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 20:09:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-field-transform-using-DELIMS-not-working/m-p/250656#M48229</guid>
      <dc:creator>tkwaller</dc:creator>
      <dc:date>2016-11-29T20:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my field transform using DELIMS not working?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-field-transform-using-DELIMS-not-working/m-p/250657#M48230</link>
      <description>&lt;P&gt;I just typed this all out, and now it seems to have dissappeared, so apologies if it all appears twice:&lt;BR /&gt;
I used the props and transfroms I inserted above and all worked for me. A few things -&lt;BR /&gt;
1) check and make sure you have referred to the correct transforms stanza in your props,conf (coldfusionapplicaiton in your original post), or replace the contents of your stanzas in  your props and transforms with the contents of mine above. Make sure to rename the REPORT-getfields to the correct value.&lt;BR /&gt;
2) check that your sourcetype is not defined in multiple locations (mine are in $SPLUNK_HOME/etc/apps/search/local/ props.conf and transforms.conf&lt;BR /&gt;
3) You can go to :&lt;A href="http://localhost:8000/en-US/debug/refresh"&gt;http://localhost:8000/en-US/debug/refresh&lt;/A&gt; and click the refresh button(if on your laptop, or enter your splunk servername) and refresh props and transforms without having to restart splunk.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 20:26:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-field-transform-using-DELIMS-not-working/m-p/250657#M48230</guid>
      <dc:creator>sshelly_splunk</dc:creator>
      <dc:date>2016-11-29T20:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my field transform using DELIMS not working?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-field-transform-using-DELIMS-not-working/m-p/250658#M48231</link>
      <description>&lt;P&gt;So:&lt;BR /&gt;
1. Yes I referenced them correctly&lt;BR /&gt;
 &lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;BR /&gt;
[cfj:applog]&lt;BR /&gt;
REPORT-coldfusionapplog = coldfusionapplication&lt;BR /&gt;
pulldown_type = 1&lt;BR /&gt;
EVAL-app= "Coldfusion"&lt;BR /&gt;
DATETIME_CONFIG = CURRENT&lt;BR /&gt;
LINE_BREAKER = ([\r\n]+)&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;transforms.conf&lt;/STRONG&gt;&lt;BR /&gt;
[coldfusionapplication]&lt;BR /&gt;
DELIMS=","&lt;BR /&gt;
FIELDS = status,message_id,message_delivered_date,message_delivered_time,service,payload&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;mine are in $SPLUNK_HOME/etc/apps/SA-coldfusion/local/ props.conf and transforms.conf&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Im building this into my app so I push the changes from my deployer to the search head cluster. I also refresh as well&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;List item&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:57:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-field-transform-using-DELIMS-not-working/m-p/250658#M48231</guid>
      <dc:creator>tkwaller</dc:creator>
      <dc:date>2020-09-29T11:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my field transform using DELIMS not working?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-field-transform-using-DELIMS-not-working/m-p/250659#M48232</link>
      <description>&lt;P&gt;The FIELDS = needs to be a quoted string list as in:&lt;BR /&gt;
FIELDS = "status","message_id","message_delivered_date","message_delivered_time","service","payload"&lt;BR /&gt;
I see that difference and Ido not have DATETIME_CONFIG = CURRENT. I would remove that setting anyway, as the docs say this about it:&lt;BR /&gt;
DATETIME_CONFIG = &lt;BR /&gt;
* Specifies which file configures the timestamp extractor, which identifies&lt;BR /&gt;
  timestamps from the event text.&lt;BR /&gt;
* This configuration may also be set to "NONE" to prevent the timestamp&lt;BR /&gt;
  extractor from running or "CURRENT" to assign the current system time to&lt;BR /&gt;
  each event.&lt;BR /&gt;
  * "CURRENT" will set the time of the event to the time that the event was&lt;BR /&gt;
    merged from lines, or worded differently, the time it passed through the&lt;BR /&gt;
    aggregator processor.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:59:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-field-transform-using-DELIMS-not-working/m-p/250659#M48232</guid>
      <dc:creator>sshelly_splunk</dc:creator>
      <dc:date>2020-09-29T11:59:58Z</dc:date>
    </item>
  </channel>
</rss>

