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

Ingest Pipelines UI should indicate managed pipelines and allow filtering #133382

Closed
joshdover opened this issue Jun 2, 2022 · 3 comments · Fixed by #134789
Closed

Ingest Pipelines UI should indicate managed pipelines and allow filtering #133382

joshdover opened this issue Jun 2, 2022 · 3 comments · Fixed by #134789
Labels
enhancement New value added to drive a business result Feature:Ingest Node Pipelines Ingest node pipelines management Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more

Comments

@joshdover
Copy link
Contributor

joshdover commented Jun 2, 2022

In elastic/elasticsearch#75905 Elasticsearch added support for _meta on ingest pipelines and in #119380 Fleet started appending _meta to all ingest pipelines to indicate they were managed by Fleet.

In order to provide consistency with index and component templates, we should update the Ingest Pipeline UI to add:

  • A Managed label to pipelines with the managed: true metadata field
  • A filter for hiding managed pipelines from the table

Index template UI we want to match

Screen Shot 2022-06-02 at 13 01 23

Existing ingest pipeline UI

image

Here's a sample of the metadata added by Fleet to our ingest pipelines:

"_meta" : {
  "package" : {
    "name" : "system"
  },
  "managed_by" : "fleet",
  "managed" : true
},
@joshdover joshdover added enhancement New value added to drive a business result Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more Feature:Ingest Node Pipelines Ingest node pipelines management labels Jun 2, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/platform-deployment-management (Team:Deployment Management)

@joshdover
Copy link
Contributor Author

cc @akshay-saraswat

@ruflin
Copy link
Member

ruflin commented Jun 22, 2022

I filed #134883 as a related issue to provide a full experience around the data stream naming scheme and all the assets around it.

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:Ingest Node Pipelines Ingest node pipelines management Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants