-
Notifications
You must be signed in to change notification settings - Fork 25.6k
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.