Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENHANCEMENT] Provide a global prefix for the Standalone Camunda application (used in ES/OS) #2610

Open
Tracked by #23807
ChrisKujawa opened this issue Nov 25, 2024 · 0 comments
Labels
cycle/alpha3 Tasks will be done in alpha3 cycle kind/enhancement New feature or request

Comments

@ChrisKujawa
Copy link
Member

ChrisKujawa commented Nov 25, 2024

Describe the use case:

When using the (new) Camunda Exporter you can choose as backend between Elasticsearch and Opensearch. The Camunda Exporter will store the data in the respective backends under certain indices, these indices can be prefixed, such that potentially multiple SM installations can be deployed and ES or OS instances can be reused.

Describe the enhancement/feature:

Camunda Exporter (Write) and other components (that read), like Operate, Tasklist and REST API support the definition for an index prefix. Right now there is no single configuration even when using the Standalone Camunda application. This will come with 8.8.

A user would need to configure multiple places to get the prefix usage working correctly. We want to use the Helm charts as the abstraction layer where we can combine all the prefixes under one configuration.

Desired outcome and acceptance tests:

As a user I can define one value, like indexPrefix and this sets the necessary configurations in all places

AT:

  • Using the prefix stores the data in indices that contain the prefix in their name. Data is retrievable by the Webapps without issues.

Relates to camunda/camunda#23807

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cycle/alpha3 Tasks will be done in alpha3 cycle kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant