<?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 Using per_second with summary index not working in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Using-per-second-with-summary-index-not-working/m-p/299822#M2633</link>
    <description>&lt;P&gt;I have a saved search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source=/opt/app/workload/MCRRepo/*/*.csv
| rex "(?.*),(?.*),(?.*),(?.*),(?.*),(?.*)"
| search componentName=ServiceComponent* measurementName=transactionAttempts
| sitimechart span=5m per_second(counterValue)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When I run the normal version of this query over a 24 hour period:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source=/opt/app/workload/MCRRepo/*/*.csv
| rex "(?.*),(?.*),(?.*),(?.*),(?.*),(?.*)"
| search componentName=ServiceComponent* measurementName=transactionAttempts
| timechart span=5m per_second(counterValue)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I get &lt;CODE&gt;per_second&lt;/CODE&gt; ranges of up to &lt;CODE&gt;7000 TPS&lt;/CODE&gt; which matches the expected range of my data.  But when I run the query against the summary index using the query over a 7 day or longer period:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=summary search_name="MCR_TPS" 
| timechart span=5min per_second(counterValue)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I get &lt;CODE&gt;per_second&lt;/CODE&gt; ranges up to &lt;CODE&gt;200K&lt;/CODE&gt;.  What am I missing?  The &lt;CODE&gt;TPS&lt;/CODE&gt; should still range up to &lt;CODE&gt;7000 TPS&lt;/CODE&gt; for each of the 7 days.&lt;/P&gt;</description>
    <pubDate>Sat, 01 Apr 2017 18:08:11 GMT</pubDate>
    <dc:creator>techols</dc:creator>
    <dc:date>2017-04-01T18:08:11Z</dc:date>
    <item>
      <title>Using per_second with summary index not working</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Using-per-second-with-summary-index-not-working/m-p/299822#M2633</link>
      <description>&lt;P&gt;I have a saved search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source=/opt/app/workload/MCRRepo/*/*.csv
| rex "(?.*),(?.*),(?.*),(?.*),(?.*),(?.*)"
| search componentName=ServiceComponent* measurementName=transactionAttempts
| sitimechart span=5m per_second(counterValue)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When I run the normal version of this query over a 24 hour period:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source=/opt/app/workload/MCRRepo/*/*.csv
| rex "(?.*),(?.*),(?.*),(?.*),(?.*),(?.*)"
| search componentName=ServiceComponent* measurementName=transactionAttempts
| timechart span=5m per_second(counterValue)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I get &lt;CODE&gt;per_second&lt;/CODE&gt; ranges of up to &lt;CODE&gt;7000 TPS&lt;/CODE&gt; which matches the expected range of my data.  But when I run the query against the summary index using the query over a 7 day or longer period:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=summary search_name="MCR_TPS" 
| timechart span=5min per_second(counterValue)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I get &lt;CODE&gt;per_second&lt;/CODE&gt; ranges up to &lt;CODE&gt;200K&lt;/CODE&gt;.  What am I missing?  The &lt;CODE&gt;TPS&lt;/CODE&gt; should still range up to &lt;CODE&gt;7000 TPS&lt;/CODE&gt; for each of the 7 days.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2017 18:08:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Using-per-second-with-summary-index-not-working/m-p/299822#M2633</guid>
      <dc:creator>techols</dc:creator>
      <dc:date>2017-04-01T18:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using per_second with summary index not working</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Using-per-second-with-summary-index-not-working/m-p/299823#M2634</link>
      <description>&lt;P&gt;try this &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=summary search_name="MCR_TPS"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=summary search_name="MCR_TPS" | sitimechart span=5min per_second(counterValue)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 03 Apr 2017 18:02:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Using-per-second-with-summary-index-not-working/m-p/299823#M2634</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-04-03T18:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using per_second with summary index not working</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Using-per-second-with-summary-index-not-working/m-p/299824#M2635</link>
      <description>&lt;P&gt;What is the timepicker window for the populating search that is dropping events into your summary index?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 01:50:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Using-per-second-with-summary-index-not-working/m-p/299824#M2635</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-09-11T01:50:31Z</dc:date>
    </item>
  </channel>
</rss>

