You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy-manage/autoscaling/trained-model-autoscaling.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,8 +133,8 @@ In case of ingest-optimized deployments, we maximize the number of model allocat
133
133
| Level | Allocations | Threads | VCUs |
134
134
| --- | --- | --- | --- |
135
135
| Low | 0 to 2 dynamically | 1 | 0 to 16 dynamically |
136
-
| Medium |1 to 32 dynamically | 1 | 8 to 256 dynamically |
137
-
| High |1 to 512 for Search<br> 1 to 128 for Security and Observability<br> | 1 | 8 to 4096 for Search<br> 8 to 1024 for Security and Observability<br> |
136
+
| Medium |0 to 32 dynamically | 1 | 8 to 256 dynamically |
137
+
| High |0 to 512 for Search<br> 1 to 128 for Security and Observability<br> | 1 | 8 to 4096 for Search<br> 8 to 1024 for Security and Observability<br> |
Copy file name to clipboardExpand all lines: deploy-manage/deploy/self-managed/install-elasticsearch-docker-configure.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,7 @@ If you’ve already created the keystore and don’t need to update it, you can
124
124
-e KEYSTORE_PASSWORD=mypassword
125
125
```
126
126
127
+
When you upgrade your cluster to a newer version, {{es}} will attempt to automatically upgrade the `elasticsearch.keystore` file to match. However, bind-mounted files are read-only, so {{es}} cannot automatically upgrade a bind-mounted `elasticsearch.keystore` file. Instead, if you are bind-mounting the `elasticsearch.keystore` file directly, you must use the `bin/elasticsearch-keystore upgrade` command to manually upgrade each node's keystore when you upgrade that node.
127
128
128
129
## Using custom Docker images [_c_customized_image]
0 commit comments