You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/04/13 13:16:00 UTC

[jira] [Commented] (NIFI-7354) Allow dynamic configuration of analytics properties in Docker

    [ https://issues.apache.org/jira/browse/NIFI-7354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17082303#comment-17082303 ] 

ASF subversion and git services commented on NIFI-7354:
-------------------------------------------------------

Commit c9f48e378837a67a4d0c05e4d1b3bf5ade9cab18 in nifi's branch refs/heads/master from Matt Burgess
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=c9f48e3 ]

NIFI-7354: Allow analytics properties to be set via environment variables in docker scripts

This closes #4203.

Signed-off-by: Aldrin Piri <al...@apache.org>


> 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
>            Assignee: Matt Burgess
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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)