Member since
09-27-2018
138
Posts
23
Kudos Received
10
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 12820 | 02-28-2021 10:23 PM | |
| 2897 | 02-08-2021 11:53 PM | |
| 38742 | 12-16-2020 11:31 PM | |
| 10504 | 12-14-2020 11:02 PM | |
| 7978 | 12-14-2020 12:18 AM |
12-08-2020
11:04 AM
thank you very much! This works.
... View more
12-06-2020
10:50 PM
1 Kudo
@dzbeda Try it with: /*:Event/*:System/*:Channel
... View more
10-15-2020
04:20 AM
Thanks for your help @ashinde ! I see I was looking at the wrong section of rest-api. OK I have to go on nifi rest-api section flow/history. I will have a look on the nifi.properties but because my report is running every night I suppose the purging doesn't matter. Second option you mentioned concerning when a flow was brought to registry doesn't interest... at the moment.
... View more
09-21-2020
12:39 AM
@PVVK It works perfect! Thank you very much.
... View more
02-24-2020
11:20 PM
1 Kudo
@stevenmatison For the sake of completeness and to confirm your suspicions: With NiFi 1.11.1 parameters also work in the PutEmail-Processor.
... View more
02-24-2020
07:01 AM
@MattWho Just for information. This originally described phenomen is solved in the combination NiFi 1.11.1 and NiFi-Registry 0.5.0. A versioncontrolled process-group which contains disabled processors isn't marked anymore with containing "uncommitted changes" after restart of NiFi. Only thing that struck me but isn't a problem: If I disable a versioncontrolled process-group this doesn't lead to marking the process group as having "uncommited changes". But after restart of NiFi this process group is marked as having "uncommited changes". The option "Show local changes" names the differences as "Processor was disabled" for all components within the process group.Now I can proceed a commit and everything stays fine after restart of NiFi.
... View more
02-19-2020
12:04 AM
1 Kudo
Ok so me and my mate figured it out :). Finally! its like this $.outputs[?(@.name=="EM_CLASSIFICATION")].value
... View more
08-10-2019
11:52 AM
Solved Cluster-node users (who obviously execute these actions via rest-api or toolkit cli) had no permission to work with restricted components. Added permission, startet NiFi new and it works. Would by helpfull if somewhere a message would come up to tell that this is an authorization problem...
... View more
07-29-2019
12:32 PM
1 Kudo
Got it! There was one } missing. Thought if the editor shows the expression coloured it would by syntactical correct. So it has to be: ${RESPONSE:jsonPath('$.[0].id'):equals(${KONTO_BV}):
and(${RESPONSE:jsonPath('$.[0].antauschvon'):le(${now():format("yyyyMMdd")}):
and(${RESPONSE:jsonPath('$.[0].antauschbis'):ge(${now():format("yyyyMMdd")}):
or(
${RESPONSE:jsonPath('$.[0].antauschbis'):isEmpty()})}
)}
)
}
... View more
- « Previous
-
- 1
- 2
- Next »