RE: Script to check if solr is running

2020-06-08 Thread Dunigan, Craig A.
I agree with the systemd guys if you’re unfamiliar with scripting this sort of thing. I’d wind up with piping through awk and grep and the like, which is as clear as mud if you don’t already know it. Might as well learn and use the modern tools if you can. We have an old-school hard division

RE: Script to check if solr is running

2020-06-05 Thread Dunigan, Craig A.
A simple cronjob with /bin/solr status and /bin/solr start should do the trick. There must be a Windows equivalent if that’s what you’re using. From: Ryan W Sent: Thursday, June 4, 2020 11:39 AM To: solr-user@lucene.apache.org Subject: Re: Script to check if solr is running WARNING: This

RE: How do *you* restrict access to Solr?

2020-03-16 Thread Dunigan, Craig A.
@lucene.apache.org Subject: Re: How do *you* restrict access to Solr? WARNING: This email originated outside of Lands’ End. Please be on the lookout for phishing scams and do not open attachments or click links from people you do not know.. On Mon, Mar 16, 2020 at 11:32 AM Dunigan, Craig A. < craig.d

RE: How do *you* restrict access to Solr?

2020-03-16 Thread Dunigan, Craig A.
Here are my suggestions. If you’re okay with IP restrictions only, then iptables. If you don’t have *nix or root access, an Apache proxy server with Allow from . If you want really, really secure, an stunnel front-end that requires client certs that you install in your browsers. For us, we