Skip to content

Commit

Permalink
docs: changing ES supported versions (#2749)
Browse files Browse the repository at this point in the history
* docs: changing ES supported versions

* backport

---------

Co-authored-by: Christina Ausley <[email protected]>
Co-authored-by: christinaausley <[email protected]>
  • Loading branch information
3 people authored Oct 16, 2023
1 parent b69f2de commit e11661a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions docs/reference/supported-environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ Requirements for the components can be seen below:

| Component | Java version | Other requirements |
| ----------- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------- |
| Zeebe | OpenJDK 17+ | Elasticsearch 8.7.x+ |
| Operate | OpenJDK 17+ | Elasticsearch 8.7.x+ |
| Tasklist | OpenJDK 17+ | Elasticsearch 8.7.x+ |
| Zeebe | OpenJDK 17+ | Elasticsearch 8.8.x+ |
| Operate | OpenJDK 17+ | Elasticsearch 8.8.x+ |
| Tasklist | OpenJDK 17+ | Elasticsearch 8.8.x+ |
| Identity | OpenJDK 17+ | Keycloak 21.x<br/>PostgreSQL 14.x, 15.x |
| Optimize | OpenJDK 11+ | Elasticsearch 8.7.x+ |
| Optimize | OpenJDK 11+ | Elasticsearch 8.8.x+ |
| Web Modeler | - | Keycloak 22.x<br/>PostgreSQL 13.x, 14.x, 15.x, Amazon Aurora PostgreSQL 13.x, 14.x, 15.x (other database systems are currently not supported) |

:::note Elasticsearch support
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ Here you will find information about:

### Elasticsearch

With 8.3/3.11, Optimize now supports Elasticsearch `8.7` and `8.8`. Elasticsearch `8.5` and `8.6` are no longer supported.
With 8.3/3.11, Optimize now supports Elasticsearch `8.8`. Elasticsearch `8.5`, `8.6` and `8.7` are no longer supported.
Additionally, please note there are temporary changes in Optimize's Elasticsearch support as detailed below:

| Optimize version | Elasticsearch version |
| --------------------------------------- | -------------------------------- |
| Optimize 3.10.0 - Optimize 3.10.3 | 7.16.2+, 7.17.0+, 8.5.0+, 8.6.0+ |
| Optimize 3.10.4 | 7.16.2+, 7.17.0+, 8.7.0+, 8.8.0+ |
| Optimize 3.10.5 - Optimize 8.3.x/3.11.x | 7.16.2+, 7.17.0+, 8.5.0+, 8.6.0+ |
| Optimize 8.3.x/3.11.x | 8.7.0+, 8.8.0+ |
| Optimize 8.3.x/3.11.x | 8.8.0+ |

See the [supported environments]($docs$/reference/supported-environments) section for the full range of supported versions.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ Here you will find information about:

### Elasticsearch

With 8.3/3.11, Optimize now supports Elasticsearch `8.7` and `8.8`. Elasticsearch `8.5` and `8.6` are no longer supported.
With 8.3/3.11, Optimize now supports Elasticsearch `8.8`. Elasticsearch `8.5`, `8.6` and `8.7` are no longer supported.
Additionally, please note there are temporary changes in Optimize's Elasticsearch support as detailed below:

| Optimize version | Elasticsearch version |
| --------------------------------------- | -------------------------------- |
| Optimize 3.10.0 - Optimize 3.10.3 | 7.16.2+, 7.17.0+, 8.5.0+, 8.6.0+ |
| Optimize 3.10.4 | 7.16.2+, 7.17.0+, 8.7.0+, 8.8.0+ |
| Optimize 3.10.5 - Optimize 8.3.x/3.11.x | 7.16.2+, 7.17.0+, 8.5.0+, 8.6.0+ |
| Optimize 8.3.x/3.11.x | 8.7.0+, 8.8.0+ |
| Optimize 8.3.x/3.11.x | 8.8.0+ |

See the [supported environments]($docs$/reference/supported-environments) section for the full range of supported versions.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ Requirements for the components can be seen below:

| Component | Java version | Other requirements |
| ----------- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------- |
| Zeebe | OpenJDK 17+ | Elasticsearch 8.7.x+ |
| Operate | OpenJDK 17+ | Elasticsearch 8.7.x+ |
| Tasklist | OpenJDK 17+ | Elasticsearch 8.7.x+ |
| Zeebe | OpenJDK 17+ | Elasticsearch 8.8.x+ |
| Operate | OpenJDK 17+ | Elasticsearch 8.8.x+ |
| Tasklist | OpenJDK 17+ | Elasticsearch 8.8.x+ |
| Identity | OpenJDK 17+ | Keycloak 21.x<br/>PostgreSQL 14.x, 15.x |
| Optimize | OpenJDK 11+ | Elasticsearch 8.7.x+ |
| Optimize | OpenJDK 11+ | Elasticsearch 8.8.x+ |
| Web Modeler | - | Keycloak 22.x<br/>PostgreSQL 13.x, 14.x, 15.x, Amazon Aurora PostgreSQL 13.x, 14.x, 15.x (other database systems are currently not supported) |

:::note Elasticsearch support
Expand Down

0 comments on commit e11661a

Please sign in to comment.