You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/05/01 02:23:06 UTC

[GitHub] [accumulo-website] ctubbsii commented on a change in pull request #177: Issue-1136-add-audit-docs add audit log info to docs

ctubbsii 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_r279994864
 
 

 ##########
 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:
   No worries. It's something everyone does poorly at some time or another. I like to joke that the reason I try to suggest people improve their commit log messages is so that I will continue to hold the record for the longest and worst commit message in Accumulo's git history: https://github.com/apache/accumulo/commit/8851c3578e5b12281a47fdb0b0f7c43516a544d6
   (it's pretty bad)

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services