Camunda 8 system configuration
General settings​
| YAML Path | Default Value | Description |
|---|---|---|
| zeebe.enabled | false | Toggles whether Optimize should attempt to import data from the connected Zeebe instance. |
| zeebe.name | zeebe-record | The name suffix of the exported Zeebe records. This must match the record-prefix configured in the exporter of the instance. |
| zeebe.partitionCount | 1 | The number of partitions configured for the Zeebe record source. |
| zeebe.maxImportPageSize | 200 | The max page size for importing Zeebe data. |
Settings required for multi-tenancy​
Camunda 8 Self-Managed onlyFor more information on multi-tenancy in Camunda 8 Self-Managed environments, refer to this page.
To use multi-tenancy, the feature must be enabled across all components.
| YAML path | Default value | Description |
|---|---|---|
| multitenancy.enabled | false | Enables the Camunda 8 multi-tenancy feature in Optimize. |
| security.auth.ccsm.baseUrl | null | The base URL of Identity. |