<?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 How to display the Interesting Fields in a custom search view using the Splunk web framework? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-the-Interesting-Fields-in-a-custom-search-view/m-p/140803#M38956</link>
    <description>&lt;P&gt;I'm using the web framework to create my own custom search view. However, from &lt;A href="http://docs.splunk.com/DocumentationStatic/WebFramework/1.1/compref_eventsviewer.html(EventsViewerView)"&gt;http://docs.splunk.com/DocumentationStatic/WebFramework/1.1/compref_eventsviewer.html(EventsViewerView)&lt;/A&gt;&lt;BR /&gt;
no method about fields mentioned.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jul 2015 03:25:08 GMT</pubDate>
    <dc:creator>dcdd</dc:creator>
    <dc:date>2015-07-29T03:25:08Z</dc:date>
    <item>
      <title>How to display the Interesting Fields in a custom search view using the Splunk web framework?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-the-Interesting-Fields-in-a-custom-search-view/m-p/140803#M38956</link>
      <description>&lt;P&gt;I'm using the web framework to create my own custom search view. However, from &lt;A href="http://docs.splunk.com/DocumentationStatic/WebFramework/1.1/compref_eventsviewer.html(EventsViewerView)"&gt;http://docs.splunk.com/DocumentationStatic/WebFramework/1.1/compref_eventsviewer.html(EventsViewerView)&lt;/A&gt;&lt;BR /&gt;
no method about fields mentioned.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2015 03:25:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-the-Interesting-Fields-in-a-custom-search-view/m-p/140803#M38956</guid>
      <dc:creator>dcdd</dc:creator>
      <dc:date>2015-07-29T03:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to display the Interesting Fields in a custom search view using the Splunk web framework?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-the-Interesting-Fields-in-a-custom-search-view/m-p/140804#M38957</link>
      <description>&lt;P&gt;The fields panel (include interesting fields)  is not exposed through the web framework.   The search page is render through set of html partials, templates, and minified javascript.  Not to say you could not use the components.&lt;/P&gt;

&lt;P&gt;Many of the components can be found under $SPLUNK_HOME/share/splunk/search_mrsparkle.  I believe you can find the field picker code under $SPLUNK_HOME/share/splunk/search_mrsparkle/modules/search&lt;/P&gt;

&lt;P&gt;Hope that gets you started.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 06:49:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-the-Interesting-Fields-in-a-custom-search-view/m-p/140804#M38957</guid>
      <dc:creator>bmacias84</dc:creator>
      <dc:date>2020-09-29T06:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to display the Interesting Fields in a custom search view using the Splunk web framework?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-the-Interesting-Fields-in-a-custom-search-view/m-p/140805#M38958</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;| top field1 | appendpipe [| stats sum(count) AS count | eval field1="ALL" | eval percent=100]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;will show you for a single field of interest.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2015 15:14:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-the-Interesting-Fields-in-a-custom-search-view/m-p/140805#M38958</guid>
      <dc:creator>landen99</dc:creator>
      <dc:date>2015-09-09T15:14:11Z</dc:date>
    </item>
  </channel>
</rss>

