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

Add a pipeline_append endpoint to _ingest/pipeline #49219

Closed
woodywalton opened this issue Nov 17, 2019 · 2 comments
Closed

Add a pipeline_append endpoint to _ingest/pipeline #49219

woodywalton opened this issue Nov 17, 2019 · 2 comments
Labels
:Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP Team:Data Management Meta label for data/management team

Comments

@woodywalton
Copy link
Contributor

Describe the feature: Would like the ability to append a processor/pipeline to existing pipelines and have the appended processor/pipeline persist for any new indices that match an index pattern - IOW the appended processors/pipelines would not get ignored when say, filebeat pushes a new daily index. Changing the location of where modules reside may address this, but a pipeline_append endpoint would still be generally useful.

One scenario I'm thinking of is to add additional geoip enrichment to ECS fields found in incoming Beats data streams. Some of the modules already have ingest pipelines (including geoip processors) and I don't want to override that processing by manually setting the index.default_pipeline - I just want to add a few more fields that get geoip enriched (so I can create "pew-pew" maps, of course!).

@woodywalton woodywalton added the :Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP label Nov 17, 2019
@elasticmachine
Copy link
Collaborator

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

@martijnvg
Copy link
Member

@woodywalton I think a recent change (#49470) to how required pipelines work solves this?

@rjernst rjernst added the Team:Data Management Meta label for data/management team label May 4, 2020
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 Team:Data Management Meta label for data/management team
Projects
None yet
Development

No branches or pull requests

4 participants