<?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: Getting no data in extracted field after configuring data in props.conf and transform.conf in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Getting-no-data-in-extracted-field-after-configuring-data-in/m-p/76078#M19224</link>
    <description>&lt;P&gt;You don't get any extracted fields at all. When you do &lt;CODE&gt;table somefields&lt;/CODE&gt; it will always output the header which includes the fieldnames, even if there are no matching events.&lt;/P&gt;

&lt;P&gt;What you've done is configure Splunk to drop all events with sourcetype &lt;CODE&gt;TARGET_ONE&lt;/CODE&gt;. &lt;/P&gt;

&lt;P&gt;What are you trying to accomplish?&lt;/P&gt;</description>
    <pubDate>Mon, 01 Oct 2012 13:13:01 GMT</pubDate>
    <dc:creator>Ayn</dc:creator>
    <dc:date>2012-10-01T13:13:01Z</dc:date>
    <item>
      <title>Getting no data in extracted field after configuring data in props.conf and transform.conf</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Getting-no-data-in-extracted-field-after-configuring-data-in/m-p/76077#M19223</link>
      <description>&lt;P&gt;&lt;STRONG&gt;strong text&lt;/STRONG&gt; Hi,&lt;BR /&gt;
I am uploading my_file.txt in splunk under sourcetype TARGET_ONE.The content of my file&lt;BR /&gt;
is&lt;BR /&gt;
Fname|Mname|Lname|age|location&lt;BR /&gt;
abhay|vikram|singh|26|kolkata&lt;BR /&gt;
murari|kumar|bhartia|25|Bangalore&lt;/P&gt;

&lt;P&gt;for field extraction I have defined props.conf and transform.conf as following:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;[TARGET_ONE]&lt;BR /&gt;
NO_BINARY_CHECK = 1&lt;BR /&gt;
pulldown_type = 1&lt;BR /&gt;
KV_MODE=none&lt;BR /&gt;
SHOULD_LINEMERGE=false&lt;BR /&gt;
TRANSFORMS-comment=Extract_TARGET_ONE&lt;BR /&gt;
REPORT-header=Extract_TARGET_ONE_fields&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;transform.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;[Extract_TARGET_ONE]&lt;BR /&gt;
REGEX=.*&lt;BR /&gt;
DEST_KEY=queue&lt;BR /&gt;
FORMAT=nullQueue&lt;BR /&gt;
[Extract_TARGET_ONE_fields]&lt;BR /&gt;
DELIMS = "|"&lt;BR /&gt;
FIELDS = "Fname","Mname","Lname","age","location"&lt;/P&gt;

&lt;P&gt;my input.conf file is looking like&lt;BR /&gt;
[default]&lt;BR /&gt;
host = CAPRSGDVWPSPL01&lt;/P&gt;

&lt;P&gt;[monitor://C:\Users\lg133108\Desktop\TARGET_ONE\my_file.txt]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
followTail = 0&lt;BR /&gt;
sourcetype = TARGET_ONE&lt;/P&gt;

&lt;P&gt;with this code actually i am getting fields extracted in splunk web but no value hasbeen extracted&lt;BR /&gt;
under these fields.&lt;/P&gt;

&lt;P&gt;As an example when i am writing the query&lt;/P&gt;

&lt;P&gt;sourcetype=TARGET_ONE | table "Fname"&lt;/P&gt;

&lt;P&gt;its retuning nothing.but field has been extracted.&lt;/P&gt;

&lt;P&gt;Do i need modify regex in transform.conf??&lt;/P&gt;

&lt;P&gt;can anybody help on this??&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:32:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Getting-no-data-in-extracted-field-after-configuring-data-in/m-p/76077#M19223</guid>
      <dc:creator>Tridi123</dc:creator>
      <dc:date>2020-09-28T12:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Getting no data in extracted field after configuring data in props.conf and transform.conf</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Getting-no-data-in-extracted-field-after-configuring-data-in/m-p/76078#M19224</link>
      <description>&lt;P&gt;You don't get any extracted fields at all. When you do &lt;CODE&gt;table somefields&lt;/CODE&gt; it will always output the header which includes the fieldnames, even if there are no matching events.&lt;/P&gt;

&lt;P&gt;What you've done is configure Splunk to drop all events with sourcetype &lt;CODE&gt;TARGET_ONE&lt;/CODE&gt;. &lt;/P&gt;

&lt;P&gt;What are you trying to accomplish?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2012 13:13:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Getting-no-data-in-extracted-field-after-configuring-data-in/m-p/76078#M19224</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-10-01T13:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Getting no data in extracted field after configuring data in props.conf and transform.conf</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Getting-no-data-in-extracted-field-after-configuring-data-in/m-p/76079#M19225</link>
      <description>&lt;P&gt;i want to index data and extract the fileds autometically by configuring&lt;BR /&gt;
 props.conf and transform.conf then i want to generate the tabular format of data representation&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2012 13:16:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Getting-no-data-in-extracted-field-after-configuring-data-in/m-p/76079#M19225</guid>
      <dc:creator>Tridi123</dc:creator>
      <dc:date>2012-10-01T13:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Getting no data in extracted field after configuring data in props.conf and transform.conf</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Getting-no-data-in-extracted-field-after-configuring-data-in/m-p/76080#M19226</link>
      <description>&lt;P&gt;Then I'm confused about what the idea is with this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;TRANSFORMS-comment=Extract_TARGET_ONE

[Extract_TARGET_ONE]
REGEX=.*
DEST_KEY=queue
FORMAT=nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 01 Oct 2012 13:18:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Getting-no-data-in-extracted-field-after-configuring-data-in/m-p/76080#M19226</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-10-01T13:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Getting no data in extracted field after configuring data in props.conf and transform.conf</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Getting-no-data-in-extracted-field-after-configuring-data-in/m-p/76081#M19227</link>
      <description>&lt;P&gt;this is to extract fields by configuring files&lt;/P&gt;

&lt;P&gt;we are calling transforms.conf in props.conf&lt;BR /&gt;
if can give me the solution via code it will be helpful&lt;BR /&gt;
Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2012 13:32:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Getting-no-data-in-extracted-field-after-configuring-data-in/m-p/76081#M19227</guid>
      <dc:creator>Tridi123</dc:creator>
      <dc:date>2012-10-01T13:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Getting no data in extracted field after configuring data in props.conf and transform.conf</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Getting-no-data-in-extracted-field-after-configuring-data-in/m-p/76082#M19228</link>
      <description>&lt;P&gt;That is no field extraction. That is an index-time transform that will match an incoming event against the regex &lt;CODE&gt;.*&lt;/CODE&gt; (which means EVERYTHING) and send all matching events to the queue "nullQueue", which is the same as dropping the events completely.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2012 13:41:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Getting-no-data-in-extracted-field-after-configuring-data-in/m-p/76082#M19228</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-10-01T13:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Getting no data in extracted field after configuring data in props.conf and transform.conf</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Getting-no-data-in-extracted-field-after-configuring-data-in/m-p/76083#M19229</link>
      <description>&lt;P&gt;then what procedure i will follow here?&lt;BR /&gt;
to automate field extraction should i configure &lt;BR /&gt;
props.conf and transforms.conf????&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2012 15:51:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Getting-no-data-in-extracted-field-after-configuring-data-in/m-p/76083#M19229</guid>
      <dc:creator>Tridi123</dc:creator>
      <dc:date>2012-10-01T15:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Getting no data in extracted field after configuring data in props.conf and transform.conf</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Getting-no-data-in-extracted-field-after-configuring-data-in/m-p/76084#M19230</link>
      <description>&lt;P&gt;can u prove me some details?? it will be very helpful&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2012 15:55:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Getting-no-data-in-extracted-field-after-configuring-data-in/m-p/76084#M19230</guid>
      <dc:creator>Tridi123</dc:creator>
      <dc:date>2012-10-01T15:55:27Z</dc:date>
    </item>
  </channel>
</rss>

