Skip to content

[7.x] Summary option for listing ingest pipelines without their definitions #70077

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

Merged

Conversation

danhermann
Copy link
Contributor

Addresses the need (mentioned here) for a compact listing of ingest pipelines without including their potentially long definitions by adding a summary option to the existing API so that this information is available in a stable format that is both machine and human-readable:

GET _ingest/pipeline?summary returns

{
  "my_pipeline_2" : { },
  "my_pipeline_3" : { },
  "my_pipeline_1" : { }
}

Relates to #31954

Backport of #69756

@danhermann danhermann added >enhancement :Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP backport v7.13.0 labels Mar 8, 2021
@elasticmachine elasticmachine added the Team:Data Management Meta label for data/management team label Mar 8, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-features (Team:Core/Features)

@danhermann danhermann merged commit 50bca78 into elastic:7.x Mar 8, 2021
@danhermann danhermann deleted the backport_7x_69756_summary_pipeline_listing branch March 8, 2021 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport :Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP >enhancement Team:Data Management Meta label for data/management team v7.13.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants