Nifi availability metric

2021-01-27 Thread Leul Shewangizaw
Hi I just finished reading the life of a flow file article. How would I go about monitoring the success of a flow file in a given period of time. Let’s say nifi successfully processed 1000/1100 files. What metrics could I look at to get this sort of view into my cluster? 

[VOTE] Release Apache NiFi 1.13.0

2021-01-27 Thread Joe Witt
Hello, I am pleased to be calling this vote for the source release of Apache NiFi 1.13.0. The source zip, including signatures, digests, etc. can be found at: https://repository.apache.org/content/repositories/orgapachenifi-1175 The source being voted upon and the convenience binaries can be

Re: java api for changing parameter context

2021-01-27 Thread u...@moosheimer.com
That helps... Mit freundlichen Grüßen / best regards Kay-Uwe Moosheimer Am 27.01.21 um 18:31 schrieb Bryan Bende: You can open Chrome Dev Tools while using the UI and perform whichever operations you are interested in on a parameter context and you can see the requests made to the REST API.

Re: java api for changing parameter context

2021-01-27 Thread Bryan Bende
You can open Chrome Dev Tools while using the UI and perform whichever operations you are interested in on a parameter context and you can see the requests made to the REST API. If you are interested in REST API docs, there is a link on the left side of the main docs page:

Re: java api for changing parameter context

2021-01-27 Thread u...@moosheimer.com
Couldn't find any information about changing parameters via REST API. Do you have any example? Mit freundlichen Grüßen / best regards Kay-Uwe Moosheimer > Am 27.01.2021 um 15:17 schrieb Russell Bateman : > > Wait! Can't this be done using the ReST APIs? > >> On 1/27/21 3:24 AM,

Re: [DISCUSS] Release of Apache NiFi 1.13.0

2021-01-27 Thread Joe Witt
...in this brutal game of wach a mole another couple brittle tests have emerged on the Java 11 line. https://issues.apache.org/jira/browse/NIFI-8177 will get that looked into. And I'm also seeing if for some reason adding a bit more horsepower/cpu usage to the github tests will help. Things had

Re: java api for changing parameter context

2021-01-27 Thread Bryan Bende
Hello, There are no plans to allow an extension (processor/cs/reporting task) to change parameter contexts. The REST API can be used to automate these tasks and there are already commands in NiFi CLI to help make this easier... nifi set-param nifi delete-param nifi list-param-contexts nifi

Re: java api for changing parameter context

2021-01-27 Thread Russell Bateman
Wait! Can't this be done using the ReST APIs? On 1/27/21 3:24 AM, u...@moosheimer.com wrote: Hello NiFi-Core-Team, Are you planning to create a high-level Java API for setting (and clearing) individual parameters in the parameter context, so we can use this API in processor development?

java api for changing parameter context

2021-01-27 Thread u...@moosheimer.com
Hello NiFi-Core-Team, Are you planning to create a high-level Java API for setting (and clearing) individual parameters in the parameter context, so we can use this API in processor development? Example: setParameter(string contextName, string parameterName, string parameterValue, boolean