From b87e1f5843f163ab5d8a90c6b0dc0f95f6e932fc Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Tue, 24 Dec 2019 06:46:29 -0800 Subject: [PATCH] SOLR-14143: add request logging to securing solr page --- solr/solr-ref-guide/src/securing-solr.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/solr/solr-ref-guide/src/securing-solr.adoc b/solr/solr-ref-guide/src/securing-solr.adoc index 976a6b81348..06bbd3f1645 100644 --- a/solr/solr-ref-guide/src/securing-solr.adoc +++ b/solr/solr-ref-guide/src/securing-solr.adoc @@ -58,6 +58,10 @@ Authorization makes sure that only users with the necessary roles/permissions ca Audit logging will record an audit trail of incoming reqests to your cluster, such as users being denied access to admin APIs. Learn more about audit logging and how to implement an audit logger plugin here in the <> chapter. +== Request Logging + +Solr can optionally log every incoming HTTP(s) request in the standard https://en.wikipedia.org/wiki/Common_Log_Format[`NCSA format`]. You can enable request logging by setting `SOLR_REQUESTLOG_ENABLED=true` via environment variable or in `solr.in.sh`/`solr.in.cmd`. + == Securing ZooKeeper Traffic ZooKeeper is a central and important part of a SolrCloud cluster and understanding how to secure