Skip to content

Commit 5581168

Browse files
authored
[DOCS] Remove ESS icon from index.number_of_shards (elastic#79653) (elastic#79850)
`index.number_of_shards` is an index setting and can't be configured in `elasticsearch.yml` using Cloud's [edit user settings feature][0]. [0]: https://www.elastic.co/guide/en/cloud/current/ec-add-user-settings.html
1 parent ff7e238 commit 5581168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/index-modules.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ specific index module:
3939

4040
[[index-number-of-shards]]
4141
// tag::index-number-of-shards-tag[]
42-
`index.number_of_shards` {ess-icon}::
42+
`index.number_of_shards`::
4343
The number of primary shards that an index should have. Defaults to `1`. This setting can only be set at index creation time. It cannot be changed on a closed index.
4444
+
4545
NOTE: The number of shards are limited to `1024` per index. This limitation is a safety limit to prevent accidental creation of indices that can destabilize a cluster due to resource allocation. The limit can be modified by specifying `export ES_JAVA_OPTS="-Des.index.max_number_of_shards=128"` system property on every node that is part of the cluster.

0 commit comments

Comments
 (0)