正式なドキュメントは英語版であり、この日本語訳はAI支援翻訳により作成された参考用のものです。日本語訳の一部の内容は人間によるレビューがまだ行われていないため、翻訳のタイミングにより英語版との間に差異が生じることがあります。最新かつ正確な情報については、英語版をご参照ください。
ドキュメントに関する現在のご利用体験についてお聞かせください。アンケートにご協力ください

Rate limit on audit events API

  • Tier: Premium, Ultimate
  • Offering: GitLab Self-Managed, GitLab Dedicated

You can configure the per minute rate limit per user for requests to the instance audit events API. The default is 200.

Requests over the rate limit are logged into the auth.log file.

The limit applies to both GET /audit_events and GET /audit_events/:id. For example, if you set a limit of 200, requests to these endpoints that exceed a rate of 200 within one minute are blocked. Access is restored after one minute.

Change the rate limit

Prerequisites:

  • Administrator access.

To change the rate limit:

  1. In the upper-right corner, select Admin.
  2. In the left sidebar, select Settings > Network.
  3. Expand Audit events API rate limits.
  4. Change the value of the rate limit. The rate limit is per minute per user. To disable the rate limit, set the value to 0.
  5. Select Save changes.