Skip to content

Commit

Permalink
update documentation of supported ES versions (#2483)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdboyd authored Mar 28, 2024
1 parent b72d3fb commit 18e5b7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _docs/services/aws-elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,23 @@ Note: AWS Elasticsearch creation times will vary and is outside of Cloud.gov's c
name | required | description | example
-----------------|----------|--------------------------|---------
`advanced_options` | false | map for advanced options | see below
`ElasticsearchVersion` | false | Specifies a supported major version in search (must be in "") | `OpenSearch_1.3`
`ElasticsearchVersion` | false | Specifies a supported major version in search (must be in "") | `OpenSearch_2.11`

These are the current supported major versions for Elasticsearch version:

- `Elasticsearch_7.4`
- `Elasticsearch_7.10`
- `OpenSearch_1.3`
- `OpenSearch_2.3`
- `OpenSearch_2.11`

If you don't specify any option, currently `Elasticsearch_7.4` is used by default.
If you don't specify any option, currently `Elasticsearch_7.10` is used by default.

If you want to specify the Elasticsearch version:

```sh
cf create-service aws-elasticsearch \
${SERVICE_PLAN_NAME} \
${SERVICE_NAME} \
-c '{"ElasticsearchVersion": "OpenSearch_2.3"}'
-c '{"ElasticsearchVersion": "OpenSearch_2.11"}'
```

### Advanced Options
Expand Down

0 comments on commit 18e5b7f

Please sign in to comment.