Collection configuration related...

2021-07-23 Thread Jigar Pandya
Hello, We are on Solr 8.3 using SolrCloud. We would like to have all our collections to have 2 shards and 3 replicas…as per the doc - https://solr.apache.org/guide/8_3/collection-management.html#collection-management - one way we can do it is through collection API shown below. $SOLRHOST/admi

Re: Regarding internode TLS enablement...

2021-04-19 Thread Jigar Pandya
suffice ? Thanks Jigar From: Cassandra Targett Date: Wednesday, April 14, 2021 at 12:27 PM To: users@solr.apache.org , Jigar Pandya Subject: Re: Regarding internode TLS enablement... Ah, right, good point - one node does need to be up in order to run the API command. I don’t recall now wh

Re: Regarding internode TLS enablement...

2021-04-13 Thread Jigar Pandya
Looks like the urls’ which I sent being adjusted by prrofpoint.. Here is the API, I am talking about – “ http://localhost:8983/solr/admin/collections?action=CLUSTERPROP&name=urlScheme&val=https “ Thanks Jigar From: Jigar Pandya Date: Tuesday, April 13, 2021 at 11:17 AM T

Re: Regarding internode TLS enablement...

2021-04-13 Thread Jigar Pandya
/guide/8_8/enabling-ssl.html*update-cluster-properties-for-existing-collections__;Iw!!Ati4tGle!7osP7nNU35PQjvJam7Ik8ipo46nc_Y8LsGntQcC55903oTvd2-jlHySqHNdVfEAsUMo$> . I don’t see any reason why that wouldn't be valid for 8.3 also. On Apr 12, 2021, 2:58 PM -0500, Jigar Pandya , wrote: > He

Regarding internode TLS enablement...

2021-04-12 Thread Jigar Pandya
Hello, We use solr cloud 8.3, we have a cluster of 6 VMs. We are trying to enable SSL for internode communication. I followed the document - https://solr.apache.org/guide/8_3/enabling-ssl.html. We have collection with data loaded, doc talks about solrCloud cluster with no initial collection –