<?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 Dashboard SingleValue Question (newbie question) in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-SingleValue-Question-newbie-question/m-p/64225#M3359</link>
    <description>&lt;P&gt;I'm trying to count the number of disconnects from my server as a sum and get it to display on the dashboard as a single number (eventually I'm going to want to get this single number into the ruby sdk)&lt;BR /&gt;
I'm running the following query:&lt;BR /&gt;
source="/home/mc/vanilla2/server.log" disconnect disconnect.quitting | stats count by eventtype&lt;/P&gt;

&lt;P&gt;However, when I put this as a single value, it just says "DisconnectEvent" (Which is the name of the eventtype that is the number of disconnects)&lt;/P&gt;

&lt;P&gt;Running that query correctly shows a single point on the graph, but I don't know how to extract that value now. &lt;/P&gt;</description>
    <pubDate>Fri, 14 Jun 2013 13:13:06 GMT</pubDate>
    <dc:creator>Loscil</dc:creator>
    <dc:date>2013-06-14T13:13:06Z</dc:date>
    <item>
      <title>Dashboard SingleValue Question (newbie question)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-SingleValue-Question-newbie-question/m-p/64225#M3359</link>
      <description>&lt;P&gt;I'm trying to count the number of disconnects from my server as a sum and get it to display on the dashboard as a single number (eventually I'm going to want to get this single number into the ruby sdk)&lt;BR /&gt;
I'm running the following query:&lt;BR /&gt;
source="/home/mc/vanilla2/server.log" disconnect disconnect.quitting | stats count by eventtype&lt;/P&gt;

&lt;P&gt;However, when I put this as a single value, it just says "DisconnectEvent" (Which is the name of the eventtype that is the number of disconnects)&lt;/P&gt;

&lt;P&gt;Running that query correctly shows a single point on the graph, but I don't know how to extract that value now. &lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2013 13:13:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-SingleValue-Question-newbie-question/m-p/64225#M3359</guid>
      <dc:creator>Loscil</dc:creator>
      <dc:date>2013-06-14T13:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard SingleValue Question (newbie question)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-SingleValue-Question-newbie-question/m-p/64226#M3360</link>
      <description>&lt;P&gt;Try:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source="/home/mc/vanilla2/server.log" disconnect disconnect.quitting | stats count as MyTotal
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 14 Jun 2013 14:57:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-SingleValue-Question-newbie-question/m-p/64226#M3360</guid>
      <dc:creator>JSapienza</dc:creator>
      <dc:date>2013-06-14T14:57:00Z</dc:date>
    </item>
  </channel>
</rss>

