<?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: single value chart (as a progress bar) in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/single-value-chart-as-a-progress-bar/m-p/284422#M85998</link>
    <description>&lt;P&gt;show some sample events and the a mockup of the desired visualization.  I do not get it.&lt;/P&gt;</description>
    <pubDate>Tue, 31 May 2016 21:28:26 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2016-05-31T21:28:26Z</dc:date>
    <item>
      <title>single value chart (as a progress bar)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/single-value-chart-as-a-progress-bar/m-p/284420#M85996</link>
      <description>&lt;P&gt;Using the example search:&lt;/P&gt;

&lt;P&gt;testId=1 | stats count(sessionIDs) &lt;/P&gt;

&lt;P&gt;that returns a single value, I'd like to present it in a horizontal bar chart as a progress bar for a test we're running.&lt;/P&gt;

&lt;P&gt;If I use a "by" statement the chart works, (ex: count BY experienceID), but I want the total count as the only number charted.&lt;/P&gt;

&lt;P&gt;I'm planning to make the max value of the chart the sessions we need before the test ends. &lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 16:39:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/single-value-chart-as-a-progress-bar/m-p/284420#M85996</guid>
      <dc:creator>ra01</dc:creator>
      <dc:date>2016-05-31T16:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: single value chart (as a progress bar)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/single-value-chart-as-a-progress-bar/m-p/284421#M85997</link>
      <description>&lt;P&gt;Try this &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.... | eval x="" | stats count(sessionIDs) as cnt by x
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 31 May 2016 17:06:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/single-value-chart-as-a-progress-bar/m-p/284421#M85997</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-05-31T17:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: single value chart (as a progress bar)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/single-value-chart-as-a-progress-bar/m-p/284422#M85998</link>
      <description>&lt;P&gt;show some sample events and the a mockup of the desired visualization.  I do not get it.&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 21:28:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/single-value-chart-as-a-progress-bar/m-p/284422#M85998</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-05-31T21:28:26Z</dc:date>
    </item>
  </channel>
</rss>

