<?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 bin counts per day then show a distribution of count per day? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-bin-counts-per-day-then-show-a-distribution-of-count/m-p/242501#M72144</link>
    <description>&lt;P&gt;You're probably looking for something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | bin span=1d _time | stats count as temp by _time host
    | bin span=200 temp | chart count by host temp
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 19 Nov 2016 13:45:01 GMT</pubDate>
    <dc:creator>martin_mueller</dc:creator>
    <dc:date>2016-11-19T13:45:01Z</dc:date>
    <item>
      <title>How do I bin counts per day then show a distribution of count per day?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-bin-counts-per-day-then-show-a-distribution-of-count/m-p/242500#M72143</link>
      <description>&lt;P&gt;So if I have over the past 30 days various counts per day I want to display the following in a stats table showing the distribution of counts per bucket. IS this possible?&lt;/P&gt;

&lt;P&gt;MY search is this &lt;/P&gt;

&lt;P&gt;host="foo*" source="&lt;EM&gt;blah&lt;/EM&gt;"  some tag &lt;/P&gt;

&lt;P&gt;host        [ 0 - 200 ]  [201 - 400] [401-600] [601 - 800 ] [801-1000]&lt;BR /&gt;
X                      0              10                 15              4                  1&lt;BR /&gt;
Y                      1               9                  13              6                  1&lt;BR /&gt;
Z                      5                6                 10              5                  4&lt;/P&gt;

&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:53:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-bin-counts-per-day-then-show-a-distribution-of-count/m-p/242500#M72143</guid>
      <dc:creator>tpirozzi</dc:creator>
      <dc:date>2020-09-29T11:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do I bin counts per day then show a distribution of count per day?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-bin-counts-per-day-then-show-a-distribution-of-count/m-p/242501#M72144</link>
      <description>&lt;P&gt;You're probably looking for something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | bin span=1d _time | stats count as temp by _time host
    | bin span=200 temp | chart count by host temp
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 19 Nov 2016 13:45:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-bin-counts-per-day-then-show-a-distribution-of-count/m-p/242501#M72144</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2016-11-19T13:45:01Z</dc:date>
    </item>
  </channel>
</rss>

