DonResnik commented on a change in pull request #177: Issue-1136-add-audit-docs add audit log info to docs URL: https://github.com/apache/accumulo-website/pull/177#discussion_r279976205
########## File path: _docs-2/getting-started/design.md ########## @@ -88,6 +88,9 @@ Multiple Monitors can be run to provide hot-standby support in the face of failu forwarding of logs from remote hosts to the Monitor, only one Monitor process should be active at one time. Leader election will be performed internally to choose the active Monitor. +### Audit +Accumulo has a robust and fully configurable audit logging service that logs most table actions, both successful and failed attempts. Audit logs are managed through the slf4j named logger `org.apache.accumulo.audit`. The logger can be added to an existing logging framework or the sample file `conf/log4j-service.properties` can be used to provide basic audit logging. + Review comment: I moved it to in-depth install under the logging section, let me know if that works ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
