<?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: display result count  in form panel in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/display-result-count-in-form-panel/m-p/109913#M28694</link>
    <description>&lt;P&gt;Thank you for the help.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Mar 2014 20:32:31 GMT</pubDate>
    <dc:creator>rzhang520</dc:creator>
    <dc:date>2014-03-27T20:32:31Z</dc:date>
    <item>
      <title>display result count  in form panel</title>
      <link>https://community.splunk.com/t5/Splunk-Search/display-result-count-in-form-panel/m-p/109908#M28689</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have a form has field inputs and a panel to display the search results in a table. Our users are complainting about they don't know how many events returned by the search. And I can't find good way to display event count in the panel. Any ideas?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2014 19:06:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/display-result-count-in-form-panel/m-p/109908#M28689</guid>
      <dc:creator>rzhang520</dc:creator>
      <dc:date>2014-03-27T19:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: display result count  in form panel</title>
      <link>https://community.splunk.com/t5/Splunk-Search/display-result-count-in-form-panel/m-p/109909#M28690</link>
      <description>&lt;P&gt;You can use &lt;CODE&gt;|stats count _time AS EventCount&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2014 19:25:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/display-result-count-in-form-panel/m-p/109909#M28690</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2014-03-27T19:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: display result count  in form panel</title>
      <link>https://community.splunk.com/t5/Splunk-Search/display-result-count-in-form-panel/m-p/109910#M28691</link>
      <description>&lt;P&gt;Its answered in following post.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/75720/in-a-dashboard-panel-how-would-i-get-the-result-count-to-show-with-paging"&gt;http://answers.splunk.com/answers/75720/in-a-dashboard-panel-how-would-i-get-the-result-count-to-show-with-paging&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2014 19:36:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/display-result-count-in-form-panel/m-p/109910#M28691</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-03-27T19:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: display result count  in form panel</title>
      <link>https://community.splunk.com/t5/Splunk-Search/display-result-count-in-form-panel/m-p/109911#M28692</link>
      <description>&lt;P&gt;I am using Simple Xml, so there is no way to do it?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2014 19:44:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/display-result-count-in-form-panel/m-p/109911#M28692</guid>
      <dc:creator>rzhang520</dc:creator>
      <dc:date>2014-03-27T19:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: display result count  in form panel</title>
      <link>https://community.splunk.com/t5/Splunk-Search/display-result-count-in-form-panel/m-p/109912#M28693</link>
      <description>&lt;P&gt;There nothing seems to be available for simple xml. There could be some workarounds like using searchTemplate and searchPostProcess and adding a single value module to show count. But mostly you'll end up writing extra search just to show count.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2014 20:13:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/display-result-count-in-form-panel/m-p/109912#M28693</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-03-27T20:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: display result count  in form panel</title>
      <link>https://community.splunk.com/t5/Splunk-Search/display-result-count-in-form-panel/m-p/109913#M28694</link>
      <description>&lt;P&gt;Thank you for the help.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2014 20:32:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/display-result-count-in-form-panel/m-p/109913#M28694</guid>
      <dc:creator>rzhang520</dc:creator>
      <dc:date>2014-03-27T20:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: display result count  in form panel</title>
      <link>https://community.splunk.com/t5/Splunk-Search/display-result-count-in-form-panel/m-p/109914#M28695</link>
      <description>&lt;P&gt;You can achieve this with &lt;CODE&gt;&amp;lt;done&amp;gt;&lt;/CODE&gt; tag, like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;done&amp;gt;
           &amp;lt;eval token="resultcount_tok"&amp;gt;$job.resultCount$&amp;lt;/eval&amp;gt;
 &amp;lt;/done&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And use it anywhere in your dashboard panel with "$resultcount_tok$"&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 07:53:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/display-result-count-in-form-panel/m-p/109914#M28695</guid>
      <dc:creator>Naren26</dc:creator>
      <dc:date>2017-11-22T07:53:02Z</dc:date>
    </item>
  </channel>
</rss>

