diff options
author | Mayra Cabrera <mcabrera@gitlab.com> | 2019-08-16 09:12:48 -0500 |
---|---|---|
committer | Mayra Cabrera <mcabrera@gitlab.com> | 2019-08-16 09:23:21 -0500 |
commit | 817fe980a8dbbb5b026b4ccbcb599fffc2e24adb (patch) | |
tree | ae3db36047edc552a02bf5c7f2a1e57b87043bda /doc/administration | |
parent | 648e5a942d4a8c66631354e05aa3f59206576dea (diff) | |
download | gitlab-ce-updates-rate-limit-docs.tar.gz |
Mentions related log on Rate limit docsupdates-rate-limit-docs
Requests over the rate limit are logged into `auth.log`
Diffstat (limited to 'doc/administration')
-rw-r--r-- | doc/administration/logs.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/administration/logs.md b/doc/administration/logs.md index 47abbc512e0..3889c18f3e8 100644 --- a/doc/administration/logs.md +++ b/doc/administration/logs.md @@ -284,13 +284,16 @@ Introduced in GitLab 11.3. This file lives in `/var/log/gitlab/gitlab-rails/impo Omnibus GitLab packages or in `/home/git/gitlab/log/importer.log` for installations from source. -## `auth.log` +## `auth.log` Introduced in GitLab 12.0. This file lives in `/var/log/gitlab/gitlab-rails/auth.log` for Omnibus GitLab packages or in `/home/git/gitlab/log/auth.log` for installations from source. -It logs information whenever [Rack Attack] registers an abusive request. +This log records: + +- Information whenever [Rack Attack] registers an abusive request. +- Requests over the [Rate Limit] on raw endpoints. NOTE: **Note:** From [%12.1](https://gitlab.com/gitlab-org/gitlab-ce/issues/62756), user id and username are available on this log. @@ -328,3 +331,4 @@ installations from source. [repocheck]: repository_checks.md [Rack Attack]: ../security/rack_attack.md +[Rate Limit]: ../user/admin_area/settings/rate_limits_on_raw_endpoints.md |