Forum Discussion

Brandon's avatar
8 years ago

Apache Solr datasources need scrubbing

I'm not sure where else to post this, but I wanted to make sure the LogicMonitor team takes another look at the apache solr datasources in the repository as they need to be scrubbed.  Currently these datasources use applies to rules that seem to be very specific to one customer.  Here is one example:

contains(system.groups,"SEARCH/CHI/SLAVE/JOB") or contains(system.groups,"SEARCH/AMS/SLAVE/JOB") or contains(system.groups,"SEARCH/QTW/SLAVE/JOB") or contains(system.groups,"SEARCH/CHI/MASTER/JOB") or contains(system.groups,"SEARCH/AMS/MASTER/JOB")
or contains (system.groups,"SEARCH/QTW/SLAVE/JobAux")
or  contains(system.groups,"SEARCH/CHI/SLAVE/JOBAUX")
or system.displayname =~ "solrone"

I should also mention that I have completely rebuilt these datasources and combined them into a single datasource that pulls all of this data with a single API query.  I'll be submitting it after I scrub and polish it. :)/emoticons/smile@2x.png 2x" title=":)" width="20">

  • Brandon, thanks for pointing this out.  The AppliesTo field should have been set to look for the existence of the jmx.port property.  It has been fixed.