<?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 Timechart Orders Per Second in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Timechart-Orders-Per-Second/m-p/60792#M14944</link>
    <description>&lt;P&gt;I have a query which gives me the count of orders per minute. Real time is set to 1 minute. &lt;/P&gt;

&lt;P&gt;sourcetype="XXX" Orders | timechart count | eval orderpersec=count/60. &lt;/P&gt;

&lt;P&gt;The current query shows me both count per minute and orderpersec. I need only the orderpersecond to be timecharted realtime over 1 minute. &lt;/P&gt;</description>
    <pubDate>Mon, 17 Sep 2012 02:32:03 GMT</pubDate>
    <dc:creator>commondoubts</dc:creator>
    <dc:date>2012-09-17T02:32:03Z</dc:date>
    <item>
      <title>Timechart Orders Per Second</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-Orders-Per-Second/m-p/60792#M14944</link>
      <description>&lt;P&gt;I have a query which gives me the count of orders per minute. Real time is set to 1 minute. &lt;/P&gt;

&lt;P&gt;sourcetype="XXX" Orders | timechart count | eval orderpersec=count/60. &lt;/P&gt;

&lt;P&gt;The current query shows me both count per minute and orderpersec. I need only the orderpersecond to be timecharted realtime over 1 minute. &lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2012 02:32:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-Orders-Per-Second/m-p/60792#M14944</guid>
      <dc:creator>commondoubts</dc:creator>
      <dc:date>2012-09-17T02:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart Orders Per Second</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-Orders-Per-Second/m-p/60793#M14945</link>
      <description>&lt;P&gt;Will this work?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype="XXX" Orders | timechart count as orderpersec | eval orderpersec = orderpersec / 60
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Sep 2012 07:26:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-Orders-Per-Second/m-p/60793#M14945</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2012-09-17T07:26:37Z</dc:date>
    </item>
  </channel>
</rss>

