Is your feature request related to a problem? Please describe
I am using the Index Transforms jobs, especially with the Transforms APIs. I searched in the documentation but I couldn't find information about the max. size of "Pages per execution"/"page_size" but with trial and error it seems these are the max. values for page_size: 10,000 for "continuous: false" and 1,000 for "continuous: true".
Error if page_size is > 10,000 and "continuous" is set to false:
Failed to create transform: [illegal_argument_exception] Page size must be between 1 and 10,000
Error if page_size is > 1,000 and "continuous" is set to true:
Failed to create transform: [illegal_argument_exception] Page size must be between 1 and 1,000
I tried this with OpenSearch and OpenSearch-Dashboards v3.3.0 and also in v2.18.0 with the same results.
Describe the solution you'd like
I would like to configure the page_size for Index Transforms, e.g. to set it up to 20,000 or at least increase it to a higher max. number. I also don't understand why the max. value is just 1,000 if "continuous" is set to true but is 10,000 if it is false.
Related component
Plugins
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem? Please describe
I am using the Index Transforms jobs, especially with the Transforms APIs. I searched in the documentation but I couldn't find information about the max. size of "Pages per execution"/"page_size" but with trial and error it seems these are the max. values for page_size: 10,000 for "continuous: false" and 1,000 for "continuous: true".
Error if page_size is > 10,000 and "continuous" is set to false:
Failed to create transform: [illegal_argument_exception] Page size must be between 1 and 10,000Error if page_size is > 1,000 and "continuous" is set to true:
Failed to create transform: [illegal_argument_exception] Page size must be between 1 and 1,000I tried this with OpenSearch and OpenSearch-Dashboards v3.3.0 and also in v2.18.0 with the same results.
Describe the solution you'd like
I would like to configure the page_size for Index Transforms, e.g. to set it up to 20,000 or at least increase it to a higher max. number. I also don't understand why the max. value is just 1,000 if "continuous" is set to true but is 10,000 if it is false.
Related component
Plugins
Describe alternatives you've considered
No response
Additional context
No response