Commit 0764741a authored by Mike Jang's avatar Mike Jang

Merge branch 'mjang-update-tiers-starter-bronze-compliance' into 'master'

Update starter tiers for Compliance group

See merge request gitlab-org/gitlab!52745
parents 074a4d79 590dd244
...@@ -4,7 +4,7 @@ group: Compliance ...@@ -4,7 +4,7 @@ group: Compliance
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
--- ---
# Audit Events **(STARTER)** # Audit Events **(PREMIUM)**
GitLab offers a way to view the changes made within the GitLab server for owners and administrators on a [paid plan](https://about.gitlab.com/pricing/). GitLab offers a way to view the changes made within the GitLab server for owners and administrators on a [paid plan](https://about.gitlab.com/pricing/).
...@@ -42,7 +42,7 @@ There are two kinds of events logged: ...@@ -42,7 +42,7 @@ There are two kinds of events logged:
Impersonation is where an administrator uses credentials to perform an action as a different user. Impersonation is where an administrator uses credentials to perform an action as a different user.
### Group events **(STARTER)** ### Group events **(PREMIUM)**
A user with a Owner role (or above) can retrieve group audit events of all users. 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 a Developer or Maintainer role is limited to group audit events based on their individual actions.
...@@ -72,7 +72,7 @@ From there, you can see the following actions: ...@@ -72,7 +72,7 @@ From there, you can see the following actions:
Group events can also be accessed via the [Group Audit Events API](../api/audit_events.md#group-audit-events) Group events can also be accessed via the [Group Audit Events API](../api/audit_events.md#group-audit-events)
### Project events **(STARTER)** ### Project events **(PREMIUM)**
A user with a Maintainer role (or above) can retrieve project audit events of all users. A user with a Maintainer role (or above) can retrieve project audit events of all users.
A user with a Developer role is limited to project audit events based on their individual actions. A user with a Developer role is limited to project audit events based on their individual actions.
......
...@@ -126,7 +126,7 @@ Example response: ...@@ -126,7 +126,7 @@ Example response:
} }
``` ```
## Group Audit Events **(STARTER)** ## Group Audit Events **(PREMIUM)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/34078) in GitLab 12.5. > [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/34078) in GitLab 12.5.
...@@ -233,7 +233,7 @@ Example response: ...@@ -233,7 +233,7 @@ Example response:
} }
``` ```
## Project Audit Events **(STARTER)** ## Project Audit Events **(PREMIUM)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/219238) in GitLab 13.1. > [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/219238) in GitLab 13.1.
......
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