url
stringlengths
24
122
repo_url
stringlengths
60
156
date_extracted
stringdate
2025-08-13 00:00:00
2025-08-13 00:00:00
root
stringlengths
3
85
breadcrumbs
listlengths
1
6
filename
stringlengths
6
60
stage
stringclasses
33 values
group
stringclasses
81 values
info
stringclasses
22 values
title
stringlengths
3
110
description
stringlengths
11
359
clean_text
stringlengths
47
3.32M
rich_text
stringlengths
321
3.32M
https://docs.gitlab.com/administration/feature_flags
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/_index.md
2025-08-13
doc/administration/feature_flags
[ "doc", "administration", "feature_flags" ]
_index.md
GitLab Delivery
Self Managed
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Enable and disable GitLab features deployed behind feature flags
GitLab administrator: enable and disable GitLab features deployed behind feature flags
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} GitLab adopted feature flags strategies to deploy features in an early stage of development so that they can be incrementally rolled out. Before making them permanently available, features can be deployed behind flags...
--- stage: GitLab Delivery group: Self Managed info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments description: 'GitLab administrator: enable and disable GitLab features deployed behind feat...
https://docs.gitlab.com/administration/cgroups
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/cgroups.md
2025-08-13
doc/administration/gitaly
[ "doc", "administration", "gitaly" ]
cgroups.md
Data Access
Gitaly
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Cgroups
null
You can use control groups (cgroups) in Linux to impose limits on how much memory and CPU can be consumed by specific processes. Cgroups can help protect systems against unexpected resource exhaustion because of memory and CPU overconsumption. Cgroups are widely available and are commonly used as a foundational mecha...
--- stage: Data Access group: Gitaly info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Cgroups breadcrumbs: - doc - administration - gitaly --- You can use control groups (cgroups) ...
https://docs.gitlab.com/administration/recovery
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/recovery.md
2025-08-13
doc/administration/gitaly
[ "doc", "administration", "gitaly" ]
recovery.md
null
null
null
null
null
<!-- markdownlint-disable --> This document was moved to [another location](praefect/recovery.md). <!-- This redirect file can be deleted after <2025-09-28>. --> <!-- Redirects that point to other docs in the same project expire in three months. --> <!-- Redirects that point to docs in a different project or site (...
--- redirect_to: praefect/recovery.md remove_date: '2025-09-28' breadcrumbs: - doc - administration - gitaly --- <!-- markdownlint-disable --> This document was moved to [another location](praefect/recovery.md). <!-- This redirect file can be deleted after <2025-09-28>. --> <!-- Redirects that point to other docs i...
https://docs.gitlab.com/administration/tls_support
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/tls_support.md
2025-08-13
doc/administration/gitaly
[ "doc", "administration", "gitaly" ]
tls_support.md
Data Access
Gitaly
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Gitaly TLS support
null
Gitaly supports TLS encryption. To communicate with a Gitaly instance that listens for secure connections, use the `tls://` URL scheme in the `gitaly_address` of the corresponding storage entry in the GitLab configuration. Gitaly provides the same server certificates as client certificates in TLS connections to GitL...
--- stage: Data Access group: Gitaly info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Gitaly TLS support breadcrumbs: - doc - administration - gitaly --- Gitaly supports TLS encryp...
https://docs.gitlab.com/administration/gitaly
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/_index.md
2025-08-13
doc/administration/gitaly
[ "doc", "administration", "gitaly" ]
_index.md
Data Access
Gitaly
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Gitaly
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} [Gitaly](https://gitlab.com/gitlab-org/gitaly) provides high-level remote procedure call (RPC) access to Git repositories. It is used by GitLab to read and write Git data. Gitaly is present in every GitLab installatio...
--- stage: Data Access group: Gitaly info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Gitaly breadcrumbs: - doc - administration - gitaly --- {{< details >}} - Tier: Free, Premium...
https://docs.gitlab.com/administration/bundle_uris
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/bundle_uris.md
2025-08-13
doc/administration/gitaly
[ "doc", "administration", "gitaly" ]
bundle_uris.md
Data Access
Gitaly
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Bundle URIs
null
{{< details >}} Tier: Free, Premium, Ultimate Offering: GitLab Self-Managed {{< /details >}} {{< history >}} - [Introduced](https://gitlab.com/groups/gitlab-org/-/epics/8939) in GitLab 17.0 [with a flag](../feature_flags/_index.md) named `gitaly_bundle_uri`. Disabled by default. {{< /history >}} Gitaly support...
--- stage: Data Access group: Gitaly info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Bundle URIs breadcrumbs: - doc - administration - gitaly --- {{< details >}} Tier: Free, Prem...
https://docs.gitlab.com/administration/kubernetes
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/kubernetes.md
2025-08-13
doc/administration/gitaly
[ "doc", "administration", "gitaly" ]
kubernetes.md
Data Access
Gitaly
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Gitaly on Kubernetes
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab.com, GitLab Self-Managed, GitLab Dedicated - Status: Limited availability {{< /details >}} {{< history >}} - Introduced in GitLab 17.3 as an [experiment](../../policy/development_stages_support.md). - Changed from experiment to beta in GitLab 17.1...
--- stage: Data Access group: Gitaly info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Gitaly on Kubernetes breadcrumbs: - doc - administration - gitaly --- {{< details >}} - Tier:...
https://docs.gitlab.com/administration/monitoring
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/monitoring.md
2025-08-13
doc/administration/gitaly
[ "doc", "administration", "gitaly" ]
monitoring.md
Data Access
Gitaly
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Monitoring Gitaly
null
Use the available logs and [Prometheus metrics](../monitoring/prometheus/_index.md) to monitor Gitaly. Metric definitions are available: - Directly from Prometheus `/metrics` endpoint configured for Gitaly. - Using [Grafana Explore](https://grafana.com/docs/grafana/latest/explore/) on a Grafana instance configure...
--- stage: Data Access group: Gitaly info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Monitoring Gitaly breadcrumbs: - doc - administration - gitaly --- Use the available logs and ...
https://docs.gitlab.com/administration/reference
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/reference.md
2025-08-13
doc/administration/gitaly
[ "doc", "administration", "gitaly" ]
reference.md
null
null
null
null
null
<!-- markdownlint-disable --> This document was moved to [another location](_index.md). <!-- This redirect file can be deleted after <2025-10-16>. --> <!-- Redirects that point to other docs in the same project expire in three months. --> <!-- Redirects that point to docs in a different project or site (for example...
--- redirect_to: _index.md remove_date: '2025-10-16' breadcrumbs: - doc - administration - gitaly --- <!-- markdownlint-disable --> This document was moved to [another location](_index.md). <!-- This redirect file can be deleted after <2025-10-16>. --> <!-- Redirects that point to other docs in the same project exp...
https://docs.gitlab.com/administration/gitaly_geo_capabilities
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/gitaly_geo_capabilities.md
2025-08-13
doc/administration/gitaly
[ "doc", "administration", "gitaly" ]
gitaly_geo_capabilities.md
Data Access
Gitaly
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Gitaly and Geo capabilities
null
It is common to want the most available, quickly recoverable, highly performant, and fully resilient solution for your data. However, there are tradeoffs. The following tables are intended to guide you to choose the right combination of capabilities based on your requirements. ## Gitaly capabilities | Capability ...
--- stage: Data Access group: Gitaly info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Gitaly and Geo capabilities breadcrumbs: - doc - administration - gitaly --- It is common to w...
https://docs.gitlab.com/administration/troubleshooting_gitaly_cluster
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/troubleshooting_gitaly_cluster.md
2025-08-13
doc/administration/gitaly
[ "doc", "administration", "gitaly" ]
troubleshooting_gitaly_cluster.md
null
null
null
null
null
<!-- markdownlint-disable --> This document was moved to [another location](praefect/troubleshooting.md). <!-- This redirect file can be deleted after <2025-09-28>. --> <!-- Redirects that point to other docs in the same project expire in three months. --> <!-- Redirects that point to docs in a different project or...
--- redirect_to: praefect/troubleshooting.md remove_date: '2025-09-28' breadcrumbs: - doc - administration - gitaly --- <!-- markdownlint-disable --> This document was moved to [another location](praefect/troubleshooting.md). <!-- This redirect file can be deleted after <2025-09-28>. --> <!-- Redirects that point t...
https://docs.gitlab.com/administration/troubleshooting
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/troubleshooting.md
2025-08-13
doc/administration/gitaly
[ "doc", "administration", "gitaly" ]
troubleshooting.md
Data Access
Gitaly
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Troubleshooting Gitaly
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} The following sections provide possible solutions to Gitaly errors. See also [Gitaly timeout](../settings/gitaly_timeouts.md) settings, and our advice on [parsing the `gitaly/current` file](../logs/log_parsing.md#pars...
--- stage: Data Access group: Gitaly info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Troubleshooting Gitaly breadcrumbs: - doc - administration - gitaly --- {{< details >}} - Tie...
https://docs.gitlab.com/administration/consistency_checks
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/consistency_checks.md
2025-08-13
doc/administration/gitaly
[ "doc", "administration", "gitaly" ]
consistency_checks.md
Data Access
Gitaly
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Repository consistency checks
null
Gitaly runs repository consistency checks: - When triggering a repository check. - When changes are fetched from a mirrored repository. - When users push changes into repository. These consistency checks verify that a repository has all required objects and that these objects are valid objects. They can be categori...
--- stage: Data Access group: Gitaly info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Repository consistency checks breadcrumbs: - doc - administration - gitaly --- Gitaly runs rep...
https://docs.gitlab.com/administration/configure_gitaly
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/configure_gitaly.md
2025-08-13
doc/administration/gitaly
[ "doc", "administration", "gitaly" ]
configure_gitaly.md
Data Access
Gitaly
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Configure Gitaly
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} Configure Gitaly in one of two ways: {{< tabs >}} {{< tab title="Linux package (Omnibus)" >}} 1. Edit `/etc/gitlab/gitlab.rb` and add or change the Gitaly settings. Refer to the [example Gitaly configuration file...
--- stage: Data Access group: Gitaly info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Configure Gitaly breadcrumbs: - doc - administration - gitaly --- {{< details >}} - Tier: Fre...
https://docs.gitlab.com/administration/concurrency_limiting
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/concurrency_limiting.md
2025-08-13
doc/administration/gitaly
[ "doc", "administration", "gitaly" ]
concurrency_limiting.md
Data Access
Gitaly
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Concurrency limiting
null
To avoid overwhelming the servers running Gitaly, you can limit concurrency of: - RPCs. - Pack objects. These limits can be fixed, or set as adaptive. {{< alert type="warning" >}} Enabling limits on your environment should be done with caution and only in select circumstances, such as to protect against unexpecte...
--- stage: Data Access group: Gitaly info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Concurrency limiting breadcrumbs: - doc - administration - gitaly --- To avoid overwhelming th...
https://docs.gitlab.com/administration/gitaly/configure
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/gitaly/configure.md
2025-08-13
doc/administration/gitaly/praefect
[ "doc", "administration", "gitaly", "praefect" ]
configure.md
Data Access
Gitaly
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Configure Gitaly Cluster (Praefect)
null
Configure Gitaly Cluster (Praefect) using either: - Gitaly Cluster (Praefect) configuration instructions available as part of [reference architectures](../../reference_architectures/_index.md) for installations of up to: - [60 RPS or 3,000 users](../../reference_architectures/3k_users.md#configure-gitaly-cluster...
--- stage: Data Access group: Gitaly info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Configure Gitaly Cluster (Praefect) breadcrumbs: - doc - administration - gitaly - praefect --- ...
https://docs.gitlab.com/administration/gitaly/troubleshooting
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/gitaly/troubleshooting.md
2025-08-13
doc/administration/gitaly/praefect
[ "doc", "administration", "gitaly", "praefect" ]
troubleshooting.md
Data Access
Gitaly
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Troubleshooting Gitaly Cluster (Praefect)
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} Refer to the information below when troubleshooting Gitaly Cluster (Praefect). For information on troubleshooting Gitaly, see [Troubleshooting Gitaly](../troubleshooting.md). ## Check cluster health The `check` Praef...
--- stage: Data Access group: Gitaly info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Troubleshooting Gitaly Cluster (Praefect) breadcrumbs: - doc - administration - gitaly - praefec...
https://docs.gitlab.com/administration/gitaly/monitoring
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/gitaly/monitoring.md
2025-08-13
doc/administration/gitaly/praefect
[ "doc", "administration", "gitaly", "praefect" ]
monitoring.md
Data Access
Gitaly
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Monitoring Gitaly Cluster (Praefect)
null
To monitor Gitaly Cluster (Praefect), you can use Prometheus metrics. Two separate metrics endpoints are available from which metrics can be scraped: - The default `/metrics` endpoint. - `/db_metrics`, which contains metrics that require database queries. ## Default Prometheus `/metrics` endpoint The following met...
--- stage: Data Access group: Gitaly info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Monitoring Gitaly Cluster (Praefect) breadcrumbs: - doc - administration - gitaly - praefect ---...
https://docs.gitlab.com/administration/gitaly/praefect
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/gitaly/_index.md
2025-08-13
doc/administration/gitaly/praefect
[ "doc", "administration", "gitaly", "praefect" ]
_index.md
Data Access
Gitaly
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Gitaly Cluster (Praefect)
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} Git storage is provided through the Gitaly service in GitLab, and is essential to the operation of GitLab. When the number of users, repositories, and activity grows, it is important to scale Gitaly appropriately by: ...
--- stage: Data Access group: Gitaly info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Gitaly Cluster (Praefect) breadcrumbs: - doc - administration - gitaly - praefect --- {{< deta...
https://docs.gitlab.com/administration/gitaly/recovery
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/gitaly/recovery.md
2025-08-13
doc/administration/gitaly/praefect
[ "doc", "administration", "gitaly", "praefect" ]
recovery.md
Data Access
Gitaly
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Gitaly Cluster (Praefect) recovery options and tools
null
Gitaly Cluster (Praefect) can recover from primary-node failure and unavailable repositories. Gitaly Cluster (Praefect) can perform data recovery and has Praefect tracking database tools. ## Manage Gitaly nodes on a Gitaly Cluster (Praefect) You can add and replace Gitaly nodes on a Gitaly Cluster (Praefect). ### ...
--- stage: Data Access group: Gitaly info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Gitaly Cluster (Praefect) recovery options and tools breadcrumbs: - doc - administration - gital...
https://docs.gitlab.com/administration/usage_trends
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/usage_trends.md
2025-08-13
doc/administration/analytics
[ "doc", "administration", "analytics" ]
usage_trends.md
Plan
Optimize
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Usage trends
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} Usage trends give you an overview of how much data your instance contains, and how quickly this volume is changing over time. The usage trends page displays: - An overview of the total numbers of: ...
--- stage: Plan group: Optimize info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Usage trends breadcrumbs: - doc - administration - analytics --- {{< details >}} - Tier: Free, Pre...
https://docs.gitlab.com/administration/devops_adoption
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/devops_adoption.md
2025-08-13
doc/administration/analytics
[ "doc", "administration", "analytics" ]
devops_adoption.md
Plan
Optimize
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
DevOps adoption by instance
Monitor DevSecOps adoption in your GitLab instance, track feature usage, and get insights into team performance.
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} DevOps adoption gives you an overview of your entire instance's adoption of development, security, and operations features, along with a DevOps score. For more information about this feature, see als...
--- stage: Plan group: Optimize info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments description: Monitor DevSecOps adoption in your GitLab instance, track feature usage, and get insights int...
https://docs.gitlab.com/administration/user_and_ip_rate_limits
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/user_and_ip_rate_limits.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
user_and_ip_rate_limits.md
none
unassigned
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
User and IP rate limits
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} Rate limiting is a common technique used to improve the security and durability of a web application. For more details, see [Rate limits](../../security/rate_limits.md). The following limits are disabled by default: ...
--- stage: none group: unassigned info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: User and IP rate limits breadcrumbs: - doc - administration - settings --- {{< details >}} - Tie...
https://docs.gitlab.com/administration/account_and_limit_settings
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/account_and_limit_settings.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
account_and_limit_settings.md
Create
Source Code
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Account and limit settings
Configure the maximum number of projects users can create on GitLab Self-Managed. Configure size limits for attachments, pushes, and repository size.
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} GitLab administrators can configure project and account limits on their instance, like: - The number of projects a user can create. - Size limits on attachments, pushes, and repositories. - Session d...
--- stage: Create group: Source Code info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments gitlab_dedicated: true description: Configure the maximum number of projects users can create on GitLab...
https://docs.gitlab.com/administration/rate_limit_on_notes_creation
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/rate_limit_on_notes_creation.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
rate_limit_on_notes_creation.md
Plan
Project Management
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Rate limits on note creation
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} You can configure the per-user rate limit for requests to the note creation endpoint. To change the note creation rate limit: 1. On the left sidebar, at the bottom, select **Admin**. 1. Select **Settings > Network**....
--- stage: Plan group: Project Management info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Rate limits on note creation breadcrumbs: - doc - administration - settings --- {{< detai...
https://docs.gitlab.com/administration/localization
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/localization.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
localization.md
none
unassigned
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Localization
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} As an instance administrator, you can manage the behavior of your deployment. ## Change the default first day of the week You can change the [Default first day of the week](../../user/profile/prefer...
--- stage: none group: unassigned info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments gitlab_dedicated: true title: Localization breadcrumbs: - doc - administration - settings --- {{< detail...
https://docs.gitlab.com/administration/rate_limit_on_users_api
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/rate_limit_on_users_api.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
rate_limit_on_users_api.md
Software Supply Chain Security
Authentication
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Rate limits on Users API
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} {{< history >}} - Rate limits for Users API [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/452349) in GitLab 17.1 with a [flag](../feature_flags/_index.md) named `rate_limiting_user_endpo...
--- stage: Software Supply Chain Security group: Authentication info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Rate limits on Users API breadcrumbs: - doc - administration - settin...
https://docs.gitlab.com/administration/rate_limit_on_issues_creation
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/rate_limit_on_issues_creation.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
rate_limit_on_issues_creation.md
Plan
Project Management
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Rate limits on issue and epic creation
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} Rate limits control the pace at which new epics and issues can be created. For example, if you set the limit to `300`, the [`Projects::IssuesController#create`](https://gitlab.com/gitlab-org/gitlab/blob/master/app/cont...
--- stage: Plan group: Project Management info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Rate limits on issue and epic creation breadcrumbs: - doc - administration - settings --- ...
https://docs.gitlab.com/administration/jira_cloud_app_troubleshooting
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/jira_cloud_app_troubleshooting.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
jira_cloud_app_troubleshooting.md
Plan
Project Management
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Troubleshooting GitLab for Jira Cloud app administration
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} When administering the GitLab for Jira Cloud app, you might encounter the following issues. For user documentation, see [GitLab for Jira Cloud app](../../integration/jira/connect-app.md#troubleshooting). ## Sign-in m...
--- stage: Plan group: Project Management info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Troubleshooting GitLab for Jira Cloud app administration breadcrumbs: - doc - administratio...
https://docs.gitlab.com/administration/help_page
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/help_page.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
help_page.md
none
unassigned
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Customize the Help page message
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} In large organizations, it is useful to have information about who to contact or where to go for help. You can customize and display this information on the GitLab `/help` page. ## Add a help message to the Help page ...
--- stage: none group: unassigned info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Customize the Help page message breadcrumbs: - doc - administration - settings --- {{< details >}...
https://docs.gitlab.com/administration/project_integration_management
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/project_integration_management.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
project_integration_management.md
none
unassigned
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Integration administration
Configure and manage settings for project and group integrations on GitLab Self-Managed instances.
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} {{< alert type="note" >}} This page contains administrator documentation for project and group integrations. For user documentation, see [Project integrations](../../user/project/integrations/_index....
--- stage: none group: unassigned info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Integration administration description: Configure and manage settings for project and group integra...
https://docs.gitlab.com/administration/security_contact_information
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/security_contact_information.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
security_contact_information.md
Software Supply Chain Security
Compliance
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Provide public security contact information
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} {{< history >}} - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/433210) in GitLab 16.7. {{< /history >}} Organizations can facilitate the responsible disclosure of security issues by p...
--- stage: Software Supply Chain Security group: Compliance info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments gitlab_dedicated: true title: Provide public security contact information breadc...
https://docs.gitlab.com/administration/rate_limit_on_groups_api
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/rate_limit_on_groups_api.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
rate_limit_on_groups_api.md
Tenant Scale
Organizations
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Rate limit on Groups API
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} {{< history >}} - Rate limit for groups and projects API [introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/152733) in GitLab 17.1. with a [flag](../feature_flags/_index.md) named `ra...
--- stage: Tenant Scale group: Organizations info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Rate limit on Groups API breadcrumbs: - doc - administration - settings --- {{< detail...
https://docs.gitlab.com/administration/visibility_and_access_controls
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/visibility_and_access_controls.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
visibility_and_access_controls.md
Create
Source Code
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Control access and visibility
Control project visibility, creation, retention, and deletion.
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} Administrators of GitLab instances can enforce specific controls on branches, projects, snippets, groups, and more. For example, you can define: - Which roles can create or delete projects. - Retenti...
--- stage: Create group: Source Code info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments gitlab_dedicated: true description: Control project visibility, creation, retention, and deletion. titl...
https://docs.gitlab.com/administration/rate_limits_on_raw_endpoints
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/rate_limits_on_raw_endpoints.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
rate_limits_on_raw_endpoints.md
none
unassigned
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Rate limits on raw endpoints
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} This setting defaults to `300` requests per minute, and allows you to rate limit the requests to raw endpoints: 1. On the left sidebar, at the bottom, select **Admin**. 1. Select **Settings > Network**. 1. Expand **Pe...
--- stage: none group: unassigned info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Rate limits on raw endpoints breadcrumbs: - doc - administration - settings --- {{< details >}} ...
https://docs.gitlab.com/administration/continuous_integration
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/continuous_integration.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
continuous_integration.md
Verify
Pipeline Execution
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
CI/CD settings
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} Configure CI/CD settings for your GitLab instance in the Admin area. The following settings are available: - Variables: Configure CI/CD variables available to all projects in your instance. - Contin...
--- stage: Verify group: Pipeline Execution info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments gitlab_dedicated: true title: CI/CD settings breadcrumbs: - doc - administration - settings --- ...
https://docs.gitlab.com/administration/external_authorization
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/external_authorization.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
external_authorization.md
Software Supply Chain Security
Authentication
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
External authorization control
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} {{< history >}} - [Moved](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/27056) from GitLab Premium to GitLab Free in 11.10. {{< /history >}} In highly controlled environments, it may b...
--- stage: Software Supply Chain Security group: Authentication info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments gitlab_dedicated: true title: External authorization control breadcrumbs: - ...
https://docs.gitlab.com/administration/terraform_limits
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/terraform_limits.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
terraform_limits.md
Deploy
Environments
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Terraform limits
Configure Terraform storage limits.
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} {{< history >}} - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/352951) in GitLab 15.7. {{< /history >}} You can limit the total storage of [Terraform state files](../terraform_state.md). The limit appl...
--- stage: Deploy group: Environments info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Terraform limits description: Configure Terraform storage limits. breadcrumbs: - doc - administ...
https://docs.gitlab.com/administration/vscode_extension_marketplace
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/vscode_extension_marketplace.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
vscode_extension_marketplace.md
Create
Remote Development
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Configure VS Code Extension Marketplace
Configure VS Code Extension Marketplace for features on the GitLab Self-Managed instance.
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} The VS Code Extension Marketplace provides you with access to extensions that enhance the functionality of the [Web IDE](../../user/project/web_ide/_index.md) and [Workspaces](../../user/workspace/_index.md) in GitLab....
--- stage: Create group: Remote Development info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments description: Configure VS Code Extension Marketplace for features on the GitLab Self-Managed i...
https://docs.gitlab.com/administration/slack_app
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/slack_app.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
slack_app.md
Create
Import
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
GitLab for Slack app administration
Administer, configure, and troubleshoot the GitLab for Slack app on GitLab Self-Managed instances.
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} {{< history >}} - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/358872) for GitLab Self-Managed in GitLab 16.2. {{< /history >}} {{< alert type="note" >}} This page contains administr...
--- stage: Create group: Import info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: GitLab for Slack app administration description: Administer, configure, and troubleshoot the GitLab f...
https://docs.gitlab.com/administration/settings
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/_index.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
_index.md
none
unassigned
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Update your Admin area settings
Product settings.
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} As an instance administrator, you can manage the behavior of your deployment. Use **Settings** to control settings across the instance. ## Access the Admin area To access the **Admin** area: 1. Si...
--- stage: none group: unassigned info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments gitlab_dedicated: true description: Product settings. title: Update your Admin area settings breadcrumbs: ...
https://docs.gitlab.com/administration/scim_setup
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/scim_setup.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
scim_setup.md
Fulfillment
Seat Management
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Configure SCIM for GitLab Self-Managed
null
{{< details >}} - Tier: Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} {{< history >}} - [Introduced](https://gitlab.com/groups/gitlab-org/-/epics/8902) in GitLab 15.8. {{< /history >}} You can use the open standard System for Cross-domain Identity Management (SCIM) to automatically: - Crea...
--- stage: Fulfillment group: Seat Management info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Configure SCIM for GitLab Self-Managed breadcrumbs: - doc - administration - settings -...
https://docs.gitlab.com/administration/git_lfs_rate_limits
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/git_lfs_rate_limits.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
git_lfs_rate_limits.md
Create
Source Code
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Rate limits on Git LFS
Configure rate limits for Git LFS on GitLab.
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab.com, GitLab Self-Managed, GitLab Dedicated {{< /details >}} [Git LFS (Large File Storage)](../../topics/git/lfs/_index.md) is a Git extension for handling large files. If you use Git LFS in your repository, common Git operations can generate many G...
--- stage: Create group: Source Code info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments gitlab_dedicated: true description: Configure rate limits for Git LFS on GitLab. title: Rate limits on ...
https://docs.gitlab.com/administration/email
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/email.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
email.md
Plan
Project Management
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Email
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} You can customize some of the content in emails sent from your GitLab instance. ## Custom logo The logo in the header of some emails can be customized, see the [logo customization section](../appear...
--- stage: Plan group: Project Management info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments gitlab_dedicated: true title: Email breadcrumbs: - doc - administration - settings --- {{< detai...
https://docs.gitlab.com/administration/rate_limit_on_pipelines_creation
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/rate_limit_on_pipelines_creation.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
rate_limit_on_pipelines_creation.md
Verify
Pipeline Execution
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Rate limits on pipeline creation
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} {{< history >}} - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/362475) in GitLab 15.0 [with a flag](../feature_flags/_index.md) named `ci_enforce_throttle_pipelines_creation`. Disabled by default. Enable...
--- stage: Verify group: Pipeline Execution info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Rate limits on pipeline creation breadcrumbs: - doc - administration - settings --- {{<...
https://docs.gitlab.com/administration/usage_statistics
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/usage_statistics.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
usage_statistics.md
Monitor
Analytics Instrumentation
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Usage statistics
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} GitLab Inc. periodically collects information about your instance in order to perform various actions. For free GitLab Self-Managed instances, all usage statistics are [opt-out](#enable-or-disable-service-ping). ## S...
--- stage: Monitor group: Analytics Instrumentation info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Usage statistics breadcrumbs: - doc - administration - settings --- {{< details...
https://docs.gitlab.com/administration/event_data
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/event_data.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
event_data.md
Monitor
Analytics Instrumentation
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Event data
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} {{< history >}} - Toggle [enabled](https://gitlab.com/gitlab-org/gitlab/-/issues/510333) in GitLab 17.11. {{< /history >}} ## Data tracking for product usage at event level For more information ab...
--- stage: Monitor group: Analytics Instrumentation info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Event data breadcrumbs: - doc - administration - settings --- {{< details >}} ...
https://docs.gitlab.com/administration/terms
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/terms.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
terms.md
none
unassigned
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Terms of Service and Privacy Policy
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} An administrator can enforce acceptance of a terms of service and privacy policy. When this option is enabled, new and existing users must accept the terms. When enabled, you can view the Terms of Se...
--- stage: none group: unassigned info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments gitlab_dedicated: true title: Terms of Service and Privacy Policy breadcrumbs: - doc - administration - se...
https://docs.gitlab.com/administration/rate_limit_on_projects_api
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/rate_limit_on_projects_api.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
rate_limit_on_projects_api.md
Tenant Scale
Organizations
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Rate limit on Projects API
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} {{< history >}} - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/112283) in GitLab 15.10 with a [flag](../feature_flags/_index.md) named `rate_limit_for_unauthenticated_projects_a...
--- stage: Tenant Scale group: Organizations info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Rate limit on Projects API breadcrumbs: - doc - administration - settings --- {{< deta...
https://docs.gitlab.com/administration/editor_extensions
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/editor_extensions.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
editor_extensions.md
Create
Editor Extensions
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Configure Editor Extensions
Configure GitLab Editor Extensions including Visual Studio Code, JetBrains IDEs, Visual Studio, Eclipse and Neovim.
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab.com, GitLab Self-Managed, GitLab Dedicated {{< /details >}} Configure Editor Extensions settings for your GitLab instance. ## Require a minimum language server version {{< history >}} - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/...
--- stage: Create group: Editor Extensions info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments description: Configure GitLab Editor Extensions including Visual Studio Code, JetBrains IDEs, V...
https://docs.gitlab.com/administration/jira_cloud_app
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/jira_cloud_app.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
jira_cloud_app.md
Plan
Project Management
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
GitLab for Jira Cloud app administration
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} {{< alert type="note" >}} This page contains administrator documentation for the GitLab for Jira Cloud app. For user documentation, see [GitLab for Jira Cloud app](../../integration/jira/connect-app.md). {{< /alert >...
--- stage: Plan group: Project Management info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: GitLab for Jira Cloud app administration breadcrumbs: - doc - administration - settings ---...
https://docs.gitlab.com/administration/sign_up_restrictions
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/sign_up_restrictions.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
sign_up_restrictions.md
none
unassigned
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Sign-up restrictions
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} You can enforce the following restrictions on sign ups: - Disable new sign ups. - Require administrator approval for new sign ups. - Require user email confirmation. - Allow or deny sign ups using sp...
--- stage: none group: unassigned info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments gitlab_dedicated: true title: Sign-up restrictions breadcrumbs: - doc - administration - settings --- {{...
https://docs.gitlab.com/administration/third_party_offers
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/third_party_offers.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
third_party_offers.md
Tenant Scale
Organizations
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Customer experience improvement and third-party offers
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} Within GitLab, we inform users of available third-party offers they might find valuable in order to enhance the development of their projects. An example is the Google Cloud Platform free credit for u...
--- stage: Tenant Scale group: Organizations info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments gitlab_dedicated: true title: Customer experience improvement and third-party offers breadcrumb...
https://docs.gitlab.com/administration/rate_limits_on_git_ssh_operations
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/rate_limits_on_git_ssh_operations.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
rate_limits_on_git_ssh_operations.md
Create
Source Code
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Rate limits on Git SSH operations
Configure rate limits on Git SSH operations on GitLab Self-Managed.
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} GitLab applies rate limits to Git operations that use SSH by user account and project. When a user exceeds the rate limit, GitLab rejects further connection requests from that user for the project. The rate limit appl...
--- stage: Create group: Source Code info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments description: Configure rate limits on Git SSH operations on GitLab Self-Managed. title: Rate limits on ...
https://docs.gitlab.com/administration/instance_template_repository
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/instance_template_repository.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
instance_template_repository.md
Create
Source Code
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Instance template repository
Configure a collection of file templates available for all projects.
{{< details >}} - Tier: Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} In hosted systems, enterprises often have a need to share their own templates across teams. This feature allows an administrator to pick a project to be the instance-wide collection of file templates. These...
--- stage: Create group: Source Code info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments gitlab_dedicated: true description: Configure a collection of file templates available for all projects...
https://docs.gitlab.com/administration/sign_in_restrictions
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/sign_in_restrictions.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
sign_in_restrictions.md
none
unassigned
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Sign-in restrictions
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} Use sign-in restrictions to customize authentication restrictions for web interfaces, and Git over HTTP(S). ## Settings To access sign-in restriction settings: 1. On the left sidebar, at the bottom...
--- stage: none group: unassigned info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments gitlab_dedicated: true title: Sign-in restrictions breadcrumbs: - doc - administration - settings --- {{...
https://docs.gitlab.com/administration/package_registry_rate_limits
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/package_registry_rate_limits.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
package_registry_rate_limits.md
Package
Package Registry
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Package registry rate limits
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} With the [GitLab package registry](../../user/packages/package_registry/_index.md), you can use GitLab as a private or public registry for a variety of common package managers. You can publish and sha...
--- stage: Package group: Package Registry info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments gitlab_dedicated: true title: Package registry rate limits breadcrumbs: - doc - administration - ...
https://docs.gitlab.com/administration/deprecated_api_rate_limits
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/deprecated_api_rate_limits.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
deprecated_api_rate_limits.md
Create
Source Code
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Deprecated API rate limits
Define limits for deprecated APIs on GitLab.
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} Deprecated API endpoints have been replaced with alternative features, but they can't be removed without breaking backward compatibility. To encourage users to switch to the alternative, set a restric...
--- stage: Create group: Source Code info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments description: Define limits for deprecated APIs on GitLab. gitlab_dedicated: true title: Deprecated API ...
https://docs.gitlab.com/administration/floc
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/floc.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
floc.md
none
unassigned
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Federated Learning of Cohorts (FLoC)
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} Federated Learning of Cohorts (FLoC) was a proposed feature for Google Chrome that categorized users into different cohorts for interest-based advertising. FLoC has been replaced by the [Topics API](h...
--- stage: none group: unassigned info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Federated Learning of Cohorts (FLoC) breadcrumbs: - doc - administration - settings --- {{< detai...
https://docs.gitlab.com/administration/git_http_rate_limits
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/git_http_rate_limits.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
git_http_rate_limits.md
Create
Source Code
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Rate limits on Git HTTP
Configure rate limits on Git HTTP requests to GitLab Self-Managed.
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} {{< history >}} - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147112) in GitLab 17.0. {{< /history >}} If you use Git HTTP in your repository, common Git operations can gener...
--- stage: Create group: Source Code info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments description: Configure rate limits on Git HTTP requests to GitLab Self-Managed. title: Rate limits on G...
https://docs.gitlab.com/administration/files_api_rate_limits
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/files_api_rate_limits.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
files_api_rate_limits.md
Create
Source Code
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Rate limits on Repository files API
Configure rate limits for the repository files API.
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} The [Repository files API](../../api/repository_files.md) enables you to fetch, create, update, and delete files in your repository. To improve the security and durability of your web application, you...
--- stage: Create group: Source Code info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments gitlab_dedicated: true description: Configure rate limits for the repository files API. title: Rate lim...
https://docs.gitlab.com/administration/import_and_export_settings
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/import_and_export_settings.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
import_and_export_settings.md
Create
Import
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Import and export settings
Configure settings for import sources, export limits, file sizes, user mapping, and placeholder users on your GitLab Self-Managed instance.
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} Settings for import- and export-related features. ## Configure allowed import sources Before you can import projects from other systems, you must enable the [import source](../../user/gitlab_com/_in...
--- stage: Create group: Import info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments gitlab_dedicated: true title: Import and export settings description: Configure settings for import sources,...
https://docs.gitlab.com/administration/protected_paths
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/protected_paths.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
protected_paths.md
none
unassigned
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Protected paths
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} Rate limiting is a technique that improves the security and durability of a web application. For more details, see [Rate limits](../../security/rate_limits.md). You can rate limit (protect) specified...
--- stage: none group: unassigned info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments gitlab_dedicated: true title: Protected paths breadcrumbs: - doc - administration - settings --- {{< det...
https://docs.gitlab.com/administration/rate_limit_on_organizations_api
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/rate_limit_on_organizations_api.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
rate_limit_on_organizations_api.md
Tenant Scale
Organizations
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Rate limit on Organizations API
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab.com, GitLab Self-Managed - Status: Experiment {{< /details >}} {{< history >}} - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/470613) in GitLab 17.5 with a [flag](../feature_flags/_index.md) named `allow_organization_creation`. Disab...
--- stage: Tenant Scale group: Organizations info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Rate limit on Organizations API breadcrumbs: - doc - administration - settings --- {{<...
https://docs.gitlab.com/administration/push_event_activities_limit
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/push_event_activities_limit.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
push_event_activities_limit.md
Create
Source Code
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Push event activities limit and bulk push events
Configure limits on the number of single push events your instance allows.
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} To maintain good system performance and prevent spam on the activity feed, set a **Push event activities limit**. By default, GitLab sets this limit to `3`. When you push changes that affect more than...
--- stage: Create group: Source Code info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments gitlab_dedicated: true description: Configure limits on the number of single push events your instance ...
https://docs.gitlab.com/administration/rate_limit_on_members_api
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/rate_limit_on_members_api.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
rate_limit_on_members_api.md
Tenant Scale
Organizations
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Rate limit on Members API
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} {{< history >}} - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/140633) in GitLab 16.9. {{< /history >}} You can configure the rate limit per group (or project) per user to the [delete members A...
--- stage: Tenant Scale group: Organizations info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Rate limit on Members API breadcrumbs: - doc - administration - settings --- {{< detai...
https://docs.gitlab.com/administration/import_export_rate_limits
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/import_export_rate_limits.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
import_export_rate_limits.md
Create
Import
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Rate limits for imports and exports of project and groups
Configure rate limit settings for your GitLab instance when importing or exporting projects or groups.
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} You can configure the rate limits for imports and exports of projects and groups: To change a rate limit: 1. On the left sidebar, at the bottom, select **Admin**. 1. Select **Settings > Network**. 1. Expand **Import ...
--- stage: Create group: Import info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Rate limits for imports and exports of project and groups description: Configure rate limit settings ...
https://docs.gitlab.com/administration/incident_management_rate_limits
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/incident_management_rate_limits.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
incident_management_rate_limits.md
Monitor
Platform Insights
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Incident management rate limits
null
{{< details >}} - Tier: Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} You can limit the number of inbound alerts for [incidents](../../operations/incident_management/incidents.md) that can be created in a period of time. The inbound [incident management](../../operations/incident_mana...
--- stage: Monitor group: Platform Insights info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments gitlab_dedicated: true title: Incident management rate limits breadcrumbs: - doc - administratio...
https://docs.gitlab.com/administration/sidekiq_job_limits
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/sidekiq_job_limits.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
sidekiq_job_limits.md
none
unassigned
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Sidekiq job size limits
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} [Sidekiq](../sidekiq/_index.md) jobs get stored in Redis. To avoid excessive memory for Redis, we: - Compress job arguments before storing them in Redis. - Reject jobs that exceed the specified threshold limit after c...
--- stage: none group: unassigned info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Sidekiq job size limits breadcrumbs: - doc - administration - settings --- {{< details >}} - Tie...
https://docs.gitlab.com/administration/gitaly_timeouts
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/gitaly_timeouts.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
gitaly_timeouts.md
Data Access
Gitaly
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Gitaly timeouts
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} [Gitaly](../gitaly/_index.md) provides two types of configurable timeouts: - Call timeouts, configured by using the GitLab UI. - Negotiation timeouts, configured by using Gitaly configuration files. ## Configure the ...
--- stage: Data Access group: Gitaly info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Gitaly timeouts breadcrumbs: - doc - administration - settings --- {{< details >}} - Tier: Fr...
https://docs.gitlab.com/administration/security_and_compliance
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/security_and_compliance.md
2025-08-13
doc/administration/settings
[ "doc", "administration", "settings" ]
security_and_compliance.md
Application Security Testing
Composition Analysis
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Security and compliance Admin area settings
null
{{< details >}} - Tier: Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} The settings for package metadata synchronization are located in the [**Admin** area](_index.md). ## Choose package registry metadata to sync To choose the packages you want to synchronize with the GitLab Package ...
--- stage: Application Security Testing group: Composition Analysis info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments gitlab_dedicated: true title: Security and compliance Admin area setting...
https://docs.gitlab.com/administration/ip_allowlist
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/ip_allowlist.md
2025-08-13
doc/administration/monitoring
[ "doc", "administration", "monitoring" ]
ip_allowlist.md
Systems
Cloud Connector
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
IP allowlist
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} GitLab provides some [monitoring endpoints](health_check.md) that provide health check information when probed. To control access to those endpoints through IP allowlisting, you can add single hosts or use IP ranges: ...
--- stage: Systems group: Cloud Connector info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: IP allowlist breadcrumbs: - doc - administration - monitoring --- {{< details >}} - Tier...
https://docs.gitlab.com/administration/health_check
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/health_check.md
2025-08-13
doc/administration/monitoring
[ "doc", "administration", "monitoring" ]
health_check.md
none
unassigned
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Health check
Perform health, liveness, and readiness checks.
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} GitLab provides liveness and readiness probes to indicate service health and reachability to required services. These probes report on the status of the database connection, Redis connection, and access to the file sys...
--- stage: none group: unassigned info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments gitlab_dedicated: false title: Health check description: Perform health, liveness, and readiness checks. b...
https://docs.gitlab.com/administration/monitoring
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/_index.md
2025-08-13
doc/administration/monitoring
[ "doc", "administration", "monitoring" ]
_index.md
Monitor
Platform Insights
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Monitor GitLab
Performance, health, uptime monitoring.
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} Explore our features to monitor your GitLab instance: - [Performance monitoring](performance/_index.md): GitLab Performance Monitoring makes it possible to measure a wide variety of statistics of your instance. - [P...
--- stage: Monitor group: Platform Insights info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments description: Performance, health, uptime monitoring. title: Monitor GitLab breadcrumbs: - doc - ...
https://docs.gitlab.com/administration/github_imports
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/github_imports.md
2025-08-13
doc/administration/monitoring
[ "doc", "administration", "monitoring" ]
github_imports.md
Create
Import
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Monitoring GitHub imports
Use Prometheus metrics to monitor GitHub imports into your GitLab Self-Managed instance.
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} The GitHub importer exposes various Prometheus metrics that you can use to monitor the health and progress of the importer. ## Import Duration Times | Name | Type | |---------...
--- stage: Create group: Import info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Monitoring GitHub imports description: Use Prometheus metrics to monitor GitHub imports into your Git...
https://docs.gitlab.com/administration/monitoring/performance
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/monitoring/_index.md
2025-08-13
doc/administration/monitoring/performance
[ "doc", "administration", "monitoring", "performance" ]
_index.md
Shared responsibility based on functional area
Shared responsibility based on functional area
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
GitLab Performance Monitoring
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} Detect performance bottlenecks before they affect your users with GitLab Performance Monitoring. When slow response times or memory issues occur, pinpoint their exact cause through detailed metrics on SQL queries, Ruby...
--- stage: Shared responsibility based on functional area group: Shared responsibility based on functional area info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments gitlab_dedicated: false titl...
https://docs.gitlab.com/administration/monitoring/grafana_configuration
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/monitoring/grafana_configuration.md
2025-08-13
doc/administration/monitoring/performance
[ "doc", "administration", "monitoring", "performance" ]
grafana_configuration.md
Monitor
Platform Insights
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Configure Grafana
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} {{< history >}} - Grafana bundled with GitLab was [deprecated](https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7772) in GitLab 16.0. - Grafana bundled with GitLab was [removed](https://gitlab.c...
--- stage: Monitor group: Platform Insights info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Configure Grafana breadcrumbs: - doc - administration - monitoring - performance --- {{...
https://docs.gitlab.com/administration/monitoring/performance_bar
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/monitoring/performance_bar.md
2025-08-13
doc/administration/monitoring/performance
[ "doc", "administration", "monitoring", "performance" ]
performance_bar.md
Developer Experience
Performance Enablement
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Performance bar
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} The performance bar displays real-time metrics directly in your browser, giving you insights without making you look through logs or run separate profiling tools. For development teams, the performan...
--- stage: Developer Experience group: Performance Enablement info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments gitlab_dedicated: true title: Performance bar breadcrumbs: - doc - administrat...
https://docs.gitlab.com/administration/monitoring/prometheus
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/monitoring/_index.md
2025-08-13
doc/administration/monitoring/prometheus
[ "doc", "administration", "monitoring", "prometheus" ]
_index.md
GitLab Delivery
Self Managed
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Monitoring GitLab with Prometheus
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} [Prometheus](https://prometheus.io) is a powerful time-series monitoring service, providing a flexible platform for monitoring GitLab and other software products. GitLab provides out-of-the-box monitoring with Prometh...
--- stage: GitLab Delivery group: Self Managed info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Monitoring GitLab with Prometheus breadcrumbs: - doc - administration - monitoring - p...
https://docs.gitlab.com/administration/monitoring/gitlab_metrics
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/monitoring/gitlab_metrics.md
2025-08-13
doc/administration/monitoring/prometheus
[ "doc", "administration", "monitoring", "prometheus" ]
gitlab_metrics.md
Shared responsibility based on functional area
Shared responsibility based on functional area
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
GitLab Prometheus metrics
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} To enable the GitLab Prometheus metrics: 1. Sign in to GitLab as a user with administrator access. 1. On the left sidebar, at the bottom, select **Admin**. 1. Select **Settings > Metrics and profiling**. 1. Find the *...
--- stage: Shared responsibility based on functional area group: Shared responsibility based on functional area info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: GitLab Prometheus met...
https://docs.gitlab.com/administration/monitoring/redis_exporter
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/monitoring/redis_exporter.md
2025-08-13
doc/administration/monitoring/prometheus
[ "doc", "administration", "monitoring", "prometheus" ]
redis_exporter.md
Shared responsibility based on functional area
Shared responsibility based on functional area
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Redis exporter
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} The [Redis exporter](https://github.com/oliver006/redis_exporter) enables you to measure various [Redis](https://redis.io) metrics. For more information on what is exported, [read the upstream documentation](https://gi...
--- stage: Shared responsibility based on functional area group: Shared responsibility based on functional area info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Redis exporter breadc...
https://docs.gitlab.com/administration/monitoring/pgbouncer_exporter
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/monitoring/pgbouncer_exporter.md
2025-08-13
doc/administration/monitoring/prometheus
[ "doc", "administration", "monitoring", "prometheus" ]
pgbouncer_exporter.md
Data Access
Database Operations
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
PgBouncer exporter
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} The [PgBouncer exporter](https://github.com/prometheus-community/pgbouncer_exporter) enables you to measure various [PgBouncer](https://www.pgbouncer.org/) metrics. For self-compiled installations, you must install an...
--- stage: Data Access group: Database Operations info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: PgBouncer exporter breadcrumbs: - doc - administration - monitoring - prometheus --...
https://docs.gitlab.com/administration/monitoring/postgres_exporter
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/monitoring/postgres_exporter.md
2025-08-13
doc/administration/monitoring/prometheus
[ "doc", "administration", "monitoring", "prometheus" ]
postgres_exporter.md
Data Access
Database Operations
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
PostgreSQL Server Exporter
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} The [PostgreSQL Server Exporter](https://github.com/prometheus-community/postgres_exporter) allows you to export various PostgreSQL metrics. For self-compiled installations, you must install and configure it yourself....
--- stage: Data Access group: Database Operations info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: PostgreSQL Server Exporter breadcrumbs: - doc - administration - monitoring - prome...
https://docs.gitlab.com/administration/monitoring/node_exporter
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/monitoring/node_exporter.md
2025-08-13
doc/administration/monitoring/prometheus
[ "doc", "administration", "monitoring", "prometheus" ]
node_exporter.md
Shared responsibility based on functional area
Shared responsibility based on functional area
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Node exporter
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} The [node exporter](https://github.com/prometheus/node_exporter) enables you to measure various machine resources such as memory, disk and CPU utilization. For self-compiled installations, you must install and configu...
--- stage: Shared responsibility based on functional area group: Shared responsibility based on functional area info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Node exporter breadcr...
https://docs.gitlab.com/administration/monitoring/registry_exporter
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/monitoring/registry_exporter.md
2025-08-13
doc/administration/monitoring/prometheus
[ "doc", "administration", "monitoring", "prometheus" ]
registry_exporter.md
Package
Package Registry
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Registry exporter
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} The Registry exporter allows you to measure various Registry metrics. To enable it: 1. [Enable Prometheus](_index.md#configuring-prometheus). 1. Edit `/etc/gitlab/gitlab.rb` and enable [debug mode](https://docs.docker...
--- stage: Package group: Package Registry info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Registry exporter breadcrumbs: - doc - administration - monitoring - prometheus --- {{< ...
https://docs.gitlab.com/administration/monitoring/web_exporter
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/monitoring/web_exporter.md
2025-08-13
doc/administration/monitoring/prometheus
[ "doc", "administration", "monitoring", "prometheus" ]
web_exporter.md
Systems
Cloud Connector
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Web exporter (dedicated metrics server)
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} Improve reliability and performance of your GitLab monitoring by collecting metrics separately from your main application server. A dedicated metrics server isolates monitoring traffic from user requests, preventing me...
--- stage: Systems group: Cloud Connector info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Web exporter (dedicated metrics server) breadcrumbs: - doc - administration - monitoring - ...
https://docs.gitlab.com/administration/monitoring/gitlab_exporter
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/monitoring/gitlab_exporter.md
2025-08-13
doc/administration/monitoring/prometheus
[ "doc", "administration", "monitoring", "prometheus" ]
gitlab_exporter.md
Systems
Cloud Connector
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
GitLab exporter
null
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} Monitor your GitLab instance's performance metrics with [GitLab exporter](https://gitlab.com/gitlab-org/ruby/gems/gitlab-exporter). For a Linux package installation, GitLab exporter takes metrics from Redis and the dat...
--- stage: Systems group: Cloud Connector info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: GitLab exporter breadcrumbs: - doc - administration - monitoring - prometheus --- {{< det...
https://docs.gitlab.com/administration/audit_event_streaming
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/audit_event_streaming.md
2025-08-13
doc/administration/compliance
[ "doc", "administration", "compliance" ]
audit_event_streaming.md
Software Supply Chain Security
Compliance
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Audit event streaming for instances
null
{{< details >}} - Tier: Ultimate - Offering: GitLab Self-Managed, GitLab Dedicated {{< /details >}} {{< history >}} - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/398107) in GitLab 16.1 [with a flag](../feature_flags/_index.md) named `ff_external_audit_events`. Disabled by default. - [Feature flag `...
--- stage: Software Supply Chain Security group: Compliance info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Audit event streaming for instances breadcrumbs: - doc - administration -...
https://docs.gitlab.com/administration/audit_event_reports
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/audit_event_reports.md
2025-08-13
doc/administration/compliance
[ "doc", "administration", "compliance" ]
audit_event_reports.md
Software Supply Chain Security
Compliance
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Audit events administration
null
In addition to [audit events](../../user/compliance/audit_events.md), as an administrator, you can access additional features. ## Instance audit events {{< details >}} - Tier: Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} You can view audit events from user actions across an entire GitLab in...
--- stage: Software Supply Chain Security group: Compliance info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Audit events administration breadcrumbs: - doc - administration - complia...
https://docs.gitlab.com/administration/compliance_features
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/compliance_features.md
2025-08-13
doc/administration/compliance
[ "doc", "administration", "compliance" ]
compliance_features.md
Software Supply Chain Security
Compliance
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Compliance features for administrators
Compliance center, audit events, security policies, and compliance frameworks.
{{< details >}} - Tier: Free, Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} GitLab compliance features for administrators ensure your GitLab instance meets common compliance standards. Many of the features are also available for groups and projects. ## Compliant workflow automation It is imp...
--- stage: Software Supply Chain Security group: Compliance info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Compliance features for administrators description: Compliance center, au...
https://docs.gitlab.com/administration/geo
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/_index.md
2025-08-13
doc/administration/geo
[ "doc", "administration", "geo" ]
_index.md
Tenant Scale
Geo
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Geo
Geographically distribute GitLab.
{{< details >}} - Tier: Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} Geo is the solution for widely distributed development teams and for providing a warm-standby as part of a disaster recovery strategy. Geo is **not** an out of the box HA solution. {{< alert type="warning" >}} Geo undergoe...
--- stage: Tenant Scale group: Geo info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Geo description: Geographically distribute GitLab. breadcrumbs: - doc - administration - geo --- ...
https://docs.gitlab.com/administration/glossary
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/glossary.md
2025-08-13
doc/administration/geo
[ "doc", "administration", "geo" ]
glossary.md
Tenant Scale
Geo
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Geo glossary
null
{{< details >}} - Tier: Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} {{< alert type="note" >}} We are updating the Geo documentation, user interface and commands to reflect these changes. Not all pages comply with these definitions yet. {{< /alert >}} These are the defined terms to describ...
--- stage: Tenant Scale group: Geo info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Geo glossary breadcrumbs: - doc - administration - geo --- {{< details >}} - Tier: Premium, Ult...
https://docs.gitlab.com/administration/geo/external_database
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/geo/external_database.md
2025-08-13
doc/administration/geo/setup
[ "doc", "administration", "geo", "setup" ]
external_database.md
Tenant Scale
Geo
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Geo with external PostgreSQL instances
null
{{< details >}} - Tier: Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} This document is relevant if you are using a PostgreSQL instance that is not managed by the Linux package. This includes [cloud-managed instances](../../reference_architectures/_index.md#best-practices-for-the-database-servi...
--- stage: Tenant Scale group: Geo info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Geo with external PostgreSQL instances breadcrumbs: - doc - administration - geo - setup --- {{<...
https://docs.gitlab.com/administration/geo/setup
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/geo/_index.md
2025-08-13
doc/administration/geo/setup
[ "doc", "administration", "geo", "setup" ]
_index.md
Tenant Scale
Geo
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Setting up Geo
null
{{< details >}} - Tier: Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} ## Prerequisites - Two (or more) independently working GitLab sites: - One GitLab site serves as the Geo **primary** site. Use the [GitLab reference architectures documentation](../../reference_architectures/_index.md) to...
--- stage: Tenant Scale group: Geo info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Setting up Geo breadcrumbs: - doc - administration - geo - setup --- {{< details >}} - Tier: Pr...
https://docs.gitlab.com/administration/geo/database
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/geo/database.md
2025-08-13
doc/administration/geo/setup
[ "doc", "administration", "geo", "setup" ]
database.md
Tenant Scale
Geo
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Geo database replication
null
{{< details >}} - Tier: Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} This document describes the minimal required steps to replicate your primary GitLab database to a secondary site's database. You may have to change some values, based on attributes including your database's setup and size. ...
--- stage: Tenant Scale group: Geo info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Geo database replication breadcrumbs: - doc - administration - geo - setup --- {{< details >}} ...
https://docs.gitlab.com/administration/geo/two_single_node_external_services
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/geo/two_single_node_external_services.md
2025-08-13
doc/administration/geo/setup
[ "doc", "administration", "geo", "setup" ]
two_single_node_external_services.md
Tenant Scale
Geo
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Set up Geo for two single-node sites (with external PostgreSQL services)
null
{{< details >}} - Tier: Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} The following guide provides concise instructions on how to deploy GitLab Geo for a two single-node site installation using two Linux package instances and external PostgreSQL databases like RDS, Azure Database, or Google Cl...
--- stage: Tenant Scale group: Geo info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Set up Geo for two single-node sites (with external PostgreSQL services) breadcrumbs: - doc - admi...
https://docs.gitlab.com/administration/geo/two_single_node_sites
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/geo/two_single_node_sites.md
2025-08-13
doc/administration/geo/setup
[ "doc", "administration", "geo", "setup" ]
two_single_node_sites.md
Tenant Scale
Geo
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Set up Geo for two single-node sites
null
{{< details >}} - Tier: Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} The following guide provides concise instructions on how to deploy GitLab Geo for a two single-node site installation using two Linux package instances with no external services set up. This guide is also applicable to insta...
--- stage: Tenant Scale group: Geo info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Set up Geo for two single-node sites breadcrumbs: - doc - administration - geo - setup --- {{< d...
https://docs.gitlab.com/administration/geo/planned_failover
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/geo/planned_failover.md
2025-08-13
doc/administration/geo/disaster_recovery
[ "doc", "administration", "geo", "disaster_recovery" ]
planned_failover.md
Tenant Scale
Geo
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Disaster recovery for planned failover
null
{{< details >}} - Tier: Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} The primary use-case of Disaster Recovery is to ensure business continuity in the event of unplanned outage, but it can be used in conjunction with a planned failover to migrate your GitLab instance between regions without e...
--- stage: Tenant Scale group: Geo info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Disaster recovery for planned failover breadcrumbs: - doc - administration - geo - disaster_recove...
https://docs.gitlab.com/administration/geo/failover_troubleshooting
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/geo/failover_troubleshooting.md
2025-08-13
doc/administration/geo/disaster_recovery
[ "doc", "administration", "geo", "disaster_recovery" ]
failover_troubleshooting.md
Tenant Scale
Geo
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Troubleshooting Geo failover
null
{{< details >}} - Tier: Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} ## Fixing errors during a failover or when promoting a secondary to a primary site The following are possible error messages that might be encountered during failover or when promoting a secondary to a primary site with str...
--- stage: Tenant Scale group: Geo info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments title: Troubleshooting Geo failover breadcrumbs: - doc - administration - geo - disaster_recovery --- {...
https://docs.gitlab.com/administration/geo/background_verification
https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/administration/geo/background_verification.md
2025-08-13
doc/administration/geo/disaster_recovery
[ "doc", "administration", "geo", "disaster_recovery" ]
background_verification.md
Tenant Scale
Geo
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Automatic background verification
null
{{< details >}} - Tier: Premium, Ultimate - Offering: GitLab Self-Managed {{< /details >}} Automatic background verification ensures that the transferred data matches a calculated checksum. If the checksum of the data on the **primary** site matches checksum of the data on the **secondary** site, the data transfer...
--- stage: Tenant Scale group: Geo info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments gitlab_dedicated: false title: Automatic background verification breadcrumbs: - doc - administration - ge...