<?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: Unable to Chart Numeric Fields from Single Event in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Unable-to-Chart-Numeric-Fields-from-Single-Event/m-p/85066#M4613</link>
    <description>&lt;P&gt;This worked thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 20 Apr 2011 10:11:18 GMT</pubDate>
    <dc:creator>Joshua</dc:creator>
    <dc:date>2011-04-20T10:11:18Z</dc:date>
    <item>
      <title>Unable to Chart Numeric Fields from Single Event</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Unable-to-Chart-Numeric-Fields-from-Single-Event/m-p/85064#M4611</link>
      <description>&lt;P&gt;I've been really struggling with what seemed at first very simple is proving impossible, any help on this would be great.&lt;/P&gt;

&lt;P&gt;I have a one event which is extracting three numerical values which I want correlated within a Pie chart. However no matter the reporting format I choose it will only ever display one value in the charts i.e. due to being only one event.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Event Example&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;Report timestamp="2011-04-20 03:31:12.035"&amp;gt;
    &amp;lt;Status count="54" name="RUNNING"/&amp;gt;
    &amp;lt;Status count="53" name="NOTDEPLOYED"/&amp;gt;
    &amp;lt;Status count="1" name="UNKNOWN"/&amp;gt;
  &amp;lt;/Report&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I then have field extractions in my props.conf to give me the values from each count so if I was too search "sourcetype="TIBCO_EMS_SAF" | table, RunningCount, NotDeployedCount, UNKNOWN"&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;RunningCount = 54
NotDeployedCount = 53
UNKNOWN = 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So all I need is those fields/values from a single event in a Pie Chart against each other.&lt;/P&gt;

&lt;P&gt;Any suggestions would be great.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Joshua&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:28:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Unable-to-Chart-Numeric-Fields-from-Single-Event/m-p/85064#M4611</guid>
      <dc:creator>Joshua</dc:creator>
      <dc:date>2020-09-28T09:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Chart Numeric Fields from Single Event</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Unable-to-Chart-Numeric-Fields-from-Single-Event/m-p/85065#M4612</link>
      <description>&lt;P&gt;Use &lt;CODE&gt;transpose&lt;/CODE&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype="TIBCO_EMS_SAF" 
| table RunningCount, NotDeployedCount, UNKNOWN
| transpose
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This transposes the table so that each field gets its own row, which you can then use as source data for your pie chart.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2011 10:01:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Unable-to-Chart-Numeric-Fields-from-Single-Event/m-p/85065#M4612</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2011-04-20T10:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Chart Numeric Fields from Single Event</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Unable-to-Chart-Numeric-Fields-from-Single-Event/m-p/85066#M4613</link>
      <description>&lt;P&gt;This worked thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2011 10:11:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Unable-to-Chart-Numeric-Fields-from-Single-Event/m-p/85066#M4613</guid>
      <dc:creator>Joshua</dc:creator>
      <dc:date>2011-04-20T10:11:18Z</dc:date>
    </item>
  </channel>
</rss>

