<?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 newly created field extraction not showing up in the fields sidebar? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-newly-created-field-extraction-not-showing-up-in-the/m-p/367927#M108459</link>
    <description>&lt;P&gt;So, it was a small UI foible that was hiding my newly created fields. In the field list there is a "coverage" drop down. "Coverage 1% or more" was selected value, but the extracts I had created only showed up in 0.8% of the logs I was exploring. It appears 1% is the default since I hadn't changed this value prior to discovering my issue.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Select &amp;amp;#39;All fields&amp;amp;#39;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/2648i4667C1EE171714A1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Select &amp;amp;#39;All fields&amp;amp;#39;" alt="Select &amp;amp;#39;All fields&amp;amp;#39;" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Mar 2017 14:19:38 GMT</pubDate>
    <dc:creator>martywalser</dc:creator>
    <dc:date>2017-03-21T14:19:38Z</dc:date>
    <item>
      <title>Why is my newly created field extraction not showing up in the fields sidebar?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-newly-created-field-extraction-not-showing-up-in-the/m-p/367920#M108452</link>
      <description>&lt;P&gt;I've seen similar questions to mine asked, but none of the advice has solved my issue.&lt;/P&gt;

&lt;P&gt;I created a new field extraction (which correctly pulled the data in the 10,000 event sampling) and it shows up in the field extraction list under "Settings":&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;API Server Logs - 03-12 : EXTRACT-MW_ErrorMessage   Inline  (Error Code=").+&amp;gt;(?P&amp;lt;MW_ErrorMessage&amp;gt;[^&amp;lt;]+) mwalser    search    Private | Permissions  Enabled
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;After creating the field extraction, I attempted to reload the search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="cisres_events" sourcetype="API Server Logs - 03-12" | extract reload=T
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But the newly created extraction "MW_ErrorMessage" does not show up in the selectable list of "All Fields".&lt;/P&gt;

&lt;P&gt;What else might be causing the field extraction to not show up in the list? I've attempted to rebuild this extraction several times with different naming conventions and even tried modifying the permissions to no avail. Any suggestions?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 20:34:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-newly-created-field-extraction-not-showing-up-in-the/m-p/367920#M108452</guid>
      <dc:creator>martywalser</dc:creator>
      <dc:date>2017-03-20T20:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my newly created field extraction not showing up in the fields sidebar?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-newly-created-field-extraction-not-showing-up-in-the/m-p/367921#M108453</link>
      <description>&lt;P&gt;What is the sharing permission on the field extractions? Is it private, This app or Global? If it's private or This App, when you're searching, are you in the same app context?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 20:52:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-newly-created-field-extraction-not-showing-up-in-the/m-p/367921#M108453</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-03-20T20:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my newly created field extraction not showing up in the fields sidebar?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-newly-created-field-extraction-not-showing-up-in-the/m-p/367922#M108454</link>
      <description>&lt;P&gt;It was previously "private" but I have modified it to "App (search)" and in both instances it has not shown up. How do I know if I am in the same "app context"?  &lt;/P&gt;

&lt;P&gt;When I experienced this before, I went directly from the field creation back to the Search by clicking on the link that reads "Explore using this field in search" (or words to that effect). I.E. - I had used the back link that takes one back to the search from which the new extraction is created, and it &lt;STRONG&gt;still&lt;/STRONG&gt; did not show up.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 21:12:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-newly-created-field-extraction-not-showing-up-in-the/m-p/367922#M108454</guid>
      <dc:creator>martywalser</dc:creator>
      <dc:date>2017-03-20T21:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my newly created field extraction not showing up in the fields sidebar?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-newly-created-field-extraction-not-showing-up-in-the/m-p/367923#M108455</link>
      <description>&lt;P&gt;If you created the field extraction in search, then if it's private OR this App, then you should be searching from Search app only. Also, did you verify that the regex works fine? May be try to run like this to see if the regex is correct.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="cisres_events" sourcetype="API Server Logs - 03-12" | rex "(Error Code=").+&amp;gt;(?P&amp;lt;MW_ErrorMessage&amp;gt;[^&amp;lt;]+)"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Not sure if the regex got changed when you posted here, but it seems off. Try this for regex.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(Error Code=\").+\&amp;gt;(?P&amp;lt;MW_ErrorMessage&amp;gt;[^\&amp;lt;]+)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;For more accurate suggestions, share your sample event from where you're trying to extract the field.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 21:16:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-newly-created-field-extraction-not-showing-up-in-the/m-p/367923#M108455</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-03-20T21:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my newly created field extraction not showing up in the fields sidebar?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-newly-created-field-extraction-not-showing-up-in-the/m-p/367924#M108456</link>
      <description>&lt;P&gt;Fields are relative to sourcetype, are you searching on the same sourcetype you used when creating the field? &lt;/P&gt;

&lt;P&gt;Another thing to note, field extractions take a minute or two to appear after creating them&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 23:08:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-newly-created-field-extraction-not-showing-up-in-the/m-p/367924#M108456</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2017-03-20T23:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my newly created field extraction not showing up in the fields sidebar?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-newly-created-field-extraction-not-showing-up-in-the/m-p/367925#M108457</link>
      <description>&lt;P&gt;Is your search mode set to &lt;CODE&gt;Verbose&lt;/CODE&gt; (not &lt;CODE&gt;Fast&lt;/CODE&gt;, not &lt;CODE&gt;Smart&lt;/CODE&gt; )?&lt;BR /&gt;
A field is only &lt;CODE&gt;interesting&lt;/CODE&gt; if it occurs in 95ish% (I forget the exact number) of events that are returned in the search.  If your field is very rare, it is not &lt;CODE&gt;interesting&lt;/CODE&gt; and will not show up.  You can however select it from the &lt;CODE&gt;Field Picker&lt;/CODE&gt; and that makes it show up as &lt;CODE&gt;Selected&lt;/CODE&gt;.&lt;BR /&gt;
Also, have you hit the &lt;CODE&gt;_bump&lt;/CODE&gt; endpoint to refresh your session?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 01:21:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-newly-created-field-extraction-not-showing-up-in-the/m-p/367925#M108457</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-03-21T01:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my newly created field extraction not showing up in the fields sidebar?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-newly-created-field-extraction-not-showing-up-in-the/m-p/367926#M108458</link>
      <description>&lt;P&gt;Thanks for the regex heads up. Yeah, I did have an error from a bad edit, but that wasn't the issue. I posted the answer below,&lt;/P&gt;

&lt;P&gt;Thanks again for your help!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 14:07:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-newly-created-field-extraction-not-showing-up-in-the/m-p/367926#M108458</guid>
      <dc:creator>martywalser</dc:creator>
      <dc:date>2017-03-21T14:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my newly created field extraction not showing up in the fields sidebar?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-newly-created-field-extraction-not-showing-up-in-the/m-p/367927#M108459</link>
      <description>&lt;P&gt;So, it was a small UI foible that was hiding my newly created fields. In the field list there is a "coverage" drop down. "Coverage 1% or more" was selected value, but the extracts I had created only showed up in 0.8% of the logs I was exploring. It appears 1% is the default since I hadn't changed this value prior to discovering my issue.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Select &amp;amp;#39;All fields&amp;amp;#39;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/2648i4667C1EE171714A1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Select &amp;amp;#39;All fields&amp;amp;#39;" alt="Select &amp;amp;#39;All fields&amp;amp;#39;" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 14:19:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-newly-created-field-extraction-not-showing-up-in-the/m-p/367927#M108459</guid>
      <dc:creator>martywalser</dc:creator>
      <dc:date>2017-03-21T14:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my newly created field extraction not showing up in the fields sidebar?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-newly-created-field-extraction-not-showing-up-in-the/m-p/367928#M108460</link>
      <description>&lt;P&gt;It turns out the the Field Picker was showing "Coverage 1% or more" and not "All Fields". These extractions were only occurring in about 0.8% of records, so they were not showing up on the 1% list.&lt;/P&gt;

&lt;P&gt;I have added this as the answer but it has not been moderated yet.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 15:06:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-newly-created-field-extraction-not-showing-up-in-the/m-p/367928#M108460</guid>
      <dc:creator>martywalser</dc:creator>
      <dc:date>2017-03-21T15:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my newly created field extraction not showing up in the fields sidebar?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-newly-created-field-extraction-not-showing-up-in-the/m-p/367929#M108461</link>
      <description>&lt;P&gt;So I got you 90+% to the answer!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 18:33:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-newly-created-field-extraction-not-showing-up-in-the/m-p/367929#M108461</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-03-21T18:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my newly created field extraction not showing up in the fields sidebar?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-newly-created-field-extraction-not-showing-up-in-the/m-p/367930#M108462</link>
      <description>&lt;P&gt;The breadcrumbs got me there eventually.  &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;  I had not made the connection between the "interesting" metric and the coverage in the drop down. Honestly, I had never really noticed that "coverage" values before because other extractions I had created showed up in the majority of records, so it was never an issue until I started hunting for rare instances.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 18:42:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-newly-created-field-extraction-not-showing-up-in-the/m-p/367930#M108462</guid>
      <dc:creator>martywalser</dc:creator>
      <dc:date>2017-03-21T18:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my newly created field extraction not showing up in the fields sidebar?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-newly-created-field-extraction-not-showing-up-in-the/m-p/539587#M152597</link>
      <description>&lt;P&gt;it's been a much longer day than I originally thought&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 21:47:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-newly-created-field-extraction-not-showing-up-in-the/m-p/539587#M152597</guid>
      <dc:creator>janderson19</dc:creator>
      <dc:date>2021-02-11T21:47:59Z</dc:date>
    </item>
  </channel>
</rss>

