<?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: timechart count by and timechart daily average in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/timechart-count-by-and-timechart-daily-average/m-p/74914#M181265</link>
    <description>&lt;P&gt;a change span=7d to span=1d to get daily granularity.&lt;/P&gt;

&lt;P&gt;You can also use streamstats to smooth it more if that is needed.&lt;/P&gt;</description>
    <pubDate>Fri, 28 Sep 2012 17:57:02 GMT</pubDate>
    <dc:creator>BobM</dc:creator>
    <dc:date>2012-09-28T17:57:02Z</dc:date>
    <item>
      <title>timechart count by and timechart daily average</title>
      <link>https://community.splunk.com/t5/Splunk-Search/timechart-count-by-and-timechart-daily-average/m-p/74913#M181264</link>
      <description>&lt;P&gt;Given the following Splunk query, I'm able to create a nice line chart. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | timechart span=7d count by my_field
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I'd like to create a smoother line chart by instead charting the daily average count. How do I do that?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2012 17:31:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/timechart-count-by-and-timechart-daily-average/m-p/74913#M181264</guid>
      <dc:creator>transgaming</dc:creator>
      <dc:date>2012-09-28T17:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: timechart count by and timechart daily average</title>
      <link>https://community.splunk.com/t5/Splunk-Search/timechart-count-by-and-timechart-daily-average/m-p/74914#M181265</link>
      <description>&lt;P&gt;a change span=7d to span=1d to get daily granularity.&lt;/P&gt;

&lt;P&gt;You can also use streamstats to smooth it more if that is needed.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2012 17:57:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/timechart-count-by-and-timechart-daily-average/m-p/74914#M181265</guid>
      <dc:creator>BobM</dc:creator>
      <dc:date>2012-09-28T17:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: timechart count by and timechart daily average</title>
      <link>https://community.splunk.com/t5/Splunk-Search/timechart-count-by-and-timechart-daily-average/m-p/74915#M181266</link>
      <description>&lt;P&gt;Changing the span to daily actually makes the line report less smooth.  I'll check out streamstats. Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2012 18:41:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/timechart-count-by-and-timechart-daily-average/m-p/74915#M181266</guid>
      <dc:creator>transgaming</dc:creator>
      <dc:date>2012-09-28T18:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: timechart count by and timechart daily average</title>
      <link>https://community.splunk.com/t5/Splunk-Search/timechart-count-by-and-timechart-daily-average/m-p/74916#M181267</link>
      <description>&lt;P&gt;This is what I was looking for:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | timechart span=1d count by my_field | bucket _time span=1w | stats avg(val1), avg(val2), avg(val3) by _time
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 08 Oct 2012 19:15:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/timechart-count-by-and-timechart-daily-average/m-p/74916#M181267</guid>
      <dc:creator>transgaming</dc:creator>
      <dc:date>2012-10-08T19:15:19Z</dc:date>
    </item>
  </channel>
</rss>

