Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit aebbb00

Browse files
OpenSearch: Add missing config option (#1656)
1 parent 17fb02f commit aebbb00

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

content/en/references/configuration.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,13 +188,16 @@ This section covers configuration options that are specific to certain AWS servi
188188
| `PROVIDER_OVERRIDE_ELASTICACHE` | `legacy` | Use the legacy ElastiCache provider. |
189189
| `REDIS_CONTAINER_MODE` | `1`\|`0` (default) | Start ElastiCache cache nodes in separate containers instead of in the LocalStack container |
190190

191-
### Elasticsearch
191+
### ElasticSearch
192192

193193
{{< 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.
196195
{{< /callout >}}
197196

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 |
200+
198201
### EventBridge
199202

200203
| Variable | Example Values | Description |
@@ -289,6 +292,7 @@ Please consult the [migration guide]({{< ref "user-guide/aws/lambda#migrating-to
289292
| `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. |
290293
| `OPENSEARCH_ENDPOINT_STRATEGY` | `path`\|`domain`\|`port` | Governs how domain endpoints are created to access a cluster (see [Opensearch Endpoints]({{< ref "opensearch#endpoints" >}})). |
291294
| `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 |
292296

293297
### RDS
294298

@@ -387,7 +391,6 @@ To learn more about these configuration options, see [Cloud Pods]({{< ref "user-
387391
| - | - | - |
388392
| `SKIP_SSL_CERT_DOWNLOAD` | | Whether to skip downloading the SSL certificate for localhost.localstack.cloud |
389393
| `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 |
391394
| `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. |
392395
| `DISABLE_EVENTS` | `1` | Whether to disable publishing LocalStack events |
393396
| `OUTBOUND_HTTP_PROXY` | `http://10.10.1.3` | HTTP Proxy used for downloads of runtime dependencies and connections outside LocalStack itself |

0 commit comments

Comments
 (0)