elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.72k stars 8.13k forks source link

[ML] Transforms: Add support create new pipeline during transform creation workflow #126224

Open walterra opened 2 years ago

walterra commented 2 years ago

Follow up to #102594.

123911 added support to select existing pipelines when creating a transform. Another feature request is to create a new pipeline on the fly, for example by adding a link to open the Ingest Pipelines UI in a separate tab for creating a new pipeline. We could also create a flow in which Ingest Node Pipelines is opened in the same tab with a special query parameter in the URL, which would redirect the user back to the Create Transform UI once the pipeline is created. This introduces other UX challenges such as preserving and rehydrating form input, though. (via https://github.com/elastic/kibana/issues/102594#issuecomment-946868775)

elasticmachine commented 2 years ago

Pinging @elastic/ml-ui (:ml)