I am trying to understand the functionalities provided by data prepper. As per my need, I wanted to automated the data prepper pipelines creation in runtime?
Like in running data prepper instance how can add multiple pipelines time to time?
Also that will be great if I can enable/disable the running pipeline etc.
Thanks for creating this post. Currently, data prepper does not support enabling/disabling pipelines at runtime. At this time, the only way to modify the pipeline config is to stop and start data prepper.
This seems like a helpful feature to have, so it would be great if you could create a github issue for this. Let me know if you have any further questions. Thanks!
Also, I was exploring more on this and by using “reload” tool can we add new pipelines in runtime?
As the “reload” feature allows you to update your Data Prepper configuration file and have those changes take effect without restarting the Data Prepper process. To use this feature, you’ll need to make the necessary changes to your configuration file, and then send a SIGHUP signal to the running Data Prepper process.