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

Summary option for listing ingest pipelines without their definitions #69756

Merged
merged 2 commits into from
Mar 8, 2021

Conversation

danhermann
Copy link
Contributor

@danhermann danhermann commented Mar 1, 2021

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

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

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

@jbaiera jbaiera self-requested a review March 4, 2021 16:58
Copy link
Member

@jbaiera jbaiera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@danhermann
Copy link
Contributor Author

Thank you, @jbaiera!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
: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 v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants