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
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: content/en/references/configuration.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -188,13 +188,16 @@ This section covers configuration options that are specific to certain AWS servi
188
188
|`PROVIDER_OVERRIDE_ELASTICACHE`|`legacy`| Use the legacy ElastiCache provider. |
189
189
|`REDIS_CONTAINER_MODE`|`1`\|`0` (default) | Start ElastiCache cache nodes in separate containers instead of in the LocalStack container |
190
190
191
-
### Elasticsearch
191
+
### ElasticSearch
192
192
193
193
{{< callout >}}
194
-
The OpenSearch configuration variables are used to manage both OpenSearch and ElasticSearch clusters.
195
-
See [here](#opensearch).
194
+
Also see [OpenSearch configuration variables]({{< ref "configuration#opensearch" >}}) which are used to manage both OpenSearch and ElasticSearch clusters.
196
195
{{< /callout >}}
197
196
197
+
| Variable | Example Values | Description |
198
+
| - | - | - |
199
+
|`IGNORE_ES_DOWNLOAD_ERRORS`|`0`\|`1`| Whether to ignore errors (e.g., network/SSL) when downloading ElasticSearch plugins |
|`OPENSEARCH_MULTI_CLUSTER`|`1`\|`0`| When activated, LocalStack will spawn one OpenSearch cluster per domain. Otherwise all domains will share a single cluster instance. This is ignored if `OPENSEARCH_CUSTOM_BACKEND` is set. |
290
293
|`OPENSEARCH_ENDPOINT_STRATEGY`|`path`\|`domain`\|`port`| Governs how domain endpoints are created to access a cluster (see [Opensearch Endpoints]({{< ref "opensearch#endpoints" >}})). |
291
294
|`SKIP_INFRA_DOWNLOADS`|`1`\|`0` (default) |**Deprecated since 1.3.0** Whether to skip downloading additional infrastructure components (e.g., specific Elasticsearch versions) |
295
+
|`IGNORE_OS_DOWNLOAD_ERRORS`|`0`\|`1`| Whether to ignore errors (e.g., network/SSL) when downloading OpenSearch plugins |
292
296
293
297
### RDS
294
298
@@ -387,7 +391,6 @@ To learn more about these configuration options, see [Cloud Pods]({{< ref "user-
387
391
| - | - | - |
388
392
|`SKIP_SSL_CERT_DOWNLOAD`|| Whether to skip downloading the SSL certificate for localhost.localstack.cloud |
389
393
|`CUSTOM_SSL_CERT_PATH`|`/var/lib/localstack/custom/server.test.pem`| Defines the absolute path to a custom SSL certificate for localhost.localstack.cloud |
390
-
|`IGNORE_ES_DOWNLOAD_ERRORS`|| Whether to ignore errors (e.g., network/SSL) when downloading Elasticsearch plugins |
391
394
|`OVERRIDE_IN_DOCKER`|| Overrides the check whether LocalStack is executed within a docker container. If set to `true`, LocalStack assumes it runs in a docker container. Should not be set unless necessary. |
392
395
|`DISABLE_EVENTS`|`1`| Whether to disable publishing LocalStack events |
393
396
|`OUTBOUND_HTTP_PROXY`|`http://10.10.1.3`| HTTP Proxy used for downloads of runtime dependencies and connections outside LocalStack itself |
0 commit comments