-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
-
Not defined
Brief summary of the bug. What is it ? Where is it ?
We don't have data in Optimize SM mode, so we need data generator in docker-compose.ccsm.yml file.
operate: image: camunda/operate:8.1.0-alpha5 container_name: operate environment: - CAMUNDA_OPERATE_ZEEBE_GATEWAYADDRESS=zeebe:26500 - CAMUNDA_OPERATE_ELASTICSEARCH_URL=http://elasticsearch:9200 - CAMUNDA_OPERATE_ZEEBEELASTICSEARCH_URL=http://elasticsearch:9200 - CAMUNDA_OPERATE_ARCHIVER_WAITPERIODBEFOREARCHIVING=1m - SPRING_PROFILES_ACTIVE=dev-data -CAMUNDA_OPERATE_IDENTITY_ISSUER_URL=http://localhost:18080/auth/realms/camunda-platform - CAMUNDA_OPERATE_IDENTITY_ISSUER_BACKEND_URL=http://localhost:18080/auth/realms/camunda-platform - CAMUNDA_OPERATE_IDENTITY_CLIENT_ID=operate - CAMUNDA_OPERATE_IDENTITY_CLIENT_SECRET=the-cake-is-alive - CAMUNDA_OPERATE_IDENTITY_AUDIENCE=operate-api - management.endpoint.health.group.liveness.include=elsIndicesCheck ports: - 8080:8080 depends_on: - elasticsearch - zeebe networks: - optimize
Additional note: Elasticsearch version in this file also should be updated.