File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
java/org/elasticsearch/common
resources/org/elasticsearch/common Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ public enum ReferenceDocs {
8484 ALLOCATION_EXPLAIN_MAX_RETRY ,
8585 SECURE_SETTINGS ,
8686 CLUSTER_SHARD_LIMIT ,
87+ DEPLOY_CLOUD_DIFF_FROM_STATEFUL ,
8788 // this comment keeps the ';' on the next line so every entry above has a trailing ',' which makes the diff for adding new links cleaner
8889 ;
8990
Original file line number Diff line number Diff line change @@ -45,4 +45,5 @@ CIRCUIT_BREAKER_ERRORS troubleshoot/ela
4545ALLOCATION_EXPLAIN_NO_COPIES troubleshoot/elasticsearch/diagnose-unassigned-shards#no-shard-copy
4646ALLOCATION_EXPLAIN_MAX_RETRY troubleshoot/elasticsearch/diagnose-unassigned-shards#maximum-retries-exceeded
4747SECURE_SETTINGS deploy-manage/security/secure-settings
48- CLUSTER_SHARD_LIMIT reference/elasticsearch/configuration-reference/miscellaneous-cluster-settings#cluster-shard-limit
48+ CLUSTER_SHARD_LIMIT reference/elasticsearch/configuration-reference/miscellaneous-cluster-settings#cluster-shard-limit
49+ DEPLOY_CLOUD_DIFF_FROM_STATEFUL deploy-manage/deploy/elastic-cloud/differences-from-other-elasticsearch-offerings
You can’t perform that action at this time.
0 commit comments