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_r279973032
########## File path: _docs-2/getting-started/design.md ########## @@ -88,6 +88,13 @@ 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 audit service that logs most table actions, both successful and +failed attempts. Audit logs are not enabled by default, but can be turned +on by editing the conf/log4j-service.properties file. Audit logs are written to the same +location as the master, monitor and tserver logs, unless redirected in the conf/log4j- +service.properties file. Audit logs can be configured for the shell in conf/log4j.properties. Review comment: Chris, Thanks for the comments, I attempted to capture the main points you stated in my update, but please let me know if there is something missing or wrong. Maybe we should also update the Configuration Files page at the Log Configuration Files section and add a comment that the log files are samples and that the loggers in those files can be added to any existing log4j logging framework instead of using those files. Let me know what you think about that, or if you think that should be a separate ticket. ---------------------------------------------------------------- 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
