-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[ML] GET _transform only returns 100 #43052
Copy link
Copy link
Closed
Labels
Description
Found in 7.2.0-BC5
GET _data_frame/transforms/_all will only return up to 100 documents.
GET _data_frame/transforms/_all?size=200 will return up to 200 documents.
If I had 105 data frame transforms, and I ran GET _data_frame/transforms/_all without specifying the size, then unfortunately the response does not give any indication that I need to page through the results. As a consequence, the UI only ever supports 100 transforms.
There is a hard-coded defensive upper limit for 10k data frame transforms (same as for anomaly detection). Consider how we can improve usability for cases where there are more than 100 transforms.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackNo fields configured for issues without a type.