Skip to content

Commit 3321e07

Browse files
authored
Prefer ES_PREFIX value for namespace config (#1791)
1 parent 9c8d88e commit 3321e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/admin/elasticsearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The value for `ES_PRESET` depends on the size of your Elasticsearch and will be
8484
- `small_cluster` if you have less than 6 nodes in your cluster. Indices will be configured with 1 replica
8585
- `large_cluster` if you have 6 or more nodes in your cluster. Indices will be configured with more shards than with the `small_cluster` setting, to allow them to be distributed over more nodes
8686

87-
If you have multiple Mastodon servers on the same machine, and you are planning to use the same Elasticsearch installation for all of them, make sure that all of them have unique `REDIS_NAMESPACE` in their configurations, to differentiate the indices. If you need to override the prefix of the Elasticsearch indices, you can set `ES_PREFIX` directly.
87+
If you have multiple Mastodon servers on the same machine, and you are planning to use the same Elasticsearch installation for all of them, make sure that all of them have unique `ES_PREFIX` values configured to differentiate the indices.
8888

8989
### Security
9090

0 commit comments

Comments
 (0)