<?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 How to Create a Stacked Chart with 3 data points in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-Create-a-Stacked-Chart-with-3-data-points/m-p/152879#M42849</link>
    <description>&lt;P&gt;This seems similar to &lt;A href="http://answers.splunk.com/answers/108423/stacked-chart-to-show-how-many-calls-where-assigned-to-the-assignee-by-the-queuemanagers.html"&gt;http://answers.splunk.com/answers/108423/stacked-chart-to-show-how-many-calls-where-assigned-to-the-assignee-by-the-queuemanagers.html&lt;/A&gt;, but I can't seem to apply it in practice.&lt;/P&gt;

&lt;P&gt;I have 3 values:&lt;BR /&gt;
stats sum (Requests)&lt;BR /&gt;
hourOfRequest (date_hour essentially)&lt;BR /&gt;
host&lt;/P&gt;

&lt;P&gt;I want to see a stacked chart, where each column is a host, and the sum(request) per hourOfRequest are the series within each column. I've tried a few different methods, but can't seem to get it.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Dec 2014 23:06:27 GMT</pubDate>
    <dc:creator>kknopp</dc:creator>
    <dc:date>2014-12-17T23:06:27Z</dc:date>
    <item>
      <title>How to Create a Stacked Chart with 3 data points</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Create-a-Stacked-Chart-with-3-data-points/m-p/152879#M42849</link>
      <description>&lt;P&gt;This seems similar to &lt;A href="http://answers.splunk.com/answers/108423/stacked-chart-to-show-how-many-calls-where-assigned-to-the-assignee-by-the-queuemanagers.html"&gt;http://answers.splunk.com/answers/108423/stacked-chart-to-show-how-many-calls-where-assigned-to-the-assignee-by-the-queuemanagers.html&lt;/A&gt;, but I can't seem to apply it in practice.&lt;/P&gt;

&lt;P&gt;I have 3 values:&lt;BR /&gt;
stats sum (Requests)&lt;BR /&gt;
hourOfRequest (date_hour essentially)&lt;BR /&gt;
host&lt;/P&gt;

&lt;P&gt;I want to see a stacked chart, where each column is a host, and the sum(request) per hourOfRequest are the series within each column. I've tried a few different methods, but can't seem to get it.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2014 23:06:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Create-a-Stacked-Chart-with-3-data-points/m-p/152879#M42849</guid>
      <dc:creator>kknopp</dc:creator>
      <dc:date>2014-12-17T23:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create a Stacked Chart with 3 data points</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Create-a-Stacked-Chart-with-3-data-points/m-p/152880#M42850</link>
      <description>&lt;P&gt;Got it! Now that I understand chart commands better. Take out stats, just use charts and:&lt;/P&gt;

&lt;P&gt;chart sum(requests) over host by hourOfRequest&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2014 23:11:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Create-a-Stacked-Chart-with-3-data-points/m-p/152880#M42850</guid>
      <dc:creator>kknopp</dc:creator>
      <dc:date>2014-12-17T23:11:19Z</dc:date>
    </item>
  </channel>
</rss>

