Erick, Shawn, Thanks for your responses. I figured this was the case, just wanted to check to be sure.
I have used Zabbix to configure JMX points to monitor over time, but it was a bit of work to get configured. We are looking to create a simple dashboard of a few stats over time. Looks like the easiest approach will be to make an app to make calls for these stats at a regular interval and then index results to Solr, and then we will able to query over desired time frames... Thanks, Matt -----Original Message----- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Wednesday, March 25, 2015 10:30 AM To: solr-user@lucene.apache.org Subject: Re: Solr Monitoring - Stored Stats? Matt: Not really. There's a bunch of third-party log analysis tools that give much of this information (not everything exposed by JMX of course is in the log files though). Not quite sure whether things like Nagios, Zabbix and the like have this kind of stuff built in seems like a natural extension of those kinds of tools though.... Not much help here... Erick On Wed, Mar 25, 2015 at 8:26 AM, Matt Kuiper <matt.kui...@issinc.com> wrote: > Hello, > > I am familiar with the JMX points that Solr exposes to allow for monitoring > of statistics like QPS, numdocs, Average Query Time... > > I am wondering if there is a way to configure Solr to automatically store the > value of these stats over time (for a given time interval), and then allow a > user to query a stat over a time range. So for the QPS stat, the query > might return a set that includes the QPS value for each hour in the time > range specified. > > Thanks, > Matt > >