-
Notifications
You must be signed in to change notification settings - Fork 528
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
Persist ingestion pipeline modification across updates #8764
Comments
@Holi0317 sorry for the slow response. In 8.4 there is a new feature coming which will introduce the ability to customise ingest pipelines in a persistent manner: elastic/kibana#133740 The gist is that you will be able to create an ingest pipeline called I've also been thinking about introducing a similar feature which allow you to define a custom ingest pipeline (e.g. |
Thanks for the response. That's a really useful feature and I am looking forward to the 8.4 release 😃
The feature mentioned should be sufficient to cover my use case. I don't think adding pre/post would be necessary.
That would be a great addition. But I think the |
@Holi0317 thanks for your feedback! I'll close this issue since the change is coming: 8.4.0 will be out soon, ~next month or so. Once it's out, please reopen the issue if for some reason your need is not fulfilled. |
Currently (v8.3) from the documentation on ingestion pipeline stated that:
I am trying to correcting the
service.environment
for APM events as some my services are not emitting them properly. Currently I am achieving this by defining a pipeline for correcting the environment and edit*apm*${version}*
ingestion pipelines to use it after every upgrade. This has become a tedious process.If the ingestion pipeline defined by APM include something like run
pre-logs-apm
andpost-logs-apm
pipelines with ignore failed, I could persist my pipeline customization across update as I (as administrator) can define and hook into the ingestion pipeline safely across APM server updates.The text was updated successfully, but these errors were encountered: