Skip to content

[ML] GET _transform only returns 100 #43052

@sophiec20

Description

@sophiec20

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions