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.
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.