Commit 1070b8c2 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Update Audit events docs

parent c01b3976
# Audit Events # Audit Events
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.
## Overview ## Overview
**Audit Events** is a tool for GitLab Enterprise Edition administrators to be able to track **Audit Events** is a tool for GitLab Enterprise Edition administrators to be
important events such as user access level, target user, and user addition or able to track important events such as user access level, target user, and user
removal. addition or removal.
## Use-cases ## Use-cases
...@@ -13,38 +19,30 @@ a particular user for a project in your GitLab EE instance. ...@@ -13,38 +19,30 @@ 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 - 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. in your GitLab instance, and who gave them that permission level.
## Description ## Security events
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.
# Security Events
| Security Event | Description | | Security Event | Description |
|--------------------------------|--------------------------------------------------------------------------------------------------| |--------------------------------|--------------------------------------------------------------------------------------------------|
| User added to group or project | Notes the author of the change, target user | | User added to group or project | Notes the author of the change, target user |
| User permission changed | Notes the author of the change, original permission and new permission, target user | | User permission changed | Notes the author of the change, original permission and new permission, target user |
## Audit events in project
# Audit Events in Project
To view the Audit Events user needs to have enough permissions to view the project Settings page. To view the Audit Events user needs to have enough permissions to view the project Settings page.
Navigate to Project->Settings->Audit Events to view the Audit Events: Navigate to **Project->Settings->Audit Events** to view the Audit Events:
![audit events project](audit_events_project.png) ![audit events project](audit_events_project.png)
# Audit Events in Group ## Audit events in group
To view the Audit Events user needs to have enough permissions to view the group Settings page. To view the Audit Events user needs to have enough permissions to view the group Settings page.
Navigate to Group->Settings->Audit Events to view the Audit Events: Navigate to **Group->Settings->Audit Events** to view the Audit Events:
![audit events group](audit_events_group.png) ![audit events group](audit_events_group.png)
# Audit Log (Admin only) ## Audit Log (Admin only)
> **Notes:** > **Notes:**
> [Introduced][ee-2336] in GitLab 9.3. > [Introduced][ee-2336] in GitLab 9.3.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment