Skip to content

[TASK] Update camunda-docs 8.10 pages for the removed global Elasticsearch and OpenSearch values #6918

Description

@bkenez

Description

Camunda chart 15.x removes the deprecated global.elasticsearch.* and global.opensearch.* value trees. Any 8.10 values file that sets either tree now fails helm install and helm upgrade through a root-level keyRemoved constraint.

The unversioned (next, 8.10) documentation must use the component-scoped replacements:

  • orchestration.data.secondaryStorage.elasticsearch.* or orchestration.data.secondaryStorage.opensearch.* for the Orchestration Cluster
  • optimize.database.elasticsearch.* or optimize.database.opensearch.* for Optimize and its legacy exporter

The following pages require migration:

  • docs/self-managed/components/orchestration-cluster/core-settings/configuration/partials/_secondary-storage.md
  • docs/self-managed/concepts/secondary-storage/configuring-secondary-storage.md
  • docs/self-managed/deployment/helm/cloud-providers/amazon/amazon-eks/eks-helm.md
  • docs/self-managed/deployment/helm/configure/authentication-and-authorization/microsoft-entra.md
  • docs/self-managed/deployment/helm/configure/database/elasticsearch/configure-elasticsearch-prefix-indices.md
  • docs/self-managed/deployment/helm/configure/secret-management.md
  • docs/self-managed/deployment/helm/configure/tls.md
  • docs/self-managed/deployment/helm/install/production/index.md
  • docs/self-managed/upgrade/helm/890-to-8100.md
  • docs/self-managed/upgrade/prepare-for-upgrade.md

The upgrade documentation must describe removal of the complete trees, not only individual TLS keys. It must also correct the statements that the keys remain supported in 8.10 and that users can enable the removed bundled Elasticsearch subchart.

Versioned 8.7-8.9 documentation remains unchanged because the global values are still supported on those chart lines.

Acceptance criteria

  • Replace active global.elasticsearch.* and global.opensearch.* configuration in every listed unversioned page with the correct component-scoped values.
  • Ensure self-contained Orchestration examples explicitly select orchestration.data.secondaryStorage.type.
  • Configure both Orchestration and Optimize when an example enables both consumers.
  • Document the complete 8.9-to-8.10 migration mapping, including URL, authentication, TLS, AWS, prefix, JKS password, and cluster-name behavior.
  • Remove instructions that enable the Elasticsearch subchart removed from chart 15.x.
  • Leave versioned 8.7-8.9 documentation unchanged.
  • Pass camunda-docs formatting and PR validation.

References

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions