CI/CD Pipeline for Logstash Conf file

Currently I have a logstash conf file, and around 20 ruby scripts doing some jobs. Now the problem is we have dev, uat, and prod environment. Daily we are making changes to the uat and fixing this, those changes are currently manually pushed via git to the logstash place.

Is there any way for us to implement a Jenkins pipeline or related to achieve continious delivery ?

Or is manual the solution?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.