<?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: Count per minute over 7 day period, graphed in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Count-per-minute-over-7-day-period-graphed/m-p/193218#M55603</link>
    <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  index = myIndex eventName |bucket span=1m _time | stats dc(myField) as uniqueMyField by myType, _time | timechart span=10m avg(uniqueMyField) as uniqueMyField by myType 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 09 Jun 2014 20:43:17 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2014-06-09T20:43:17Z</dc:date>
    <item>
      <title>Count per minute over 7 day period, graphed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Count-per-minute-over-7-day-period-graphed/m-p/193217#M55602</link>
      <description>&lt;P&gt;I am trying to graph distinct count per minute over a 7-day period. I have a search that will give me the correct results, but when I graph the results, they are truncated. I understand splunk will only plot a max number of points, but is there any way I can "squeeze" the visualization to show me a 7-day period and still give me the granularity of 1-minute aggregations so I can see peaks and lows within each day? I am using Hunk.&lt;/P&gt;

&lt;P&gt;This is the current search I am using:&lt;/P&gt;

&lt;P&gt;index = myIndex eventName &lt;BR /&gt;
| timechart span=1m dc(myField) by myType&lt;/P&gt;

&lt;P&gt;thx for the help!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2014 20:28:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Count-per-minute-over-7-day-period-graphed/m-p/193217#M55602</guid>
      <dc:creator>pontorito</dc:creator>
      <dc:date>2014-06-09T20:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Count per minute over 7 day period, graphed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Count-per-minute-over-7-day-period-graphed/m-p/193218#M55603</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  index = myIndex eventName |bucket span=1m _time | stats dc(myField) as uniqueMyField by myType, _time | timechart span=10m avg(uniqueMyField) as uniqueMyField by myType 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 09 Jun 2014 20:43:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Count-per-minute-over-7-day-period-graphed/m-p/193218#M55603</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-06-09T20:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Count per minute over 7 day period, graphed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Count-per-minute-over-7-day-period-graphed/m-p/193219#M55604</link>
      <description>&lt;P&gt;Interesting workaround using 10m span and for now, I think this is the only way to get the info I need on the graph! Because of number of events, I had to increase span to 1h but I can still see the trend. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2014 14:20:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Count-per-minute-over-7-day-period-graphed/m-p/193219#M55604</guid>
      <dc:creator>pontorito</dc:creator>
      <dc:date>2014-06-10T14:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Count per minute over 7 day period, graphed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Count-per-minute-over-7-day-period-graphed/m-p/193220#M55605</link>
      <description>&lt;P&gt;Great. If there are no followup question around the same, please accept the answer and close the question.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2014 15:51:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Count-per-minute-over-7-day-period-graphed/m-p/193220#M55605</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-06-10T15:51:24Z</dc:date>
    </item>
  </channel>
</rss>

