epugh commented on code in PR #1954: URL: https://github.com/apache/solr/pull/1954#discussion_r1344827605
########## solr/solr-ref-guide/modules/deployment-guide/pages/solr-control-script-reference.adoc: ########## @@ -577,6 +578,16 @@ This parameter is unnecessary if `ZK_HOST` is defined in `solr.in.sh` or `solr.i + *Example*: `bin/solr healthcheck -z localhost:2181` +`-u <user:pass>` or `--credentials <user:pass>`:: ++ +[%autowidth,frame=none] +|=== +|Optional | Default: none +|=== ++ +Basic authentication username and password seperated by a `:` character. Review Comment: thanks!!! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
