You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2019/12/24 14:46:37 UTC

[lucene-solr] branch master updated: SOLR-14143: add request logging to securing solr page

This is an automated email from the ASF dual-hosted git repository.

rmuir pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new b87e1f5  SOLR-14143: add request logging to securing solr page
b87e1f5 is described below

commit b87e1f5843f163ab5d8a90c6b0dc0f95f6e932fc
Author: Robert Muir <rm...@apache.org>
AuthorDate: Tue Dec 24 06:46:29 2019 -0800

    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 976a6b8..06bbd3f 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 <<audit-logging.adoc#audit-logging,Audit Logging>> 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