-
Notifications
You must be signed in to change notification settings - Fork 80
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
[Bug]: Cannot run delete-transform-group-by-terms
in transform
test procedure for the eventdata
workload
#714
Comments
I wanted to also add that I'm getting the same error in the |
For event-data, seems like we need to update |
Tried matching up with the current API, but there seems to still be an issue with 'transforms'. Here is another snippet from my log file:
|
I'm getting it to work when using the path:
However, getting a param or body 400 error with the request. Complaining about the "index" field, which might be related to "dest" being in the params. |
Our documentation is currently lacking pages for transform API in OpenSearch Py https://opensearch-project.github.io/opensearch-py/api-ref.html |
Created issue with opensearch-py repository to see opensearch-project/opensearch-py#872. The unittests did not capture this because it uses
|
We can find a short term fix for this. After applying the fix, we consider contributing to this opensearch-project/opensearch-py#872 (comment) |
Describe the bug
When running the
transform
test procedure foreventdata
, I get the following error when getting to thedelete-transform-group-by-terms
operation:To reproduce
Personally, I tried this with a 1 node 2.10 cluster, and a 3 node 2.5 cluster. Both resulted in the same error
Relevant log output
The text was updated successfully, but these errors were encountered: