Skip to content

Commit b2a5af7

Browse files
authored
[DOCS] Remove ESS icon from index.number_of_shards (#79653) (#79848)
`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 d065604 commit b2a5af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/index-modules.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ specific index module:
3636

3737
[[index-number-of-shards]]
3838
// tag::index-number-of-shards-tag[]
39-
`index.number_of_shards` {ess-icon}::
39+
`index.number_of_shards`::
4040
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.
4141
+
4242
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)