<?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: DELIM based fields not showing up in Web manager or search in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/DELIM-based-fields-not-showing-up-in-Web-manager-or-search/m-p/58692#M11554</link>
    <description>&lt;P&gt;I am having the same exact issue.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;transforms.conf&lt;/STRONG&gt;&lt;BR /&gt;
[props1_props_tr]&lt;BR /&gt;
DELIMS = ","&lt;BR /&gt;
FIELDS = field_1,field_2, field_3,field_4&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;BR /&gt;
[props1_props_props2]&lt;BR /&gt;
REPORT-props1_props = props1_props_tr&lt;/P&gt;

&lt;P&gt;both the props.conf and transforms.conf reside in apps/search/local/&lt;BR /&gt;
I have selected "ALL" but the transforms does not show up in the "Field transformation" page on splunk web.&lt;BR /&gt;
We have a search head cluster implementation. Could this behavior be due to cluster?&lt;BR /&gt;
The permissions on my props --&amp;gt; props1_props_props2 is "Global", if that helps.&lt;BR /&gt;
Is there a solution to this?&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 12:09:44 GMT</pubDate>
    <dc:creator>vsingla1</dc:creator>
    <dc:date>2020-09-29T12:09:44Z</dc:date>
    <item>
      <title>DELIM based fields not showing up in Web manager or search</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DELIM-based-fields-not-showing-up-in-Web-manager-or-search/m-p/58684#M11546</link>
      <description>&lt;P&gt;Hi, I have the following in my environment.  But fields are not visible in "Manager » Fields » Field extractions/Field transformations".  Search ( StartTime="0216.15:54:*") returns 0 matched records.  What I am not doing right ?&lt;/P&gt;

&lt;H1&gt;transform.conf:&lt;/H1&gt;

&lt;P&gt;[xxx_fields]&lt;BR /&gt;
DELIMS=";, "&lt;BR /&gt;
FIELDS = "Node", "StartTime", "EndTime"&lt;/P&gt;

&lt;H1&gt;prop.conf:&lt;/H1&gt;

&lt;P&gt;[xxx]&lt;BR /&gt;
REPORT-xxx_fields = xxx_fields&lt;BR /&gt;
KV_MODE = none&lt;BR /&gt;
NO_BINARY_CHECK = false&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;BR /&gt;
pulldown_type = 1&lt;/P&gt;

&lt;P&gt;My log file entries look like the following.&lt;/P&gt;

&lt;P&gt;NODE1 0216.15:54:04.588 0216.15:54:04.588 &lt;BR /&gt;
NODE1 0216.15:54:01.634 0216.15:54:01.634 &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 11:51:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DELIM-based-fields-not-showing-up-in-Web-manager-or-search/m-p/58684#M11546</guid>
      <dc:creator>imawsog</dc:creator>
      <dc:date>2020-09-28T11:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: DELIM based fields not showing up in Web manager or search</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DELIM-based-fields-not-showing-up-in-Web-manager-or-search/m-p/58685#M11547</link>
      <description>&lt;P&gt;Have you checked that you are in the correct app/owner context in manager? (the 2 dropdown menus on the top of the page).&lt;/P&gt;

&lt;P&gt;If you select "All" and "Any" respecively, it should be listed as;&lt;BR /&gt;
 &lt;CODE&gt;xxx: REPORT-xxx_fields&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;/K&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2012 19:09:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DELIM-based-fields-not-showing-up-in-Web-manager-or-search/m-p/58685#M11547</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-05-23T19:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: DELIM based fields not showing up in Web manager or search</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DELIM-based-fields-not-showing-up-in-Web-manager-or-search/m-p/58686#M11548</link>
      <description>&lt;P&gt;Yes, I have checked all those and nothing shows up even when "all" is selected.  The *.conf files are in etc\system\local if that makes a difference.&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2012 19:22:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DELIM-based-fields-not-showing-up-in-Web-manager-or-search/m-p/58686#M11548</guid>
      <dc:creator>imawsog</dc:creator>
      <dc:date>2012-05-23T19:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: DELIM based fields not showing up in Web manager or search</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DELIM-based-fields-not-showing-up-in-Web-manager-or-search/m-p/58687#M11549</link>
      <description>&lt;P&gt;Does your sourcetype name (xxx) or transforms stanza name (xxx_fields) contain hyphens (minus/dash/-)? That could surely prevent them from working correctly.&lt;/P&gt;

&lt;P&gt;BTW, based on your sample events, your DELIMS could probably be just;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;DELIMS = " "&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;/k&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2012 19:34:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DELIM-based-fields-not-showing-up-in-Web-manager-or-search/m-p/58687#M11549</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-05-23T19:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: DELIM based fields not showing up in Web manager or search</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DELIM-based-fields-not-showing-up-in-Web-manager-or-search/m-p/58688#M11550</link>
      <description>&lt;P&gt;The sourcetype and transform stanza names contain only letters and underscores. That should work right ? You are right about the DELIM. Do I need to reindex , if so what is the best way ?  Is there log (no pun intended) etc that I can look into to see what is happening during search.&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2012 19:48:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DELIM-based-fields-not-showing-up-in-Web-manager-or-search/m-p/58688#M11550</guid>
      <dc:creator>imawsog</dc:creator>
      <dc:date>2012-05-23T19:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: DELIM based fields not showing up in Web manager or search</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DELIM-based-fields-not-showing-up-in-Web-manager-or-search/m-p/58689#M11551</link>
      <description>&lt;P&gt;No need to re-index - all of this takes place at search time. &lt;/P&gt;

&lt;P&gt;Have you looked at the Job Inspector? Click on "Jobs" in the top right corner, find the search you ran and click "inspect".&lt;/P&gt;

&lt;P&gt;Other than that, you could/should install Splunk on Splunk (S.o.S), which is great for finding strange errors in your installation. It also requires Sideview Utils. Both are available for free on &lt;A href="http://splunk-base.splunk.com/apps"&gt;http://splunk-base.splunk.com/apps&lt;/A&gt; &lt;/P&gt;

&lt;P&gt;/k&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2012 19:56:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DELIM-based-fields-not-showing-up-in-Web-manager-or-search/m-p/58689#M11551</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-05-23T19:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: DELIM based fields not showing up in Web manager or search</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DELIM-based-fields-not-showing-up-in-Web-manager-or-search/m-p/58690#M11552</link>
      <description>&lt;P&gt;Looked into jobs-&amp;gt;inspect.  I thoguht the following looks interesting. Also I do not see any of the fields I defined in transform.conf.  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;litsearch sourcetype=xxx StartTime="0216*" | fields keepcolorder=t "_raw" "_time" "host" "index" "linecount" "source" "sourcetype" "splunk_server"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I think a sample DELIM file with corresponding props.conf, transform.com and the index step would make life of the beginner easier.&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2012 20:54:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DELIM-based-fields-not-showing-up-in-Web-manager-or-search/m-p/58690#M11552</guid>
      <dc:creator>imawsog</dc:creator>
      <dc:date>2012-05-23T20:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: DELIM based fields not showing up in Web manager or search</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DELIM-based-fields-not-showing-up-in-Web-manager-or-search/m-p/58691#M11553</link>
      <description>&lt;P&gt;Yeah, based on your data your DELIMS should be set to this:&lt;/P&gt;

&lt;P&gt;transforms.conf&lt;BR /&gt;
&lt;CODE&gt;&lt;BR /&gt;
[xxx_fields]&lt;BR /&gt;
DELIMS = " "&lt;BR /&gt;
FIELDS = Node, StartTime, EndTime&lt;BR /&gt;
&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2012 21:26:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DELIM-based-fields-not-showing-up-in-Web-manager-or-search/m-p/58691#M11553</guid>
      <dc:creator>Lamar</dc:creator>
      <dc:date>2012-05-23T21:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: DELIM based fields not showing up in Web manager or search</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DELIM-based-fields-not-showing-up-in-Web-manager-or-search/m-p/58692#M11554</link>
      <description>&lt;P&gt;I am having the same exact issue.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;transforms.conf&lt;/STRONG&gt;&lt;BR /&gt;
[props1_props_tr]&lt;BR /&gt;
DELIMS = ","&lt;BR /&gt;
FIELDS = field_1,field_2, field_3,field_4&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;BR /&gt;
[props1_props_props2]&lt;BR /&gt;
REPORT-props1_props = props1_props_tr&lt;/P&gt;

&lt;P&gt;both the props.conf and transforms.conf reside in apps/search/local/&lt;BR /&gt;
I have selected "ALL" but the transforms does not show up in the "Field transformation" page on splunk web.&lt;BR /&gt;
We have a search head cluster implementation. Could this behavior be due to cluster?&lt;BR /&gt;
The permissions on my props --&amp;gt; props1_props_props2 is "Global", if that helps.&lt;BR /&gt;
Is there a solution to this?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:09:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DELIM-based-fields-not-showing-up-in-Web-manager-or-search/m-p/58692#M11554</guid>
      <dc:creator>vsingla1</dc:creator>
      <dc:date>2020-09-29T12:09:44Z</dc:date>
    </item>
  </channel>
</rss>

