Skip to content

Commit

Permalink
chore(reference): update supported environments and add references
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxTru committed Jul 20, 2023
1 parent 1789011 commit 5711afb
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/reference/supported-environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ We highly recommend running Camunda Platform 8 Self-Managed in a Kubernetes envi

Requirements for the components can be seen below:

| Component | Java version | Other requirements |
| ----------- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------- |
| Zeebe | OpenJDK 17+ | Elasticsearch 7.16.x, 7.17.x (only if Elastic exporter is used), 8.5.x, 8.6.x, OpenSearch 2.5.x (only if OpenSearch exporter is used) |
| Operate | OpenJDK 17+ | Elasticsearch 7.16.x, 7.17.x, 8.5.x, 8.6.x |
| Tasklist | OpenJDK 17+ | Elasticsearch 7.16.x, 7.17.x, 8.5.x, 8.6.x |
| Identity | OpenJDK 17+ | Keycloak 21.x<br/>PostgreSQL 14.x, 15.x |
| Optimize | OpenJDK 11+ | Elasticsearch 7.16.x, 7.17.x, 8.5.x, 8.6.x |
| Web Modeler | - | Keycloak 21.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) |
| Component | Java version | Other requirements |
| ----------- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Zeebe | OpenJDK 17+ | Elasticsearch 8.7.x+, Amazon OpenSearch 2.5.x+ (only if [OpenSearch exporter](../self-managed/zeebe-deployment/exporters/opensearch-exporter.md) is used) |
| Operate | OpenJDK 17+ | Elasticsearch 8.7.x+, Amazon OpenSearch 2.5.x+ |
| Tasklist | OpenJDK 17+ | Elasticsearch 8.7.x+, Amazon OpenSearch 2.5.x+ |
| Identity | OpenJDK 17+ | Keycloak 21.x<br/>PostgreSQL 14.x, 15.x |
| Optimize | OpenJDK 11+ | Elasticsearch 8.7.x+, Amazon OpenSearch 2.5.x+ |
| Web Modeler | - | Keycloak 21.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) |

### Version Matrix

Expand Down
4 changes: 4 additions & 0 deletions docs/self-managed/operate-deployment/operate-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@ camunda.operate:
## Zeebe Elasticsearch or OpenSearch exporter
:::note
Please refer to [Supported Environments](../../reference/supported-environments.md#camunda-platform-8-self-managed) to find out which versions of Elasticsearch or OpenSearch are supported in a Camunda Platform 8 Self-Managed setup.
:::
For Elasticsearch, Operate imports data from indices created and filled in by the [Zeebe Elasticsearch exporter](../zeebe-deployment/exporters/elasticsearch-exporter.md). <br/>For OpenSearch, Operate imports data from indices created and filled in by the [Zeebe OpenSearch exporter](../zeebe-deployment/exporters/opensearch-exporter.md).
Therefore, settings for this Elasticsearch or Opensearch connection must be defined and must correspond to the settings on the Zeebe side.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ sidebar_label: "Elasticsearch"
description: "The Zeebe Elasticsearch exporter acts as a bridge between Zeebe and Elasticsearch."
---

:::note
Please refer to [Supported Environments](../../../reference/supported-environments.md#camunda-platform-8-self-managed) to find out which versions of Elasticsearch are supported in a Camunda Platform 8 Self-Managed setup.
:::

The Zeebe Elasticsearch exporter acts as a bridge between
[Zeebe](https://zeebe.io/) and [Elasticsearch](https://www.elastic.co/products/elasticsearch) by
exporting records written to Zeebe streams as documents into several indices.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ sidebar_label: "OpenSearch"
description: "The Zeebe OpenSearch exporter acts as a bridge between Zeebe and OpenSearch."
---

:::note
Please refer to [Supported Environments](../../../reference/supported-environments.md#camunda-platform-8-self-managed) to find out which versions of OpenSearch are supported in a Camunda Platform 8 Self-Managed setup.
:::

The Zeebe OpenSearch Exporter acts as a bridge between
[Zeebe](https://camunda.com/platform/zeebe/) and [OpenSearch](https://opensearch.org) by
exporting records written to Zeebe streams as documents into several indices.
Expand Down

0 comments on commit 5711afb

Please sign in to comment.