HI:
solr-exporter-config.xml
solr_metrics_core_searcher_cache suggested add: escalation of ramBytesUsed
$object.value | to_entries | .[] | select(.key == "lookups" or .key == "hits"
or .key == "size" or .key == "evictions" or .key == "inserts" or .key ==
"ramBytesUsed") as $target |
Sorry for the bad format of the first mail, once again:
Hello there, while playing around with the
https://github.com/apache/lucene-solr/blob/master/solr/contrib/prometheus-exporter/conf/solr-exporter-config.xml
I found a bug when trying to use string arrays like 'facet.
Hello there, while playing around with the
https://github.com/apache/lucene-solr/blob/master/solr/contrib/prometheus-exporter/conf/solr-exporter-config.xml
I found a bug when trying to use string arrays like 'facet.field': __
__
__
__
__
__
_test_
_/select_
__
__
__
_{!EX=P
p/WEB-INF/lib/commons-codec-1.11.jar"
>
> /bin/solr-exporter -p 8085 -z localhost:2181/solr -f
> ./conf/solr-exporter-config.xml -n 16
>
> and seeing these below messages and on the grafana solr dashboard I do see
> panels coming in but data is not populating on them.
>
>
ctory=org.apache.solr.client.solrj.impl.PreemptiveBasicAuthClientBuilderFactory
-Dbasicauth=solrrocks:"
export
CLASSPATH_PREFIX="../../server/solr-webapp/webapp/WEB-INF/lib/commons-codec-1.11.jar"
/bin/solr-exporter -p 8085 -z localhost:2181/solr -f
./conf/solr-exporter-config.xml -n 16
and seeing these b
tps://issues.apache.org/jira/browse/SOLR-12584?filter=-2>
Thanks
From: Sushant Vengurlekar
Sent: Wednesday, 15 August 2018 10:39 PM
To: solr-user@lucene.apache.org
Subject: Authentication between solr-exporter and solrcloud
I have followed this guide for monitori
I have followed this guide for monitoring the solrcloud
https://lucene.apache.org/solr/guide/7_3/monitoring-solr-with-prometheus-and-grafana.html
I have basic authentication enabled for the solrcloud. How do I configure
the solr-exporter to authenticate with the set username and password.
Thank
Has anyone had any luck using the Solr 7.3+ exporter for metrics collection on
a Solr instance with the basic auth plugin enabled? The exporter starts without
issue but I have had no luck specifying the credentials when the exporter tries
to call the metrics API. The documentation does not appea