<?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: Graph the Highest hits in a 5 minute interval per day split by a field in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Graph-the-Highest-hits-in-a-5-minute-interval-per-day-split-by-a/m-p/177363#M17269</link>
    <description>&lt;P&gt;Here's an approach that looks like it should work, using Splunk's internal data as an example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal 
| bucket span=1m _time 
| stats count by _time,source 
| timechart span=1d max(count) by source
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 24 May 2014 23:54:28 GMT</pubDate>
    <dc:creator>dwaddle</dc:creator>
    <dc:date>2014-05-24T23:54:28Z</dc:date>
    <item>
      <title>Graph the Highest hits in a 5 minute interval per day split by a field</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Graph-the-Highest-hits-in-a-5-minute-interval-per-day-split-by-a/m-p/177362#M17268</link>
      <description>&lt;P&gt;I want to create a graph that graphs the hits of the 5 minute interval with the maximum hits on that day. I also want to split this up by a field called MethodName:&lt;/P&gt;

&lt;P&gt;Something like&lt;/P&gt;

&lt;P&gt;source:__ | timechart count as hits span=5m | timechart max(hits)&lt;/P&gt;

&lt;P&gt;That is the graph I need, but I need to split this by the field: "MethodName"&lt;/P&gt;

&lt;P&gt;Any suggestions?&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2014 20:30:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Graph-the-Highest-hits-in-a-5-minute-interval-per-day-split-by-a/m-p/177362#M17268</guid>
      <dc:creator>yechoorv</dc:creator>
      <dc:date>2014-05-23T20:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Graph the Highest hits in a 5 minute interval per day split by a field</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Graph-the-Highest-hits-in-a-5-minute-interval-per-day-split-by-a/m-p/177363#M17269</link>
      <description>&lt;P&gt;Here's an approach that looks like it should work, using Splunk's internal data as an example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal 
| bucket span=1m _time 
| stats count by _time,source 
| timechart span=1d max(count) by source
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 24 May 2014 23:54:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Graph-the-Highest-hits-in-a-5-minute-interval-per-day-split-by-a/m-p/177363#M17269</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2014-05-24T23:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Graph the Highest hits in a 5 minute interval per day split by a field</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Graph-the-Highest-hits-in-a-5-minute-interval-per-day-split-by-a/m-p/177364#M17270</link>
      <description>&lt;P&gt;Worked perfectly thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2014 12:52:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Graph-the-Highest-hits-in-a-5-minute-interval-per-day-split-by-a/m-p/177364#M17270</guid>
      <dc:creator>yechoorv</dc:creator>
      <dc:date>2014-05-27T12:52:57Z</dc:date>
    </item>
  </channel>
</rss>

