Move audit logging docs under AAA section (#1452)

This commit is contained in:
Mike Drob 2020-04-24 09:52:09 -05:00 committed by GitHub
parent d7e0b906ab
commit 849fb63921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
= Configuring Authentication, Authorization and Audit Logging = Configuring Authentication, Authorization and Audit Logging
:page-children: basic-authentication-plugin, hadoop-authentication-plugin, kerberos-authentication-plugin, rule-based-authorization-plugin, jwt-authentication-plugin :page-children: basic-authentication-plugin, hadoop-authentication-plugin, kerberos-authentication-plugin, jwt-authentication-plugin, rule-based-authorization-plugin, audit-logging
// Licensed to the Apache Software Foundation (ASF) under one // Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file // or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information // distributed with this work for additional information

View File

@ -1,5 +1,5 @@
= Securing Solr = Securing Solr
:page-children: authentication-and-authorization-plugins, enabling-ssl, audit-logging, zookeeper-access-control :page-children: authentication-and-authorization-plugins, enabling-ssl, zookeeper-access-control
// Licensed to the Apache Software Foundation (ASF) under one // Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file // or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information // distributed with this work for additional information
@ -26,7 +26,7 @@ When planning how to secure Solr, you should consider which of the available fea
== Encryption with TLS (SSL) Certificates == Encryption with TLS (SSL) Certificates
Ecrypting traffic to/from Solr and between Solr nodes prevents sensitive data to be leaked out on the network. TLS is also normally a requirement to prevent credential sniffing when using Authentication. Encrypting traffic to/from Solr and between Solr nodes prevents sensitive data to be leaked out on the network. TLS is also normally a requirement to prevent credential sniffing when using Authentication.
See the page <<enabling-ssl.adoc#enabling-ssl,Enabling TLS (SSL)>> for details. See the page <<enabling-ssl.adoc#enabling-ssl,Enabling TLS (SSL)>> for details.