Matt Burgess created NIFI-7354:
----------------------------------
Summary: Allow dynamic configuration of analytics properties in
Docker
Key: NIFI-7354
URL: https://issues.apache.org/jira/browse/NIFI-7354
Project: Apache NiFi
Issue Type: Improvement
Components: Docker
Reporter: Matt Burgess
Until NIFI-6232 is implemented, it would be nice to be able to specify the
analytics properties via environment variables as is done for other properties.
Here are the defaults:
nifi.analytics.predict.enabled=false
nifi.analytics.predict.interval=3 mins
nifi.analytics.query.interval=5 mins
nifi.analytics.connection.model.implementation=org.apache.nifi.controller.status.analytics.models.OrdinaryLeastSquares
nifi.analytics.connection.model.score.name=rSquared
nifi.analytics.connection.model.score.threshold=.90
At the least it would be good to be able to enable the analytics capability
this way, but might as well do all of them at once.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)