<?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: field is not getting extracted  in splunk web interface in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/field-is-not-getting-extracted-in-splunk-web-interface/m-p/80003#M20229</link>
    <description>&lt;P&gt;inputs.conf on the host you got this data from, please.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Oct 2012 13:03:34 GMT</pubDate>
    <dc:creator>Ayn</dc:creator>
    <dc:date>2012-10-04T13:03:34Z</dc:date>
    <item>
      <title>field is not getting extracted  in splunk web interface</title>
      <link>https://community.splunk.com/t5/Splunk-Search/field-is-not-getting-extracted-in-splunk-web-interface/m-p/79997#M20223</link>
      <description>&lt;P&gt;hi &lt;BR /&gt;
my inputfile looks like&lt;BR /&gt;
empid|name|age&lt;BR /&gt;
356102|tutun|27&lt;BR /&gt;
365771|king|28&lt;BR /&gt;
i have configured props.conf file and transforms.conf in location C:\Program Files\Splunk\etc\system\local which is as below:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;**props.conf**
[text] 
NO_BINARY_CHECK = 1 
KV_MODE=none 
SHOULD_LINEMERGE=false
REPORT-comment=Extract_text

**transforms.conf**
[Extract_text] 
DELIMS= "|"
FIELDS= "empid","name","age"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but after restarting splunk i am not getting the fields empid,name and age getting extracted in splunk web interface on left panel&lt;BR /&gt;
can any one help on this becuase my requirement is to make log data in table format using table query in&lt;BR /&gt;
web interface&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2012 12:41:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/field-is-not-getting-extracted-in-splunk-web-interface/m-p/79997#M20223</guid>
      <dc:creator>Tridi123</dc:creator>
      <dc:date>2012-10-04T12:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: field is not getting extracted  in splunk web interface</title>
      <link>https://community.splunk.com/t5/Splunk-Search/field-is-not-getting-extracted-in-splunk-web-interface/m-p/79998#M20224</link>
      <description>&lt;P&gt;Can you add your inputs.conf settings to your original question as well.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2012 12:44:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/field-is-not-getting-extracted-in-splunk-web-interface/m-p/79998#M20224</guid>
      <dc:creator>sdaniels</dc:creator>
      <dc:date>2012-10-04T12:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: field is not getting extracted  in splunk web interface</title>
      <link>https://community.splunk.com/t5/Splunk-Search/field-is-not-getting-extracted-in-splunk-web-interface/m-p/79999#M20225</link>
      <description>&lt;P&gt;Try putting a space between FIELDS so it looks like this:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;FIELDS = "empid", "name", "age"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/admin/Transformsconf" target="test_blank"&gt;http://docs.splunk.com/Documentation/Splunk/5.0/admin/Transformsconf&lt;/A&gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2012 12:52:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/field-is-not-getting-extracted-in-splunk-web-interface/m-p/79999#M20225</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2012-10-04T12:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: field is not getting extracted  in splunk web interface</title>
      <link>https://community.splunk.com/t5/Splunk-Search/field-is-not-getting-extracted-in-splunk-web-interface/m-p/80000#M20226</link>
      <description>&lt;P&gt;inputs.conf looks like&lt;BR /&gt;
[default]&lt;BR /&gt;
host = 01HW447731&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2012 13:01:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/field-is-not-getting-extracted-in-splunk-web-interface/m-p/80000#M20226</guid>
      <dc:creator>Tridi123</dc:creator>
      <dc:date>2012-10-04T13:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: field is not getting extracted  in splunk web interface</title>
      <link>https://community.splunk.com/t5/Splunk-Search/field-is-not-getting-extracted-in-splunk-web-interface/m-p/80001#M20227</link>
      <description>&lt;P&gt;location for inputs.conf is C:\Program Files\Splunk\etc\system\local&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2012 13:02:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/field-is-not-getting-extracted-in-splunk-web-interface/m-p/80001#M20227</guid>
      <dc:creator>Tridi123</dc:creator>
      <dc:date>2012-10-04T13:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: field is not getting extracted  in splunk web interface</title>
      <link>https://community.splunk.com/t5/Splunk-Search/field-is-not-getting-extracted-in-splunk-web-interface/m-p/80002#M20228</link>
      <description>&lt;P&gt;location C:\Program Files\Splunk\etc\system\local &lt;BR /&gt;
inputs.conf looks like&lt;BR /&gt;
[default]&lt;BR /&gt;
host = 01HW447731&lt;/P&gt;

&lt;P&gt;do i need to change it??&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2012 13:03:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/field-is-not-getting-extracted-in-splunk-web-interface/m-p/80002#M20228</guid>
      <dc:creator>Tridi123</dc:creator>
      <dc:date>2012-10-04T13:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: field is not getting extracted  in splunk web interface</title>
      <link>https://community.splunk.com/t5/Splunk-Search/field-is-not-getting-extracted-in-splunk-web-interface/m-p/80003#M20229</link>
      <description>&lt;P&gt;inputs.conf on the host you got this data from, please.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2012 13:03:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/field-is-not-getting-extracted-in-splunk-web-interface/m-p/80003#M20229</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-10-04T13:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: field is not getting extracted  in splunk web interface</title>
      <link>https://community.splunk.com/t5/Splunk-Search/field-is-not-getting-extracted-in-splunk-web-interface/m-p/80004#M20230</link>
      <description>&lt;P&gt;I believe that your inputs.conf needs to reference a sourcetype.  The sourcetype is the classification of your data.   &lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/Data/Whysourcetypesmatter"&gt;http://docs.splunk.com/Documentation/Splunk/5.0/Data/Whysourcetypesmatter&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;In props.conf you have a stanza with [text] therefore the sourcetype set for your input should have:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default] 
host = 01HW447731
sourcetype=text
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/admin/Propsconf"&gt;http://docs.splunk.com/Documentation/Splunk/5.0/admin/Propsconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;[&lt;SPEC&gt;]&lt;BR /&gt;
* This stanza enables properties for a given &lt;SPEC&gt;.&lt;BR /&gt;
* A props.conf file can contain multiple stanzas for any number of different &lt;SPEC&gt;.&lt;BR /&gt;
* Follow this stanza name with any number of the following attribute/value pairs, as appropriate&lt;BR /&gt;
  for what you want to do.&lt;BR /&gt;
* If you do not set an attribute for a given &lt;SPEC&gt;, the default is used.&lt;/SPEC&gt;&lt;/SPEC&gt;&lt;/SPEC&gt;&lt;/SPEC&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPEC&gt; can be:&lt;BR /&gt;
1. &lt;SOURCETYPE&gt;, the source type of an event.&lt;BR /&gt;
2. host::&lt;HOST&gt;, where &lt;HOST&gt; is the host for an event.&lt;BR /&gt;
3. source::&lt;SOURCE&gt;, where &lt;SOURCE&gt; is the source for an event.&lt;BR /&gt;
4. rule::&lt;RULENAME&gt;, where &lt;RULENAME&gt; is a unique name of a source type classification rule.&lt;BR /&gt;
5. delayedrule::&lt;RULENAME&gt;, where &lt;RULENAME&gt; is a unique name of a delayed source type&lt;BR /&gt;
   classification rule.&lt;BR /&gt;
These are only considered as a last resort before generating a new source type based on the&lt;BR /&gt;
source seen.&lt;/RULENAME&gt;&lt;/RULENAME&gt;&lt;/RULENAME&gt;&lt;/RULENAME&gt;&lt;/SOURCE&gt;&lt;/SOURCE&gt;&lt;/HOST&gt;&lt;/HOST&gt;&lt;/SOURCETYPE&gt;&lt;/SPEC&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2012 13:08:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/field-is-not-getting-extracted-in-splunk-web-interface/m-p/80004#M20230</guid>
      <dc:creator>sdaniels</dc:creator>
      <dc:date>2012-10-04T13:08:25Z</dc:date>
    </item>
  </channel>
</rss>

