-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support AWS OpenSearch Serverless for elasticsearch
sink
#16252
Comments
elasticsearch
sink
I agree that we should support this. |
@AvihaiSam Could you please test the fix from the branch - #16590 ? I have no ability to test it on my own right now. You need to build Vector from the provided PR and test with your setup with AWS OpenSearch Serverless. Thanks in advance! |
Hey @zamazan4ik,
Hope to hear from AWS and will let you know if/when I will have access to a new cluster... |
What version did you compile? Does it have the same fixes for AOSS as from my branch? |
I tried my own implementation here |
@AvihaiSam 👋🏻 I have interest in getting vector working with OpenSearch Serverless; any objection to me taking what you've got in your tree and seeing what the current gaps are, and me getting it committed with you listed as primary author if I can get to success? Or do you have current plans or thoughts? |
@handlerbot sure. I left it there hoping someone will find the time to work on that. |
I'm so interested in this support. Do you have any progress? |
I have Amazon OpenSearch Serverless support implemented, and a PR is submitted: #21676 🤞🏻 FYI to @AvihaiSam: You were almost there with your earlier branch; the part I had to hurdle was tweaking the params to the AWS Signature V4 call to have it include the |
Thanks a lot for this! I had no idea... |
@AvihaiSam You can wipe https://github.com/AvihaiSam/vector/tree/feature/opensearch-serverless now if you want to clean up! |
AWS OpenSearch Serverless Service endpoint is
aoss
instead ofes
.Please add a config to distinguish ES from AOSS, and fix
sign_request
call.vector/src/sinks/elasticsearch/common.rs
Line 258 in c7a4d7b
I'm not sure if there are future changes needs to be done afterwards.
The text was updated successfully, but these errors were encountered: