Manage multiple Logstash instances from central place

I wanted to have 4-6 Logstash instances to parse/transforms lots of data. The configuration file for parsing on these files needs to be placed in all Logstash instance running on different systems. Later if I have to modify the configuration, I need to login to all logstash instances and change manually.

Is there way to create logstash cluster, so that modifying configuration on one logstash will reflect on other logstash instances?

You can use config management systems like puppet, chef, ansible, salt, etc.
We have modules, cookbooks and playbooks for these :slight_smile:

Thank you for the quick response. Are these cookbooks available for free? If yes, where I can find them.

Yes they are. Just search on github.com/elastic

Thank you.

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