<?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 indexed events per second over time in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Chart-indexed-events-per-second-over-time/m-p/71618#M14593</link>
    <description>&lt;P&gt;You cannot use metrics.log's "per_sourcetype_thruput" for this because it only samples the top 10 busiest source types for every capture period of 30s.&lt;/P&gt;

&lt;P&gt;To accurately measure the rate of indexing of a given source type over time, you'd have to go to the events themselves and cursor your search using _indextime instead of _time, like so:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=cisco sourcetype="cisco_asa"
| eval _time = _indextime
| bin _time span=30m
| stats count by _time
| timechart span=30m per_second(count) AS EPS
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 28 Sep 2020 14:09:47 GMT</pubDate>
    <dc:creator>hexx</dc:creator>
    <dc:date>2020-09-28T14:09:47Z</dc:date>
    <item>
      <title>Chart indexed events per second over time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Chart-indexed-events-per-second-over-time/m-p/71617#M14592</link>
      <description>&lt;P&gt;How can I use this to make a chart and graph over a 7 day period (for example) without running it in realtime?  I want to be able to see the eps for a sourcetype so I can make an alert when a threshold is reached.  I tried using:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="_internal" (source=*metrics.log) group="per_sourcetype_thruput" series="cisco_asa" | timechart span=30m max(eps)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But this doesn't match up with another system I am using especially when a spike occurs.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2013 20:28:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Chart-indexed-events-per-second-over-time/m-p/71617#M14592</guid>
      <dc:creator>dslevy</dc:creator>
      <dc:date>2013-06-21T20:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Chart indexed events per second over time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Chart-indexed-events-per-second-over-time/m-p/71618#M14593</link>
      <description>&lt;P&gt;You cannot use metrics.log's "per_sourcetype_thruput" for this because it only samples the top 10 busiest source types for every capture period of 30s.&lt;/P&gt;

&lt;P&gt;To accurately measure the rate of indexing of a given source type over time, you'd have to go to the events themselves and cursor your search using _indextime instead of _time, like so:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=cisco sourcetype="cisco_asa"
| eval _time = _indextime
| bin _time span=30m
| stats count by _time
| timechart span=30m per_second(count) AS EPS
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:09:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Chart-indexed-events-per-second-over-time/m-p/71618#M14593</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2020-09-28T14:09:47Z</dc:date>
    </item>
  </channel>
</rss>

