<?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: chart percentage over a timeframe in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/chart-percentage-over-a-timeframe/m-p/131924#M35982</link>
    <description>&lt;P&gt;Try something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=your_data | bin span=1h _time | stats count by _time cipher
| eventstats sum(count) as Total by _time | eval perc = count / Total * 100
| xyseries _time cipher perc
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That's assuming the cipher name is extracted in field &lt;CODE&gt;cipher&lt;/CODE&gt;.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Jul 2014 10:14:10 GMT</pubDate>
    <dc:creator>martin_mueller</dc:creator>
    <dc:date>2014-07-07T10:14:10Z</dc:date>
    <item>
      <title>chart percentage over a timeframe</title>
      <link>https://community.splunk.com/t5/Splunk-Search/chart-percentage-over-a-timeframe/m-p/131923#M35981</link>
      <description>&lt;P&gt;I have a webserver log with one entry per request. Every entry contains the used cipher. I want to generate a chart over the last days how many requests used cipher X as percentage of all requests for every hour in the timeframe.&lt;BR /&gt;
It's no problem to select the right entries, but I'm not able to generate the chart. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; Every help is appreciated.  &lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2014 09:35:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/chart-percentage-over-a-timeframe/m-p/131923#M35981</guid>
      <dc:creator>charles981</dc:creator>
      <dc:date>2014-07-07T09:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: chart percentage over a timeframe</title>
      <link>https://community.splunk.com/t5/Splunk-Search/chart-percentage-over-a-timeframe/m-p/131924#M35982</link>
      <description>&lt;P&gt;Try something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=your_data | bin span=1h _time | stats count by _time cipher
| eventstats sum(count) as Total by _time | eval perc = count / Total * 100
| xyseries _time cipher perc
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That's assuming the cipher name is extracted in field &lt;CODE&gt;cipher&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2014 10:14:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/chart-percentage-over-a-timeframe/m-p/131924#M35982</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-07-07T10:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: chart percentage over a timeframe</title>
      <link>https://community.splunk.com/t5/Splunk-Search/chart-percentage-over-a-timeframe/m-p/131925#M35983</link>
      <description>&lt;P&gt;Thanks a lot. Thats what I need!&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2014 11:28:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/chart-percentage-over-a-timeframe/m-p/131925#M35983</guid>
      <dc:creator>charles981</dc:creator>
      <dc:date>2014-07-07T11:28:40Z</dc:date>
    </item>
  </channel>
</rss>

