Commit c2bbb4a6 authored by Katrin Leinweber's avatar Katrin Leinweber Committed by Mike Jang

Docs: Expand list of audit-logged events

parent bcb377af
...@@ -9,7 +9,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -9,7 +9,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
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/).
GitLab system administrators can also take advantage of the logs located on the GitLab system administrators can also take advantage of the logs located on the
file system. See [the logs system documentation](logs.md) for more details. file system. See [the logs system documentation](logs.md#audit_jsonlog) for more details.
You can generate an [Audit report](audit_reports.md) of audit events. You can generate an [Audit report](audit_reports.md) of audit events.
......
...@@ -391,7 +391,8 @@ This file lives in `/var/log/gitlab/gitlab-rails/audit_json.log` for ...@@ -391,7 +391,8 @@ This file lives in `/var/log/gitlab/gitlab-rails/audit_json.log` for
Omnibus GitLab packages or in `/home/git/gitlab/log/audit_json.log` for Omnibus GitLab packages or in `/home/git/gitlab/log/audit_json.log` for
installations from source. installations from source.
Changes to group or project settings are logged to this file. For example: Changes to group or project settings and memberships (`target_details`) are logged to this file.
For example:
```json ```json
{ {
......
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