<?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 Radial gauge with precise numbers in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Radial-gauge-with-precise-numbers/m-p/312126#M161486</link>
    <description>&lt;P&gt;I can obtain a gauge with the needle pointing to the total events with &lt;CODE&gt;method=GET&lt;/CODE&gt; and the total being the sum of the events having &lt;CODE&gt;method=GET&lt;/CODE&gt; and  &lt;CODE&gt;method=POST&lt;/CODE&gt; with the following:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;method=GET | stats count as totalGET | appendcols [search method=POST | stats count as totalPOST] | eval totalMethods = totalGET + totalPOST | gauge totalGET 0 totalMethods/2 totalMethods&lt;BR /&gt;
&lt;/CODE&gt;&lt;BR /&gt;
However the  upper limit of the gauge shows &lt;CODE&gt;25000&lt;/CODE&gt; and the total count is &lt;CODE&gt;25904&lt;/CODE&gt;. Is there a way to make the gauge show exactly &lt;CODE&gt;25904&lt;/CODE&gt; in the upper limit?&lt;/P&gt;</description>
    <pubDate>Thu, 06 Apr 2017 13:10:45 GMT</pubDate>
    <dc:creator>juanpavergara</dc:creator>
    <dc:date>2017-04-06T13:10:45Z</dc:date>
    <item>
      <title>Radial gauge with precise numbers</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Radial-gauge-with-precise-numbers/m-p/312126#M161486</link>
      <description>&lt;P&gt;I can obtain a gauge with the needle pointing to the total events with &lt;CODE&gt;method=GET&lt;/CODE&gt; and the total being the sum of the events having &lt;CODE&gt;method=GET&lt;/CODE&gt; and  &lt;CODE&gt;method=POST&lt;/CODE&gt; with the following:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;method=GET | stats count as totalGET | appendcols [search method=POST | stats count as totalPOST] | eval totalMethods = totalGET + totalPOST | gauge totalGET 0 totalMethods/2 totalMethods&lt;BR /&gt;
&lt;/CODE&gt;&lt;BR /&gt;
However the  upper limit of the gauge shows &lt;CODE&gt;25000&lt;/CODE&gt; and the total count is &lt;CODE&gt;25904&lt;/CODE&gt;. Is there a way to make the gauge show exactly &lt;CODE&gt;25904&lt;/CODE&gt; in the upper limit?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 13:10:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Radial-gauge-with-precise-numbers/m-p/312126#M161486</guid>
      <dc:creator>juanpavergara</dc:creator>
      <dc:date>2017-04-06T13:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Radial gauge with precise numbers</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Radial-gauge-with-precise-numbers/m-p/312127#M161487</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;

&lt;P&gt;I may not have the exact answer you need as we have something similar, what we've done is within the XML dashboard is pass a token from the search into the rangeValues option to set the upper limit, however this does not display the final precise number in the gauge... merely the last whole number then a gap. To resolve this we use the same token to display the upper within the title bar of the gauge&lt;/P&gt;

&lt;P&gt;name="charting.chart.rangeValues"&amp;gt;[0,$limit$]&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 09:11:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Radial-gauge-with-precise-numbers/m-p/312127#M161487</guid>
      <dc:creator>paulbannister</dc:creator>
      <dc:date>2017-04-07T09:11:43Z</dc:date>
    </item>
  </channel>
</rss>

