<?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 Can you help me create a visualization that shows a minute by minute view of buckets? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-create-a-visualization-that-shows-a-minute-by/m-p/396919#M25966</link>
    <description>&lt;P&gt;I'm wanting to create a visualization that shows the average amount of errors during each minute of the day over a period of time.  I can do it for each hour of the day:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=ind sourcetype=sotp "error"
| bin _time span=1h
| eval date_hour=strftime(_time, "%H")
| stats count AS hits first(date_hour) AS date_hour BY _time
| stats median(hits) BY date_hour
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I can also do it for minute of the hour, but not minute of the day.  It would be nice to have more granularity. &lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 02 Apr 2019 18:57:42 GMT</pubDate>
    <dc:creator>davidlapello</dc:creator>
    <dc:date>2019-04-02T18:57:42Z</dc:date>
    <item>
      <title>Can you help me create a visualization that shows a minute by minute view of buckets?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-create-a-visualization-that-shows-a-minute-by/m-p/396919#M25966</link>
      <description>&lt;P&gt;I'm wanting to create a visualization that shows the average amount of errors during each minute of the day over a period of time.  I can do it for each hour of the day:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=ind sourcetype=sotp "error"
| bin _time span=1h
| eval date_hour=strftime(_time, "%H")
| stats count AS hits first(date_hour) AS date_hour BY _time
| stats median(hits) BY date_hour
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I can also do it for minute of the hour, but not minute of the day.  It would be nice to have more granularity. &lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 18:57:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-create-a-visualization-that-shows-a-minute-by/m-p/396919#M25966</guid>
      <dc:creator>davidlapello</dc:creator>
      <dc:date>2019-04-02T18:57:42Z</dc:date>
    </item>
  </channel>
</rss>

