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
dcdd0a46
Commit
dcdd0a46
authored
Sep 17, 2019
by
Oswaldo Ferreira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docs for repository push audit events
parent
795eb644
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
doc/administration/audit_events.md
doc/administration/audit_events.md
+29
-0
No files found.
doc/administration/audit_events.md
View file @
dcdd0a46
...
...
@@ -117,6 +117,35 @@ on adding these events into GitLab:
-
[
Group settings and activity
](
https://gitlab.com/groups/gitlab-org/-/epics/475
)
-
[
Instance-level settings and activity
](
https://gitlab.com/groups/gitlab-org/-/epics/476
)
### Disabled events
#### Repository push
The current architecture of audit events is not prepared to receive a very high amount of records.
It may make your project/admin audit logs UI very busy and the disk space consumed by the
`audit_events`
Postgres table will increase considerably. Thus, it's disabled by default
to prevent performance degradations on GitLab instances with very high Git write traffic.
In an upcoming release, Audit Logs for Git push events will be enabled
by default. Follow
[
#7865
](
https://gitlab.com/gitlab-org/gitlab/issues/7865
)
for updates.
If you still wish to enable
**Repository push**
events in your instance, follow
the steps bellow.
**In Omnibus installations:**
1.
Enter the Rails console:
```
sh
sudo
gitlab-rails console
```
1.
Flip the switch and enable the feature flag:
```
ruby
Feature
.
enable
(
:repository_push_audit_event
)
```
[
ee-2336
]:
https://gitlab.com/gitlab-org/gitlab/issues/2336
[
ee
]:
https://about.gitlab.com/pricing/
[
permissions
]:
../user/permissions.md
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