Re: JMX metrics for solr cloud cluster state

2020-05-31 Thread Walter Underwood
I gave up on JMX ages ago, so I can’t help there. I’d open a bug with New Relic. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On May 31, 2020, at 7:59 PM, Ganesh Sethuraman > wrote: > > Can you suggest Solr Cloud JMX metrics for collection and

Re: JMX metrics for solr cloud cluster state

2020-05-31 Thread Ganesh Sethuraman
Can you suggest Solr Cloud JMX metrics for collection and replica status? Trying to centralize the alert generation in NewRelic. New Relic only seems to support JMX for the same. On Sun, May 31, 2020, 7:29 PM Walter Underwood wrote: > I wrote a Python demon that gets clusterstatus from the API,

Not all EML files are indexing during indexing

2020-05-31 Thread Zheng Lin Edwin Yeo
Hi, I am running this on Solr 7.6.0 Currently I have a situation whereby there's more than 2 million EML file in a folder, and the folder is constantly updating the EML files with the latest information and adding new EML files. When I do the indexing, it is suppose to index the new EML files,

Re: JMX metrics for solr cloud cluster state

2020-05-31 Thread Walter Underwood
I wrote a Python demon that gets clusterstatus from the API, parses it, and sends the counts of replicas in each state to InfluxDB. From there, we chart and alert in Grafana. New Relic is good, but we need other kinds of metrics, like the load balancer status from CloudWatch. wunder Walter

Re: JMX metrics for solr cloud cluster state

2020-05-31 Thread matthew sporleder
complain to new relic on their lagging solr support!!! I have and could use some support! To address your actual question I have found JMX in solr to be crazy unreliable but the admin/metrics web endpoint is pretty good. I have some (crappy) python for parsing it for datadog:

JMX metrics for solr cloud cluster state

2020-05-31 Thread Ganesh Sethuraman
Hi We use New Relic to monitor Sold Cloud Cluster 7.2.1. we would like to get alerted on any cluster state change. Like for example degraded shard. Replica down. New relic can monitor any JMX metrices. Can you suggest JMX metrics that will help monitor degraded cluster, replica recovering, shard

Re: Solr 8.5.1 startup error - lengthTag=109, too big.

2020-05-31 Thread Zheng Lin Edwin Yeo
Hi Jan, Thanks for your reply. I have found that the issue is due to SOLR_SSL_KEY_STORE_TYPE env default was set to PKS12, while in my previous version it was JKS. Regards, Edwin On Thu, 28 May 2020 at 21:08, Jan Høydahl wrote: > I also believe this is due to keystore format confusion. >

Re: Lucene query to Solr query

2020-05-31 Thread Mikhail Khludnev
There's nothing like this now. Presumably one might visit queries and generate Query DSL json, but it might be a challenging problem. On Sun, May 31, 2020 at 3:42 AM gnandre wrote: > I think this question here in this thread is similar to my question. > >