elastic / kibana

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

[Ingest Pipelines] Improvements to the "Foreach" processor form #95906

Open jloleysens opened 3 years ago

jloleysens commented 3 years ago

Describe the feature:

The "Foreach" processor currently provides users with a JSON editor in which to provide a processor definition that should be executed against each value in a document:

Screenshot 2021-03-31 at 11 37 02

This creates a situation where users can provide bad configuration which can lead to a bad UX. This form should be improved to prevent users from providing bad input. We should:

This could be solved by embedding another form inside of the form in the flyout that will function as a "field" from the perspective of the encompassing form.

elasticmachine commented 3 years ago

Pinging @elastic/es-ui (Team:Elasticsearch UI)

elasticmachine commented 2 months ago

Pinging @elastic/kibana-management (Team:Kibana Management)