<?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 Query Events rate by host in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Query-Events-rate-by-host/m-p/15344#M208</link>
    <description>&lt;P&gt;I'm trying to query events per host over a certain time period.  Event rate, or events per second, by HOST.  I'd like a table of "Of all hosts, this is the message count for 1) Last 1 minute, 2) Last 5 mins, 3) Last 15 minutes.&lt;/P&gt;

&lt;P&gt;Ultimately, i'd like a little graph of eventrate over time for multiple hosts. This would help me visually identify which hosts are suddenly responsible for many more events than usual. &lt;/P&gt;

&lt;P&gt;I feel like this might be in metadata somewhere. (new user, so i'm not very familiar). &lt;/P&gt;</description>
    <pubDate>Sat, 12 Jun 2010 04:54:11 GMT</pubDate>
    <dc:creator>gfriedmann</dc:creator>
    <dc:date>2010-06-12T04:54:11Z</dc:date>
    <item>
      <title>Query Events rate by host</title>
      <link>https://community.splunk.com/t5/Reporting/Query-Events-rate-by-host/m-p/15344#M208</link>
      <description>&lt;P&gt;I'm trying to query events per host over a certain time period.  Event rate, or events per second, by HOST.  I'd like a table of "Of all hosts, this is the message count for 1) Last 1 minute, 2) Last 5 mins, 3) Last 15 minutes.&lt;/P&gt;

&lt;P&gt;Ultimately, i'd like a little graph of eventrate over time for multiple hosts. This would help me visually identify which hosts are suddenly responsible for many more events than usual. &lt;/P&gt;

&lt;P&gt;I feel like this might be in metadata somewhere. (new user, so i'm not very familiar). &lt;/P&gt;</description>
      <pubDate>Sat, 12 Jun 2010 04:54:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Query-Events-rate-by-host/m-p/15344#M208</guid>
      <dc:creator>gfriedmann</dc:creator>
      <dc:date>2010-06-12T04:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Query Events rate by host</title>
      <link>https://community.splunk.com/t5/Reporting/Query-Events-rate-by-host/m-p/15345#M209</link>
      <description>&lt;P&gt;Found the answer when searching for "volume"&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/questions/140/how-do-i-determine-my-indexing-volume-by-host-source-or-sourcetype" target="_blank"&gt;http://answers.splunk.com/questions/140/how-do-i-determine-my-indexing-volume-by-host-source-or-sourcetype&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;per host metrics are also included in the var/log/splunk/metrics.log .  Search for "group=per_host_thruput"&lt;/P&gt;

&lt;P&gt;Now, to get to the visual representation....&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:13:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Query-Events-rate-by-host/m-p/15345#M209</guid>
      <dc:creator>gfriedmann</dc:creator>
      <dc:date>2020-09-28T09:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Query Events rate by host</title>
      <link>https://community.splunk.com/t5/Reporting/Query-Events-rate-by-host/m-p/15346#M210</link>
      <description>&lt;P&gt;I think the best starting point, and with pretty low effort, is just this.&lt;/P&gt;

&lt;P&gt;Go to the 'Advanced Charting View' and run the following: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source=*metrics.log group=per_host_thruput | timechart sum(kb) avg(eps) by series
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;A more brute force way to do something similar (since you only want the count of events anyway)
is to just run &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;* | timechart count by host
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 12 Jun 2010 07:38:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Query-Events-rate-by-host/m-p/15346#M210</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2010-06-12T07:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Query Events rate by host</title>
      <link>https://community.splunk.com/t5/Reporting/Query-Events-rate-by-host/m-p/544685#M8903</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like the splunk training teaches, a wildcard before a name field is bad practise.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's important to use wildcards always before,&amp;nbsp; so neither in the middle.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Mar 2021 15:43:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Query-Events-rate-by-host/m-p/544685#M8903</guid>
      <dc:creator>EmanueleR</dc:creator>
      <dc:date>2021-03-21T15:43:05Z</dc:date>
    </item>
  </channel>
</rss>

