<?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: percent of results per bin in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/percent-of-results-per-bin/m-p/701443#M237934</link>
    <description>&lt;LI-CODE lang="markup"&gt;| bin span=10m _time
| stat count by _time
| stats count(eval(count&amp;gt;=10)) as count10plus count as total
| eval percent=100*count10plus/total&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 09 Oct 2024 15:27:14 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2024-10-09T15:27:14Z</dc:date>
    <item>
      <title>percent of results per bin</title>
      <link>https://community.splunk.com/t5/Splunk-Search/percent-of-results-per-bin/m-p/701441#M237933</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;New to splunk, running out of ideas, please help!&lt;/P&gt;
&lt;P&gt;I have created a search to show:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;| bin span=10m _time

| stat count by _time&lt;/LI-CODE&gt;
&lt;P&gt;This gives me two columns - the time interval in 10 minutes bins, and the number of results within that bin.&lt;/P&gt;
&lt;P&gt;What I would like to do is expand on this search and show the % of bins over a time range that have &amp;gt; =10 results&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 17:43:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/percent-of-results-per-bin/m-p/701441#M237933</guid>
      <dc:creator>tp29</dc:creator>
      <dc:date>2024-10-09T17:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: percent of results per bin</title>
      <link>https://community.splunk.com/t5/Splunk-Search/percent-of-results-per-bin/m-p/701443#M237934</link>
      <description>&lt;LI-CODE lang="markup"&gt;| bin span=10m _time
| stat count by _time
| stats count(eval(count&amp;gt;=10)) as count10plus count as total
| eval percent=100*count10plus/total&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 09 Oct 2024 15:27:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/percent-of-results-per-bin/m-p/701443#M237934</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-10-09T15:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: percent of results per bin</title>
      <link>https://community.splunk.com/t5/Splunk-Search/percent-of-results-per-bin/m-p/701510#M237955</link>
      <description>&lt;P&gt;That works perfectly.&lt;BR /&gt;Thank you very much&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 08:01:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/percent-of-results-per-bin/m-p/701510#M237955</guid>
      <dc:creator>tp29</dc:creator>
      <dc:date>2024-10-10T08:01:51Z</dc:date>
    </item>
  </channel>
</rss>

