elasticsearch/docs/java-rest/high-level/transform
Benjamin Trent ebcac2d864
[Transform] add new exclude_generated flag to GET transform (#63093)
This adds a new flag `exclude_generated` for GET transform API.

This flag is useful for when a transform needs to be cloned within a cluster or exported/imported between clusters.

It removes certain fields that are not able to be set via the PUT api (e.g. version, create_time).

relates https://github.com/elastic/elasticsearch/issues/63055
2020-10-20 11:38:40 -04:00
..
delete_transform.asciidoc
get_transform.asciidoc
get_transform_stats.asciidoc
preview_transform.asciidoc
put_transform.asciidoc
start_transform.asciidoc
stop_transform.asciidoc
update_transform.asciidoc