<?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 Problem with field extraction in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Problem-with-field-extraction/m-p/122616#M33054</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;I am having some pretty weird issues with field extraction on 6.2. When I perform this search:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;65932&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;It returns 1,668 events, which is perfectly fine - as well as about 34 fields. It also returns three sourcetypes. It doesn't return all the fields I want however, so I run this search:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;65932&lt;/EM&gt;&lt;/STRONG&gt; (sourcetype="wa_contacts" OR sourcetype="wa_messages" OR sourcetype="contacts_data")&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;It then returns the same 1,668 events, however, this time there are signifcantly more fields - about 50 of them. Why is this happening?&lt;/P&gt;

&lt;P&gt;Thanks for any help.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 18:48:27 GMT</pubDate>
    <dc:creator>nyp_kwyc</dc:creator>
    <dc:date>2020-09-28T18:48:27Z</dc:date>
    <item>
      <title>Problem with field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Problem-with-field-extraction/m-p/122616#M33054</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;I am having some pretty weird issues with field extraction on 6.2. When I perform this search:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;65932&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;It returns 1,668 events, which is perfectly fine - as well as about 34 fields. It also returns three sourcetypes. It doesn't return all the fields I want however, so I run this search:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;65932&lt;/EM&gt;&lt;/STRONG&gt; (sourcetype="wa_contacts" OR sourcetype="wa_messages" OR sourcetype="contacts_data")&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;It then returns the same 1,668 events, however, this time there are signifcantly more fields - about 50 of them. Why is this happening?&lt;/P&gt;

&lt;P&gt;Thanks for any help.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:48:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Problem-with-field-extraction/m-p/122616#M33054</guid>
      <dc:creator>nyp_kwyc</dc:creator>
      <dc:date>2020-09-28T18:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Problem-with-field-extraction/m-p/122617#M33055</link>
      <description>&lt;P&gt;Perhaps the extractions changed due to some smart mode changes.I would start by trying to change search mode to verbose, adding "FIELDNAME=*" or specifying fields to gather more info.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2015 03:31:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Problem-with-field-extraction/m-p/122617#M33055</guid>
      <dc:creator>chanfoli</dc:creator>
      <dc:date>2015-01-30T03:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Problem-with-field-extraction/m-p/122618#M33056</link>
      <description>&lt;P&gt;One of your sourcetypes is associated to either a builtin recognized sourcetype, or you have a TA that is extracting those fields for one of your source types.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2015 03:58:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Problem-with-field-extraction/m-p/122618#M33056</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2015-01-30T03:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Problem-with-field-extraction/m-p/122619#M33057</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;

&lt;P&gt;Thanks for the help.&lt;/P&gt;

&lt;P&gt;@chanfoli: No, changing the search to verbose mode does not help - the results are the same. Adding FIELDNAME=* does not help either. This is because the search, whether in verbose or smart mode, does not extract the fields in the first place.&lt;/P&gt;

&lt;P&gt;@esix_splunk: Perhaps - some of the sourcetypes are CSV files, perhaps its associated to a built-in CSV sourcetype. Could this be the case? I don't believe I have any TAs installed on my Splunk installation.&lt;/P&gt;

&lt;P&gt;I believe that the following issue is related to this matter.&lt;/P&gt;

&lt;P&gt;When I perform this search&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;(sourcetype="wa_messages" OR sourcetype="sms")&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;I get 42 fields. However, if I add one more sourcetype to this search, I get less fields (34 of them). This is causing issues with finding relevant data. Is there any way to solve this?&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2015 01:07:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Problem-with-field-extraction/m-p/122619#M33057</guid>
      <dc:creator>nyp_kwyc</dc:creator>
      <dc:date>2015-02-02T01:07:43Z</dc:date>
    </item>
  </channel>
</rss>

