Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
cc9fbb37
Commit
cc9fbb37
authored
Sep 16, 2020
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add section for Advanced Search in reference architectures
Link to the Elasticsearch integration docs
parent
3c49dc64
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
139 additions
and
0 deletions
+139
-0
doc/administration/reference_architectures/10k_users.md
doc/administration/reference_architectures/10k_users.md
+21
-0
doc/administration/reference_architectures/1k_users.md
doc/administration/reference_architectures/1k_users.md
+13
-0
doc/administration/reference_architectures/25k_users.md
doc/administration/reference_architectures/25k_users.md
+21
-0
doc/administration/reference_architectures/2k_users.md
doc/administration/reference_architectures/2k_users.md
+21
-0
doc/administration/reference_architectures/3k_users.md
doc/administration/reference_architectures/3k_users.md
+21
-0
doc/administration/reference_architectures/50k_users.md
doc/administration/reference_architectures/50k_users.md
+21
-0
doc/administration/reference_architectures/5k_users.md
doc/administration/reference_architectures/5k_users.md
+21
-0
No files found.
doc/administration/reference_architectures/10k_users.md
View file @
cc9fbb37
...
...
@@ -66,6 +66,8 @@ To set up GitLab and its components to accommodate up to 10,000 users:
1.
[
Configure Prometheus
](
#configure-prometheus
)
to monitor your GitLab environment.
1.
[
Configure the Object Storage
](
#configure-the-object-storage
)
used for shared data objects.
1.
[
Configure Advanced Search (optional)
](
#configure-advanced-search
)
for faster,
more advanced code search across your entire GitLab instance.
1.
[
Configure NFS (Optional)
](
#configure-nfs-optional
)
to have shared disk storage service as an alternative to Gitaly and/or Object Storage (although
not recommended). NFS is required for GitLab Pages, you can skip this step if you're not using
...
...
@@ -2025,6 +2027,25 @@ work.
</a>
</div>
## Configure Advanced Search **(STARTER ONLY)**
NOTE:
**Note:**
Elasticsearch cluster design and requirements are dependent on your specific data.
For recommended best practices on how to set up your Elasticsearch cluster
alongside your instance, read how to
[
choose the optimal cluster configuration
](
../../integration/elasticsearch.md#guidance-on-choosing-optimal-cluster-configuration
)
.
You can leverage Elasticsearch and enable Advanced Search for faster, more
advanced code search across your entire GitLab instance.
[
Learn how to set it up.
](
../../integration/elasticsearch.md
)
<div
align=
"right"
>
<a
type=
"button"
class=
"btn btn-default"
href=
"#setup-components"
>
Back to setup components
<i
class=
"fa fa-angle-double-up"
aria-hidden=
"true"
></i>
</a>
</div>
## Configure NFS (optional)
[
Object storage
](
#configure-the-object-storage
)
, along with
[
Gitaly
](
#configure-gitaly
)
...
...
doc/administration/reference_architectures/1k_users.md
View file @
cc9fbb37
...
...
@@ -47,3 +47,16 @@ You can also optionally configure GitLab to use an
[
external PostgreSQL service
](
../postgresql/external.md
)
or an
[
external object storage service
](
../high_availability/object_storage.md
)
for
added performance and reliability at a reduced complexity cost.
## Configure Advanced Search **(STARTER ONLY)**
NOTE:
**Note:**
Elasticsearch cluster design and requirements are dependent on your specific data.
For recommended best practices on how to set up your Elasticsearch cluster
alongside your instance, read how to
[
choose the optimal cluster configuration
](
../../integration/elasticsearch.md#guidance-on-choosing-optimal-cluster-configuration
)
.
You can leverage Elasticsearch and enable Advanced Search for faster, more
advanced code search across your entire GitLab instance.
[
Learn how to set it up.
](
../../integration/elasticsearch.md
)
doc/administration/reference_architectures/25k_users.md
View file @
cc9fbb37
...
...
@@ -66,6 +66,8 @@ To set up GitLab and its components to accommodate up to 25,000 users:
1.
[
Configure Prometheus
](
#configure-prometheus
)
to monitor your GitLab environment.
1.
[
Configure the Object Storage
](
#configure-the-object-storage
)
used for shared data objects.
1.
[
Configure Advanced Search (optional)
](
#configure-advanced-search
)
for faster,
more advanced code search across your entire GitLab instance.
1.
[
Configure NFS (Optional)
](
#configure-nfs-optional
)
to have shared disk storage service as an alternative to Gitaly and/or Object Storage (although
not recommended). NFS is required for GitLab Pages, you can skip this step if you're not using
...
...
@@ -2025,6 +2027,25 @@ work.
</a>
</div>
## Configure Advanced Search **(STARTER ONLY)**
NOTE:
**Note:**
Elasticsearch cluster design and requirements are dependent on your specific data.
For recommended best practices on how to set up your Elasticsearch cluster
alongside your instance, read how to
[
choose the optimal cluster configuration
](
../../integration/elasticsearch.md#guidance-on-choosing-optimal-cluster-configuration
)
.
You can leverage Elasticsearch and enable Advanced Search for faster, more
advanced code search across your entire GitLab instance.
[
Learn how to set it up.
](
../../integration/elasticsearch.md
)
<div
align=
"right"
>
<a
type=
"button"
class=
"btn btn-default"
href=
"#setup-components"
>
Back to setup components
<i
class=
"fa fa-angle-double-up"
aria-hidden=
"true"
></i>
</a>
</div>
## Configure NFS (optional)
[
Object storage
](
#configure-the-object-storage
)
, along with
[
Gitaly
](
#configure-gitaly
)
...
...
doc/administration/reference_architectures/2k_users.md
View file @
cc9fbb37
...
...
@@ -55,6 +55,8 @@ To set up GitLab and its components to accommodate up to 2,000 users:
environment.
1.
[
Configure the object storage
](
#configure-the-object-storage
)
used for
shared data objects.
1.
[
Configure Advanced Search (optional)
](
#configure-advanced-search
)
for faster,
more advanced code search across your entire GitLab instance.
1.
[
Configure NFS
](
#configure-nfs-optional
)
(
optional,
and not recommended)
to have shared disk storage service as an alternative to Gitaly or object
storage. You can skip this step if you're not using GitLab Pages (which
...
...
@@ -843,6 +845,25 @@ functioning backups is encountered.
</a>
</div>
## Configure Advanced Search **(STARTER ONLY)**
NOTE:
**Note:**
Elasticsearch cluster design and requirements are dependent on your specific data.
For recommended best practices on how to set up your Elasticsearch cluster
alongside your instance, read how to
[
choose the optimal cluster configuration
](
../../integration/elasticsearch.md#guidance-on-choosing-optimal-cluster-configuration
)
.
You can leverage Elasticsearch and enable Advanced Search for faster, more
advanced code search across your entire GitLab instance.
[
Learn how to set it up.
](
../../integration/elasticsearch.md
)
<div
align=
"right"
>
<a
type=
"button"
class=
"btn btn-default"
href=
"#setup-components"
>
Back to setup components
<i
class=
"fa fa-angle-double-up"
aria-hidden=
"true"
></i>
</a>
</div>
## Configure NFS (optional)
For improved performance,
[
object storage
](
#configure-the-object-storage
)
,
...
...
doc/administration/reference_architectures/3k_users.md
View file @
cc9fbb37
...
...
@@ -70,6 +70,8 @@ To set up GitLab and its components to accommodate up to 3,000 users:
1.
[
Configure Prometheus
](
#configure-prometheus
)
to monitor your GitLab environment.
1.
[
Configure the Object Storage
](
#configure-the-object-storage
)
used for shared data objects.
1.
[
Configure Advanced Search (optional)
](
#configure-advanced-search
)
for faster,
more advanced code search across your entire GitLab instance.
1.
[
Configure NFS (Optional)
](
#configure-nfs-optional
)
to have shared disk storage service as an alternative to Gitaly and/or Object Storage (although
not recommended). NFS is required for GitLab Pages, you can skip this step if you're not using
...
...
@@ -1751,6 +1753,25 @@ work.
</a>
</div>
## Configure Advanced Search **(STARTER ONLY)**
NOTE:
**Note:**
Elasticsearch cluster design and requirements are dependent on your specific data.
For recommended best practices on how to set up your Elasticsearch cluster
alongside your instance, read how to
[
choose the optimal cluster configuration
](
../../integration/elasticsearch.md#guidance-on-choosing-optimal-cluster-configuration
)
.
You can leverage Elasticsearch and enable Advanced Search for faster, more
advanced code search across your entire GitLab instance.
[
Learn how to set it up.
](
../../integration/elasticsearch.md
)
<div
align=
"right"
>
<a
type=
"button"
class=
"btn btn-default"
href=
"#setup-components"
>
Back to setup components
<i
class=
"fa fa-angle-double-up"
aria-hidden=
"true"
></i>
</a>
</div>
## Configure NFS (optional)
[
Object storage
](
#configure-the-object-storage
)
, along with
[
Gitaly
](
#configure-gitaly
)
...
...
doc/administration/reference_architectures/50k_users.md
View file @
cc9fbb37
...
...
@@ -66,6 +66,8 @@ To set up GitLab and its components to accommodate up to 50,000 users:
1.
[
Configure Prometheus
](
#configure-prometheus
)
to monitor your GitLab environment.
1.
[
Configure the Object Storage
](
#configure-the-object-storage
)
used for shared data objects.
1.
[
Configure Advanced Search (optional)
](
#configure-advanced-search
)
for faster,
more advanced code search across your entire GitLab instance.
1.
[
Configure NFS (Optional)
](
#configure-nfs-optional
)
to have shared disk storage service as an alternative to Gitaly and/or Object Storage (although
not recommended). NFS is required for GitLab Pages, you can skip this step if you're not using
...
...
@@ -2025,6 +2027,25 @@ work.
</a>
</div>
## Configure Advanced Search **(STARTER ONLY)**
NOTE:
**Note:**
Elasticsearch cluster design and requirements are dependent on your specific data.
For recommended best practices on how to set up your Elasticsearch cluster
alongside your instance, read how to
[
choose the optimal cluster configuration
](
../../integration/elasticsearch.md#guidance-on-choosing-optimal-cluster-configuration
)
.
You can leverage Elasticsearch and enable Advanced Search for faster, more
advanced code search across your entire GitLab instance.
[
Learn how to set it up.
](
../../integration/elasticsearch.md
)
<div
align=
"right"
>
<a
type=
"button"
class=
"btn btn-default"
href=
"#setup-components"
>
Back to setup components
<i
class=
"fa fa-angle-double-up"
aria-hidden=
"true"
></i>
</a>
</div>
## Configure NFS (optional)
[
Object storage
](
#configure-the-object-storage
)
, along with
[
Gitaly
](
#configure-gitaly
)
...
...
doc/administration/reference_architectures/5k_users.md
View file @
cc9fbb37
...
...
@@ -70,6 +70,8 @@ To set up GitLab and its components to accommodate up to 5,000 users:
1.
[
Configure Prometheus
](
#configure-prometheus
)
to monitor your GitLab environment.
1.
[
Configure the Object Storage
](
#configure-the-object-storage
)
used for shared data objects.
1.
[
Configure Advanced Search (optional)
](
#configure-advanced-search
)
for faster,
more advanced code search across your entire GitLab instance.
1.
[
Configure NFS (Optional)
](
#configure-nfs-optional
)
to have shared disk storage service as an alternative to Gitaly and/or Object Storage (although
not recommended). NFS is required for GitLab Pages, you can skip this step if you're not using
...
...
@@ -1750,6 +1752,25 @@ work.
</a>
</div>
## Configure Advanced Search **(STARTER ONLY)**
NOTE:
**Note:**
Elasticsearch cluster design and requirements are dependent on your specific data.
For recommended best practices on how to set up your Elasticsearch cluster
alongside your instance, read how to
[
choose the optimal cluster configuration
](
../../integration/elasticsearch.md#guidance-on-choosing-optimal-cluster-configuration
)
.
You can leverage Elasticsearch and enable Advanced Search for faster, more
advanced code search across your entire GitLab instance.
[
Learn how to set it up.
](
../../integration/elasticsearch.md
)
<div
align=
"right"
>
<a
type=
"button"
class=
"btn btn-default"
href=
"#setup-components"
>
Back to setup components
<i
class=
"fa fa-angle-double-up"
aria-hidden=
"true"
></i>
</a>
</div>
## Configure NFS (optional)
[
Object storage
](
#configure-the-object-storage
)
, along with
[
Gitaly
](
#configure-gitaly
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment