Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Index Management: Do not fail on missing "@custom" ingest pipeline #183992

Open
Tracked by #184136
flash1293 opened this issue May 22, 2024 · 3 comments
Open
Tracked by #184136

Index Management: Do not fail on missing "@custom" ingest pipeline #183992

flash1293 opened this issue May 22, 2024 · 3 comments
Assignees
Labels
enhancement New value added to drive a business result Feature:Index Management Index and index templates UI Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more

Comments

@flash1293
Copy link
Contributor

Similar to #183987

Integrations reference a @custom pipeline for every datastream which allows the user to make adjustments to the data collection without interfering with the package-provided pipelines.

However, by default these pipelines are not created - so navigating there will error out:

Screenshot 2024-05-22 at 11 44 16

As it is expected these @Custom pipelines don't exist, the user should be sent to an empty form with the name of the pipeline prefilled instead of an error message, so they can create the pipeline.

@flash1293 flash1293 added the Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more label May 22, 2024
@elasticmachine
Copy link
Contributor

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

@alisonelizabeth
Copy link
Contributor

As it is expected these @Custom pipelines don't exist, the user should be sent to an empty form with the name of the pipeline prefilled instead of an error message, so they can create the pipeline.

Can we rely on this? ie if a @custom- pipeline doesn't exist, always fall back to the create form?

@flash1293
Copy link
Contributor Author

IMHO it could even be a general thing - maybe it could show a warning "pipeline not found, clear here to create"?

The thing that's important to me is that the user always has a way forward.

@alisonelizabeth alisonelizabeth added Feature:Index Management Index and index templates UI and removed Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more labels Sep 17, 2024
@botelastic botelastic bot added the needs-team Issues missing a team label label Sep 17, 2024
@alisonelizabeth alisonelizabeth added the Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more label Sep 17, 2024
@botelastic botelastic bot removed the needs-team Issues missing a team label label Sep 17, 2024
@alisonelizabeth alisonelizabeth added the enhancement New value added to drive a business result label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:Index Management Index and index templates UI Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Projects
None yet
Development

No branches or pull requests

4 participants