1.

What Is A Nifi Custom Properties Registry?

Answer»

You can use to LOAD CUSTOM key, value pair you can use custom properties registry, which can be CONFIGURE as (in nifi.properties file)

nifi.variable.registry.properties=/conf/nifi_registry

And you can put key value PAIRS in that file and you can use that properties in you NiFi processor using expression language e.g. ${OS} , if you have configured that property in registry file.

You can use to load custom key, value pair you can use custom properties registry, which can be configure as (in nifi.properties file)

nifi.variable.registry.properties=/conf/nifi_registry

And you can put key value pairs in that file and you can use that properties in you NiFi processor using expression language e.g. ${OS} , if you have configured that property in registry file.



Discussion

No Comment Found