pblittle / docker-logstash

Docker image for Logstash 1.4
https://hub.docker.com/r/pblittle/docker-logstash
MIT License
236 stars 90 forks source link

Add support for environment variable injection in logstash plugin configuration #102

Closed fbaligand closed 9 years ago

fbaligand commented 9 years ago

It would be great to support environment variable injection in logstash configuration, like this :

tcp { port: "${TCP_PORT}" }

It would be very useful to have a logstash configuration independent from its environment. And so, have the same logstash configuration among different environments (dev, test, prod, ...)

Numerous frameworks support such a feature like spring or log4j.

fbaligand commented 9 years ago

I'm very sorry : I wanted to open this issue on another repository. I close the issue.