You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Problem
The Honeycomb sink responds HTTP 400 errors when we upgraded Vector to the latest version. The sink works well with Vector <= v0.32. After searching around I doubt that the breaking change happened after the HTTP client refactoring
The request body that I can capture is an object. According to Honeycomb's API docs the /1/batch/{datasetSlug}
API accepts an array of objects.
A note for the community
Problem
The Honeycomb sink responds HTTP 400 errors when we upgraded Vector to the latest version. The sink works well with Vector <= v0.32. After searching around I doubt that the breaking change happened after the HTTP client refactoring
The request body that I can capture is an object. According to Honeycomb's API docs the
/1/batch/{datasetSlug}
API accepts an array of objects.
Expected:
Configuration
Version
Debug Output
Example Data
No response
Additional Context
No response
References
No response
The text was updated successfully, but these errors were encountered: