From b1ce198916ced515285d3b395cb13ed4929021ec Mon Sep 17 00:00:00 2001 From: Marcia Ramos Date: Thu, 18 Aug 2016 05:28:32 +0000 Subject: [PATCH] Update audit_events.md - EE features --- doc/administration/audit_events.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/administration/audit_events.md b/doc/administration/audit_events.md index 6ca537e1aa0e80..d0af75131a6364 100644 --- a/doc/administration/audit_events.md +++ b/doc/administration/audit_events.md @@ -1,5 +1,20 @@ # Audit Events +## Overview + +**Audit Events** is a tool for GitLab EE administrators to be able to track +important events such as user access level, target user, and user addition or +removal. + +## Use-cases + +- You can use it to check who was the person who changed the permission level of +a particular user for a project in your GitLab EE instance. +- You can use it to track which users have access to certain group of projects +in your GitLab instance, and who gave them that permission level. + +## Description + GitLab Enterprise Edition offers a way to view the changes made within the GitLab server as a help to system administrators. GitLab system administrators can also take advantage of the logs located on the filesystem, see [the logs system documentation](logs.md) for more details. -- GitLab