elastic / logstash

Logstash - transport and process your logs, events, or other data
https://www.elastic.co/products/logstash
Other
43 stars 3.5k forks source link

[Feature request/enhancement] Ability to pull/push configs from Source Control to Central management #10252

Open mark54g opened 5 years ago

mark54g commented 5 years ago

Describe the enhancement: Looking to create a method by which centrally managed pipelines can be pulled from Source Control systems as a "Source of truth" (but not automatically, as that opens up other issues).

Describe a specific use case for the enhancement or feature: Allows users already controlling their environments from source control to maintain that point of truth to create and update configs for their pipelines in a centrally managed way

Similar to: https://github.com/elastic/beats/issues/9897

jakauppila commented 5 years ago

We would be very interested in this capability as we want to maintain an SDLC around the pipeline (and beats) configs to simplify (and safely) open up development of changes to people less familiar with the entire Elastic Stack. At that point we could test, approve, and merge/push the configs with eyes on them from our SMEs.

amishra123 commented 5 years ago

hi, could I work on this :) ?

mitpwd commented 5 years ago

We are also looking for this functionality. Source control is essential to control source of the pipelines.