Opensearch exporter fails with 400 on AWS Opensearch service #18251
Labels
component/zeebe
Related to the Zeebe component/team
kind/bug
Categorizes an issue or PR as a bug
version:8.4.7
Marks an issue as being completely or in parts released in 8.4.7
version:8.5.1
Marks an issue as being completely or in parts released in 8.5.1
version:8.6.0-alpha1
Label that represents issues released on verions 8.6.0-alpha1
version:8.6.0
Label that represents issues released on version 8.6.0
Describe the bug
When connecting the zeebe opensearch exporter with the AWS Opensearch service some requests (like removing all ISM policies from zeebe indices) fail with a HTTP 400 without further indication why in the response body.
To Reproduce
Investigation
Debugging the failing calls by executing them manually via curl revealed the cause is a missing "/" at the beginning of the path like here.
See the following curl example that tries the same request without and with the leading "/" using the
--request-target
param.Expected behavior
Requests should succees like on a bare opensearch instance as used during integration testing.
Log/Stacktrace
Full Stacktrace
Environment:
The text was updated successfully, but these errors were encountered: