-
Followed the instructions in the README.md file. Nifi won't start as there's no properties file found. NifiProperties.java expects the system property, PROPERTIES_FILE_PATH, to be set on startup. S…
-
oalam updated
7 years ago
-
When PrepareWriteRequest is called it tries to use attribute values on the flowfile for the object policy. Specifically, if it fails to decode the object policy, the following error is hit ...
```
…
-
Great blog post!
I think that the Parameter Contexts not working correctly has been resolved, and may have even been my fault by not (at the time) matrix testing compatibility between different versi…
-
I'm using the following configuration to set up my nifi cluster. The only changes I made are to the image versions and I'm setting up my own storage class in order to use my own volumes.
```
# Numb…
-
### Describe the feature request
right now the code check every five minutes and scans for all the objects for the annotations. i would be good if can have a configurable time for it.
2023/07/27 07:…
-
As of release v1.0.4 of this chart, at Pod termination time NiFi will be signaled to offload all the local data to the other nodes and to delete that node from the NiFi cluster. This is required when…
-
Hello,
I have a certain health check that I want to mute/blacklist. The check i want to mute is on the host 'ip-10-2-9-82' and according to the docs, I should be able to blacklist checks from this …
-
### Miscalculation during copy
**What steps did you take:**
1. Ran imgpkg copy -i on apache/nifi
```
imgpkg copy -i apache/nifi:latest --to-repo my.registry.com/docker/apache/nifi
```
**What h…
-
When using SSL the nifi.remote.input.http.enabled needs to be set to false and nifi.remote.input.secure needs to be set to true. I also needed to set the nifi.remote.input.socket.port to a valid port.…