I'm using v1.0. I want to access some values that are in the nifi.properties file. And I would like to just use the nifi.properties file because I'll be encrypting some of these values and I want to use the built in encryption feature.
Thanks On Fri, Sep 23, 2016 at 6:05 PM, Andrew Grande <[email protected]> wrote: > Which NiFi version? With 1.0 there are some bits for variable registry > available, basically one can reference values from external config files > via regular EL expressions. > > Andrew > > On Fri, Sep 23, 2016, 6:00 PM Tom Gullo <[email protected]> wrote: > >> I want to read in values from nifi.properties in a Groovy ExecuteScript >> processor. What's the best way to do that? >> >> Thanks >> -Tom >> >
