Skip to content

Commit

Permalink
style(formatting): technical review
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaausley committed Jan 3, 2024
1 parent 4c05261 commit 42bd684
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/reference/announcements.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ As of the 8.4 release, Camunda is compatible with Elasticsearch 8.9+ and no long
As of the 8.4 release, Zeebe, Operate, and Tasklist are now compatible with [Amazon OpenSearch](https://aws.amazon.com/de/opensearch-service/) 2.5.x. Note that using Amazon OpenSearch requires [setting up a new Camunda installation](/self-managed/platform-deployment/overview.md). A migration from previous versions or Elasticsearch environments is currently not supported.

:::info
The HELM charts are not yet prepared with the OpenSearch configurations as templates/pre-filled. The HELM charts can still be used to install for OpenSearch, but some adjustments are needed beforehand. Please refer to the [HELM deployment documentation](/self-managed/platform-deployment/helm-kubernetes/deploy.md) for further details.
The Helm charts are not yet prepared with the OpenSearch configurations as templates/pre-filled. The Helm charts can still be used to install for OpenSearch, but some adjustments are needed beforehand. Refer to the [Helm deployment documentation](/self-managed/platform-deployment/helm-kubernetes/deploy.md) for further details.
:::

## Camunda 8.3
Expand Down
13 changes: 6 additions & 7 deletions docs/self-managed/platform-deployment/helm-kubernetes/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,16 @@ The following charts will be installed as part of Camunda 8 Self-Managed:
- **Web Modeler**: Deploys the Web Modeler component that allows you to model BPMN processes in a collaborative way.
- _Note_: The chart is disabled by default and needs to be [enabled explicitly](#installing-web-modeler) as Web Modeler is only available to enterprise customers.

:::note AWS OpenSearch HELM support
The existing HELM charts use the Elasticsearch configurations by default and are not yet prepared with the OpenSearch configurations as templates/pre-filled. The HELM charts can still be used to install for OpenSearch, but some adjustments are needed beforehand.
:::note Amazon OpenSearch Helm support
The existing Helm charts use the Elasticsearch configurations by default and are not yet prepared with the OpenSearch configurations as templates/pre-filled. The Helm charts can still be used to install for OpenSearch, but some adjustments are needed beforehand.

**Zeebe**: Please ensure to configure [OpenSearch exporter](../../../zeebe-deployment/exporters/opensearch-exporter)
**Zeebe**: Configure the [OpenSearch exporter](../../../zeebe-deployment/exporters/opensearch-exporter).

**Operate** & **Tasklist**: These components use the same parameters for both Elasticsearch and Opensearch.
Replace the `elasticsearch` part of the relevant configuration key with `opensearch`, together with its appropriate value.
**Operate** & **Tasklist**: These components use the same parameters for both Elasticsearch and OpenSearch. Replace the `elasticsearch` part of the relevant configuration key with `opensearch`, together with its appropriate value.

For example, `CAMUNDA_OPERATE_ELASTICSEARCH_URL` becomes `CAMUNDA_OPERATE_OPENSEARCH_URL`
For example, `CAMUNDA_OPERATE_ELASTICSEARCH_URL` becomes `CAMUNDA_OPERATE_OPENSEARCH_URL`.

Please refer to the [Operate](../../../operate-deployment/operate-configuration/#settings-for-opensearch) and [Tasklist](../../../tasklist-deployment/tasklist-configuration/#elasticsearch-or-opensearch) configuration documentation for additional component configuration parameters to update.
Refer to the [Operate](../../../operate-deployment/operate-configuration/#settings-for-opensearch) and [Tasklist](../../../tasklist-deployment/tasklist-configuration/#elasticsearch-or-opensearch) configuration documentation for additional component configuration parameters to update.
:::

![Camunda 8 Self-Managed Architecture Diagram](../../platform-architecture/assets/camunda-platform-8-self-managed-architecture-diagram-combined-ingress.png)
Expand Down

0 comments on commit 42bd684

Please sign in to comment.