GitHub user bessbd opened a pull request: https://github.com/apache/flume/pull/97
FLUME-2993. Add support for environment variables in configuration files Flume does not currently support environment variable interpolation in the properties file configuration. Enabling it helps with: * removing security credentials from config files * copy-pastes in configuration files when defining multiple agents You can merge this pull request into a Git repository by running: $ git pull https://github.com/bessbd/flume FLUME-2993 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flume/pull/97.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #97 ---- commit 0f0dea972ad56b9799d858218f1fff371dd698e5 Author: Bessenyei Balázs Donát <bes...@gmail.com> Date: 2016-12-03T21:21:48Z FLUME-2993. Add support for environment variables in configuration files Flume does not currently support environment variable interpolation in the properties file configuration. Enabling it helps with: * removing security credentials from config files * copy-pastes in configuration files when defining multiple agents ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---