diff options
Diffstat (limited to 'doc/development/elasticsearch.md')
-rw-r--r-- | doc/development/elasticsearch.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/elasticsearch.md b/doc/development/elasticsearch.md index e3ec69b6489..b8d2a873d8b 100644 --- a/doc/development/elasticsearch.md +++ b/doc/development/elasticsearch.md @@ -193,7 +193,7 @@ You might get an error such as This is because you've exceeded the disk space threshold - it thinks you don't have enough disk space left, based on the default 95% threshold. -In addition, the `read_only_allow_delete` setting will be set to `true`. It will block indexing, `forcemerge`, etc +In addition, the `read_only_allow_delete` setting will be set to `true`. It will block indexing, `forcemerge`, etc ``` curl "http://localhost:9200/gitlab-development/_settings?pretty" |