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
What is the bug?
When creating transform jobs, even if the request format contains unsupported aggregation types, the transform API still returns 201 success. After the transform job created, the job has Error Status.
How can one reproduce the bug?
In Dev Tools set a request to create a transform job:
In Index Management - Transform Jobs, this job can be seen with Status: Error: Failed to search data in source indices.
What is the expected behavior?
IN OS 2.5 or earlier version, transform does not support bucket_script in aggregation. It should throw exception to reflect this eror.
What is your host/environment?
OS: AWS Managed Service
Version: OS 1.3 & OS 2.3
The text was updated successfully, but these errors were encountered:
What is the bug?
When creating transform jobs, even if the request format contains unsupported aggregation types, the transform API still returns 201 success. After the transform job created, the job has Error Status.
How can one reproduce the bug?
In Dev Tools set a request to create a transform job:
It returns 201 success.
In Index Management - Transform Jobs, this job can be seen with Status: Error: Failed to search data in source indices.
What is the expected behavior?
IN OS 2.5 or earlier version, transform does not support bucket_script in aggregation. It should throw exception to reflect this eror.
What is your host/environment?
The text was updated successfully, but these errors were encountered: