Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a41f175a
Commit
a41f175a
authored
Jun 10, 2021
by
Dan Jensen
Committed by
Evan Read
Jun 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document Audit Events features are single-level
parent
2b7b3e63
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
doc/administration/audit_events.md
doc/administration/audit_events.md
+9
-4
doc/api/audit_events.md
doc/api/audit_events.md
+2
-0
No files found.
doc/administration/audit_events.md
View file @
a41f175a
...
...
@@ -49,8 +49,12 @@ When a user is being [impersonated](../user/admin_area/index.md#user-impersonati
### Group events **(PREMIUM)**
A user with a Owner role (or above) can retrieve group audit events of all users.
A user with a Developer or Maintainer role is limited to group audit events based on their individual actions.
A user with:
-
Owner role (or above) can retrieve group audit events of all users.
-
Developer or Maintainer role is limited to group audit events based on their individual actions.
Group events do not include project audit events.
To view a group's audit events, navigate to
**Group > Security & Compliance > Audit Events**
.
From there, you can see the following actions:
...
...
@@ -120,10 +124,11 @@ Server-wide audit events introduce the ability to observe user actions across
the entire instance of your GitLab server, making it easy to understand who
changed what and when for audit purposes.
Instance events do not include group or project audit events.
To view the server-wide administrator log, visit
**Admin Area > Monitoring > Audit Events**
.
In addition to the group and project events, the following user actions are also
recorded:
The following user actions are recorded:
-
Sign-in events and the authentication type (such as standard, LDAP, or OmniAuth)
-
Failed sign-ins
...
...
doc/api/audit_events.md
View file @
a41f175a
...
...
@@ -11,6 +11,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
## Instance Audit Events **(PREMIUM SELF)**
The Audit Events API allows you to retrieve
[
instance audit events
](
../administration/audit_events.md#instance-events
)
.
This API cannot retrieve group or project audit events.
To retrieve audit events using the API, you must
[
authenticate yourself
](
README.md#authentication
)
as an Administrator.
...
...
@@ -133,6 +134,7 @@ Example response:
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/34078) in GitLab 12.5.
The Group Audit Events API allows you to retrieve
[
group audit events
](
../administration/audit_events.md#group-events
)
.
This API cannot retrieve project audit events.
A user with a Owner role (or above) can retrieve group audit events of all users.
A user with a Developer or Maintainer role is limited to group audit events based on their individual actions.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment