What's the best way to manage multiple Logstash deployments?
I have a testing environment and a production environment and each has it's own configuration file pulling data from its respective data store and sending the data the respective elasticsearch cluster.
How are other people managing a scenario like this?