Broken auth for Elasticsearch sink after version 0.32.1 #21728
|
Does anyone experienced issues with authorising Elasticsearch sink after version 0.32.1? Tried upgrading straight from 0.30.0 to 0.42.0 and my previously fine working config just not accepting auth credentials for elasticsearch in any form. Rolling back to 0.32.1 fixes it. Creds separately working well. To be clear, behind opensearch sink we use AWS Opensearch 1.3 with enabled Elasticsearch 7.10 API compatibility. |
Replies: 4 comments 6 replies
|
Hey! I'm not seeing anything that seems relevant in the release notes for v0.33.0. Are you using AWS authentication? Can you share:
You could also try enabling debug logs for the AWS SDK by setting the |
|
@jszwedko Of course! I've also checked changelogs for anything related to it and did not succeed either. Speaking of AWS SDK behaviour, I use built in basic auth for my Opensearch, so I don't think there will be anything useful. Here is my configuration file: And here is log output running this config on And on version 0.33.0, running with the very same config and Opensearch credentials: |
|
I have met this situation too when I upgraded from 0.31.x to 0.39.x. Here are my sink configuration Here are my log output |
|
to anyone who faced this issue, i faced the same issue and managed to solve it by appending My configuration Working (200 OK) Not Working (401) |


to anyone who faced this issue, i faced the same issue and managed to solve it by appending
/_dashboardsin my sinks. Without the value, it will be 401 @nhlushakMy configuration
Working (200 OK)
Not Working (401)