Problem
You are using the Solr platform in your web application, but Solr data does not appear in the UI for your app from one.newrelic.com > All capabilities > APM & services > (select a Java app) > Monitor.
Solution
To ensure Solr is configured correctly and data is reporting to New Relic, do the following as applicable:
- JMX: Ensure JMX is enabled in your Solr configuration in
solrconfig.xml
by using the<jmx/>
tag. Thesolrconfig.xml
file is the configuration file with the most parameters affecting Solr itself. - Jetty: If you are a Jetty user, manually enable JMX for Jetty.
- Solr metrics: Check the JMX console for Solr metrics. The Solr cache and updates come from MBeans.