-
Task
-
Resolution: Won't Do
-
L3 - Default
-
None
-
None
-
3
-
M
The Zeebe ITs currently fail on AWS ES because of an unsupported operation on AWS. Specifically, the Zeebe exporter uses component templating, whose operations aren't supported by our current (or any) version of ES on AWS: https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/aes-supported-es-operations.html#es_version_7_8
We should find a way in which our Zeebe tests can be run on AWS. Or alternatively, we could disable the Zeebe tests on AWS, because this is not currently a supported use case
Hints:
- It might make sense to investigate the possibility of Optimize reading Zeebe data from a separate ES instance in general. This way, the Zeebe exporter logic/dependencies can be decoupled completely, and in this case the exporter ES instance would not be an AWS instance