<?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 extraction tool not showing whole event. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Field-extraction-tool-not-showing-whole-event/m-p/58762#M14409</link>
    <description>&lt;P&gt;Make sure the drop down on the top left isn't filtering your selection. It should be showing you much more than 18 lines.&lt;/P&gt;

&lt;P&gt;In my opinion, the field extractor doesn't work very well. A better option is to extract fields using &lt;B&gt;rex&lt;/B&gt;.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/base/Documentation/4.1.7/SearchReference/Rex" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/4.1.7/SearchReference/Rex&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Use &lt;B&gt;rex field=_raw&lt;/B&gt;. Once i figured out how to do this I never found the need to use the field extractor again. Also, once you get a working regex working you can create a new field in the manager/fields to make it permanent. This was a little tricky at first so let me know if you get stuck and i can explain how to use it...if you decide to do so.&lt;/P&gt;

&lt;P&gt;I-Man&lt;/P&gt;</description>
    <pubDate>Tue, 15 Mar 2011 01:47:08 GMT</pubDate>
    <dc:creator>I-Man</dc:creator>
    <dc:date>2011-03-15T01:47:08Z</dc:date>
    <item>
      <title>Field extraction tool not showing whole event.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-extraction-tool-not-showing-whole-event/m-p/58761#M14408</link>
      <description>&lt;P&gt;I'm trying to use the field extraction tool.  The problem is that the field I want to extract is about 18 lines down and the field extraction tool is showing me about 15 lines.  Is there a config option to allow more lines to be visible?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2011 01:34:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-extraction-tool-not-showing-whole-event/m-p/58761#M14408</guid>
      <dc:creator>nocostk</dc:creator>
      <dc:date>2011-03-15T01:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction tool not showing whole event.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-extraction-tool-not-showing-whole-event/m-p/58762#M14409</link>
      <description>&lt;P&gt;Make sure the drop down on the top left isn't filtering your selection. It should be showing you much more than 18 lines.&lt;/P&gt;

&lt;P&gt;In my opinion, the field extractor doesn't work very well. A better option is to extract fields using &lt;B&gt;rex&lt;/B&gt;.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/base/Documentation/4.1.7/SearchReference/Rex" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/4.1.7/SearchReference/Rex&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Use &lt;B&gt;rex field=_raw&lt;/B&gt;. Once i figured out how to do this I never found the need to use the field extractor again. Also, once you get a working regex working you can create a new field in the manager/fields to make it permanent. This was a little tricky at first so let me know if you get stuck and i can explain how to use it...if you decide to do so.&lt;/P&gt;

&lt;P&gt;I-Man&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2011 01:47:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-extraction-tool-not-showing-whole-event/m-p/58762#M14409</guid>
      <dc:creator>I-Man</dc:creator>
      <dc:date>2011-03-15T01:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction tool not showing whole event.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-extraction-tool-not-showing-whole-event/m-p/58763#M14410</link>
      <description>&lt;P&gt;The built-in Interactive Field Extractor (IFX) does indeed limit the display to 15 lines to prevent the browser from being abused.&lt;/P&gt;

&lt;P&gt;There is a new field extractor tool, which is a separate 4.2 Splunk app.  It will solve your problem.  Among other improvements, it has an options dialog that allows you to specify the maximum lines per event to show.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://splunkbase.splunk.com/apps/All/4.x/App/app:Field+Extractor" rel="nofollow"&gt;http://splunkbase.splunk.com/apps/All/4.x/App/app:Field+Extractor&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;editor's note:&lt;/STRONG&gt; Field Extractor App now at &lt;A href="http://apps.splunk.com/app/494/"&gt;http://apps.splunk.com/app/494/&lt;/A&gt;, per below comment.&lt;/P&gt;

&lt;P&gt;Some benefits of the new tool:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Hightlights new extractions as well as showing all existing extractions and fields.&lt;/LI&gt;
&lt;LI&gt;Extract fields from other fields (e.g. pull out machine-type from host).&lt;/LI&gt;
&lt;LI&gt;Edit extraction, Save, Text, and Delete new and existing extractions&lt;/LI&gt;
&lt;LI&gt;Set permissions as public or private.&lt;/LI&gt;
&lt;LI&gt;Supports multiple indexes, and system-wide or app-specific changes.&lt;/LI&gt;
&lt;LI&gt;Supports multiple fields extracted from one regex.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;The tool is still young and any feedback would be appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2011 05:36:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-extraction-tool-not-showing-whole-event/m-p/58763#M14410</guid>
      <dc:creator>carasso</dc:creator>
      <dc:date>2011-03-29T05:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction tool not showing whole event.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-extraction-tool-not-showing-whole-event/m-p/58764#M14411</link>
      <description>&lt;P&gt;Sadly, the link referenced in Carsso's answer is no longer active. Happily, the app is still on "Apps" @ &lt;A href="http://apps.splunk.com/app/494/"&gt;http://apps.splunk.com/app/494/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2014 12:48:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-extraction-tool-not-showing-whole-event/m-p/58764#M14411</guid>
      <dc:creator>bwooden</dc:creator>
      <dc:date>2014-06-24T12:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction tool not showing whole event.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-extraction-tool-not-showing-whole-event/m-p/58765#M14412</link>
      <description>&lt;P&gt;Note the app seems to not have been updated since 2014, might be an issue with 8.0 update to Python 3.x&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 19:09:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-extraction-tool-not-showing-whole-event/m-p/58765#M14412</guid>
      <dc:creator>avery2007</dc:creator>
      <dc:date>2020-04-20T19:09:55Z</dc:date>
    </item>
  </channel>
</rss>

