summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Koller <mkoller@gitlab.com>2019-08-27 11:15:44 +0200
committerMarkus Koller <mkoller@gitlab.com>2019-08-27 11:19:11 +0200
commit0564868171b74dccd0f41e0b611aae8b3b0ed42b (patch)
tree77469827f7846b35d798b0fb92a0fae1af214bf8
parent77da74a567adeb851b0204a8e6f0bb1e08009fe6 (diff)
downloadgitlab-ce-docs-es-web-indexing.tar.gz
fixup! Document ES web indexingdocs-es-web-indexing
-rw-r--r--doc/integration/elasticsearch.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/integration/elasticsearch.md b/doc/integration/elasticsearch.md
index 59731c8303e..dc4aa9a5373 100644
--- a/doc/integration/elasticsearch.md
+++ b/doc/integration/elasticsearch.md
@@ -131,6 +131,8 @@ total are being tracked in [epic &153](https://gitlab.com/groups/gitlab-org/-/ep
In order to enable Elasticsearch, you need to have admin access. Navigate to
**Admin Area** (wrench icon), then **Settings > Integrations** and expand the **Elasticsearch** section.
+Click **Save changes** for the changes to take effect.
+
The following Elasticsearch settings are available:
| Parameter | Description |
@@ -171,10 +173,10 @@ from the Elasticsearch index as expected.
To disable the Elasticsearch integration:
-1. Navigate to the **Admin Area** (wrench icon), then **Settings > Integrations**
+1. Navigate to the **Admin Area** (wrench icon), then **Settings > Integrations**.
1. Expand the **Elasticsearch** section and uncheck **Elasticsearch indexing**
- and **Search with Elasticsearch enabled**
-1. Click **Save** for the changes to take effect
+ and **Search with Elasticsearch enabled**.
+1. Click **Save changes** for the changes to take effect.
1. (Optional) Delete the existing index by running one of these commands:
```sh
@@ -194,7 +196,6 @@ To backfill existing data, you can use one of the methods below to index it in b
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/15390) in [GitLab Starter](https://about.gitlab.com/pricing/) 12.3.
-1. Navigate to the **Admin Area** (wrench icon), then **Settings > Integrations** and expand the **Elasticsearch** section
To index via the admin area:
1. Navigate to the **Admin Area** (wrench icon), then **Settings > Integrations** and expand the **Elasticsearch** section.
@@ -209,8 +210,7 @@ To index via the admin area:
bundle exec rake gitlab:elastic:create_empty_index RAILS_ENV=production
```
-1. Click **Start Indexing**
-1. Click **Start Indexing**.
+1. Click **Index all projects**.
1. Click **Check progress** in the confirmation message to see the status of the background jobs.
1. Personal snippets need to be indexed manually by running one of these commands: