<?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: How do I graph aggregated data points? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-graph-aggregated-data-points/m-p/186288#M44835</link>
    <description>&lt;P&gt;That works great!   In the end I aggregate the sum and count and then divide at the end with an eval because the average of three averages isn't a real average.  Thanks so much for the help.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2014 00:59:05 GMT</pubDate>
    <dc:creator>jerry_jeremiah</dc:creator>
    <dc:date>2014-06-04T00:59:05Z</dc:date>
    <item>
      <title>How do I graph aggregated data points?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-graph-aggregated-data-points/m-p/186286#M44833</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Having replaced the existing system with Splunk I have a question about how to replicate a particular type of graph.  The logs are being parsed and I can do simple searches and dashboards but I don't have access to the server - all I can do is make searches and dashboards.  What I want is a graph that has data points every five minutes and each point is the average of the previous 15 minute period.&lt;/P&gt;

&lt;P&gt;So, the log contains a numeric value and on the graph the rightmost data point is the average of the last 15 minute period and the data point immediately to its left is the average of the 15 minutes ending 5 minutes ago and the data point immediately to its left is the average of the 15 minutes ending 10 minutes ago.&lt;/P&gt;

&lt;P&gt;How can I do that?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 05:25:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-graph-aggregated-data-points/m-p/186286#M44833</guid>
      <dc:creator>jerry_jeremiah</dc:creator>
      <dc:date>2014-06-03T05:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I graph aggregated data points?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-graph-aggregated-data-points/m-p/186287#M44834</link>
      <description>&lt;P&gt;Hi jerry_jeremiah,&lt;/P&gt;

&lt;P&gt;take this run everywhere example, which counts the events and average of the field &lt;CODE&gt;kbps&lt;/CODE&gt; over five minutes, next the streamstats will aggregate the timechart results over 15 minutes (using the window=3 argument) and returns the average count and average &lt;CODE&gt;kbps&lt;/CODE&gt; over the last 15 minutes in a time related chart:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal earliest=-2h@h 
| timechart span=5m count, avg(kbps) as avg_kbps 
| streamstats window=3 avg(count) as avg_count, avg(avg_kbps) as avg_kbps
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;adapt this search and use the Visualization and the format to display the graph in a way that fits your needs.&lt;/P&gt;

&lt;P&gt;hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 06:26:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-graph-aggregated-data-points/m-p/186287#M44834</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-06-03T06:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I graph aggregated data points?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-graph-aggregated-data-points/m-p/186288#M44835</link>
      <description>&lt;P&gt;That works great!   In the end I aggregate the sum and count and then divide at the end with an eval because the average of three averages isn't a real average.  Thanks so much for the help.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2014 00:59:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-graph-aggregated-data-points/m-p/186288#M44835</guid>
      <dc:creator>jerry_jeremiah</dc:creator>
      <dc:date>2014-06-04T00:59:05Z</dc:date>
    </item>
  </channel>
</rss>

