Description
MapResolver using Apache Commons Text's StringLookup to resolve variables. The default implementation provided by Commons Text includes support for Lookups that Flume doesn't really want or need. This change limits the supported Lookups to system properties, environment variables, the date, and specific Java attributes such as the version. Users may provide a configuration file to configure whatever lookups they want - either those provided by Commons Text or custom Lookups.