Problems with restricting access to users using Basic auth

2019-08-20 Thread Salmaan Rashid Syed
Hi Solr Users, I want to create a user that has restricted access to Solr. I did the follwowing:- 1. { 2. "authentication":{ 3."blockUnknown": true, 4."class":"solr.BasicAuthPlugin", 5."credentials":{ 6. "solr-admin": "2IUJD9dxRhxSXaJGdMP5z8ggSn4I285Ty9GCWeRNMUg=

Re: 8.2.0 getting warning - unable to load jetty,​ not starting JettyAdminServer

2019-08-20 Thread Furkan KAMACI
Hi Arnold, Such errors may arise due to file permission issues. I can run latest version without of Solr via docker image without any errors. Could you write which steps do you follow to run Solr docker? Kind Regards, Furkan KAMACI On Tue, Aug 20, 2019 at 1:25 AM Arnold Bronley wrote: > Hi, >

Re: HttpShardHandlerFactory

2019-08-20 Thread Mark Robinson
Hello Shawn, Thank you so much for the detailed response. It was so helpful! Thanks! Mark. On Fri, Aug 16, 2019 at 9:40 AM Shawn Heisey wrote: > On 8/16/2019 3:51 AM, Mark Robinson wrote: > > I am trying to understand the socket time out and connection time out in > > the HttpShardHandlerFacto

Re: HttpShardHandlerFactory

2019-08-20 Thread Mark Robinson
Hello Michael, Thank you for pointing that out. Today I am planning to try this out along with the insights Shawn had shared. Thanks! Mark. On Mon, Aug 19, 2019 at 9:21 AM Michael Gibney wrote: > Mark, > > Another thing to check is that I believe the configuration you posted may > not actually

Re: question about solrCloud joining

2019-08-20 Thread Erick Erickson
None of your images came through, the mail server aggressively strips attachments. You’ll have to put them somewhere and provide a link. Given that, I’m guessing without much data so this may be totally misguided. You mention ports 8984 and 8984. Assuming those are two different Solr JVMs, the

Re: question about solrCloud joining

2019-08-20 Thread Lisheng Wang
Hi Erick Thanks for your quick response and remaining me about attachment issue. Yes, i run on 2 different jvms that not related to if they are on same machine or not. let me describe my scenario, i have two collection: i start 2 nodes on my laptop on 2 different JVM, ports are 8983 and 8984.

Re: 8.2.0 getting warning - unable to load jetty,​ not starting JettyAdminServer

2019-08-20 Thread Arnold Bronley
Hi, I am using 8.2.0-slim version. I wrap it in my own image by specifying some additional settings in Dockerfile (all it does is specify a custom Solr home, copy my config files and custom Solr plugins to container and boot in SolrCloud mode). All things same, if I just change version from 8.2.0-

sorl 8.1.1 all of sudden requiring https

2019-08-20 Thread Russell Bahr
Hi All, I have a solr 8.1.1 cloud that I set up and have been testing to replace our solr 4.10.4 cloud implementation. I have been testing on the solr 8.1.1 cloud for a couple of weeks now and needed to shut down temporarily and then restart the cluster. When I did this the members would not come

Re: question about solrCloud joining

2019-08-20 Thread Mikhail Khludnev
Hello, Lisheng. I barely follow, but couldn't the space symbol in "title:Get Out" cause the problem ? Check debugQuery and nested query in local param. On Tue, Aug 20, 2019 at 6:35 PM Lisheng Wang wrote: > Hi Erick > > Thanks for your quick response and remaining me about attachment issue. > >

Re: sorl 8.1.1 all of sudden requiring https

2019-08-20 Thread Jörn Franke
You should definitely enable HTTPs even if it is not exposed to the Internet. Even within your own company network it is a good security practice to enable HTTPs. About your error. This is due to a setting in Zookeeper: https://lucene.apache.org/solr/guide/6_6/enabling-ssl.html#EnablingSSL-Config

Re: sorl 8.1.1 all of sudden requiring https

2019-08-20 Thread Russell Bahr
I am a very new to both solr and zookeeper. I have inherited the existing clusters from my predecessor without any training or explanation before he left. I have modeled the new zookeepers and solr cloud off of the basic configuration that was in place in the existing cluster and zookeepers. I l

Re: sorl 8.1.1 all of sudden requiring https

2019-08-20 Thread Russell Bahr
I was able to change this setting in Zookeeper, and also using the Solr REST interface. But even after restarting and verifying that the urlScheme in clusterprops.json had http and not https, each of the servers still are trying to talk to eachother and on the Cloud Graph are still showing as https

Invalid Date in Date Math String

2019-08-20 Thread Ritesh Kumar (Avanade)
Hello, We have been using solr 6.6.3 with Sitecore 9, however currently we seem to be observing the below issue while rebuilding the index "Invalid Date in Date Math String" We already applied the patch located at the below location but it did not fix the issue: https://github.com/SitecoreSuppo

Re: Invalid Date in Date Math String

2019-08-20 Thread Erick Erickson
You probably need to talk to the SiteCore people. The Apache project doesn’t have much insight into Sitecore, nor does it maintain the .net version of a Solr client… Best, Erick > On Aug 20, 2019, at 7:16 PM, Ritesh Kumar (Avanade) > wrote: > > Hello, > > We have been using solr 6.6.3 with

Re: Problems with restricting access to users using Basic auth

2019-08-20 Thread Jason Gerlowski
Hi Salmaan, Solr's RuleBasedAuthorizationPlugin allows requests through if none of the specified permissions apply. I think that's what you're running into in your example above. If you want to lockdown a particular API (or set of APIs) then you need to explicitly add a permission that restricts

RE: Invalid Date in Date Math String

2019-08-20 Thread Ritesh Kumar (Avanade)
Thanks Eric for the response! Regards Ritesh -Original Message- From: Erick Erickson Sent: Tuesday, August 20, 2019 4:34 PM To: solr-user@lucene.apache.org Subject: Re: Invalid Date in Date Math String You probably need to talk to the SiteCore people. The Apache project doesn’t have

Re: question about solrCloud joining

2019-08-20 Thread Lisheng Wang
Hi Mikhail Thanks for your response, but question is not related to "title:Get Out", maybe i did not describe clearly. I knew solrCloud joining is not working in index which is splited to multiple shards. but why i run "*{!join from=director_id fromIndex=movies to=id}title:"Dunkirk"*" on 8984 (

Re: sorl 8.1.1 all of sudden requiring https

2019-08-20 Thread Jörn Franke
This is strange that it does not work. Have you checked the logs if there is a different error message? Here is the guide: https://lucene.apache.org/solr/guide/6_6/enabling-ssl.html Please do not use self signed certificates, but certificates signed by the CA of your company. > Am 21.08.2019 um