Forum Discussion
7 years ago
This datasource doesn't poll SOLR via the API. It uses JMX which has to be enabled on your SOLR cores (collections) in solrconfig.xml. You can read how to do that here: https://lucene.apache.org/solr/guide/6_6/using-jmx-with-solr.html
JMX provides lots of data that might not be exposed via the standard api queries. However, SOLR is actually quite good about making sure all sorts of monitoring data is available without JMX and they don't recommend enabling it in production.
Related Content
- 7 months ago
- 8 months ago
- 5 months ago