Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
167 views

I had installed Nifi Registry and Nifi 2.0.0-M4 (it was latest version then), and I have implemented lots of flows there. Now I want to upgrade my Nifi and Nifi Registry to 2.0.0, what is the easiest ...
Amir Pashazadeh's user avatar
1 vote
1 answer
2k views

I am trying to fetch some data via an api and want to set the result of the api as an attribute of the flow file. I am able to fetch the data via the api but cannot seem to set it as a an attribute.
Suyash Dhondkar's user avatar
4 votes
2 answers
6k views

I am trying to setup secure nifi registry, following this tutorial. After everything is setup, opening the website, i am facing this error on webpage. This site can’t provide a secure connection. ...
santhosh's user avatar
  • 549
0 votes
2 answers
555 views

I have a file containing a bunch of folder names in it. After using getfile to get the data from the file, I'm splitting the data into strings in different queue and each queue contains the name of ...
just learner's user avatar
0 votes
2 answers
2k views

I have setup Secured Nifi on 2 servers and started version control using secured nifi-registry. Now for pushing bucket changes to Git, I have edited nifi-registry 'providers.xml' as described in nifi-...
Ashu Tech's user avatar
1 vote
0 answers
52 views

I use the git for FlowPersistenceProvider for nifi registry. But encrypt tool does not support encryptyng the file providers.xml. providers.xml contains the parameter "Remote Access Password"...
Evgeniy Skopintsev's user avatar
1 vote
2 answers
325 views

I have an older Nifi Registry version of 0.8.0 and I want to upgrade it to the latest 1.19.1 version. I have copied the conf from old version to new version along with the following folders. Is there ...
arsaljalib's user avatar
1 vote
1 answer
895 views

I am trying to dockerise the 3 services Zookeeper, NiFi and NiFi Registry below is the docker-compose.yml file version: "3.7" services: # configuration manager for NiFi zookeeper: ...
DataWrangler's user avatar
  • 2,205
1 vote
2 answers
799 views

I have deployed Nifi on Kuberntes using cetic/helm-nifi helm chart. We are facing a problem, If nifi pod restarts we lost the all processes that we created. Is there any way to keep a backup of the ...
Harshana Karunarathna's user avatar
0 votes
1 answer
171 views

In Apache Nifi, is there any command to start particular process group from Command Prompt?
Anil Krishna Parvathaneni's user avatar
2 votes
1 answer
2k views

I've installed and configured nifi and nifi-registry. Both are configured to use OIDC authentication and I can successfully access both after authenticating in my OIDC provider (a Keycloak server FWIW)...
Benoit Orihuela's user avatar
1 vote
1 answer
992 views

I am trying to run Nifi Registry 0.8 on Windows Server 2019 using Amazon Corretto 15. I am aware that Nifi Registry is not officially support on Windows but some sources say it should run. Nifi ...
tmlai's user avatar
  • 382
1 vote
1 answer
539 views

I wanted to implement version controlling for my existing data flows which were build using NIFI 1.11.4, before starting the integration with the NIFI registry I wanted to know should I need to ...
Dulanga Heshan's user avatar
0 votes
0 answers
491 views

I am trying to upload files to Azure file share present in azure storage account. Is there any combination of processors in nifi that I can use to upload files. Unfortunately there is no direct ...
Rakshitha Vasishta's user avatar
1 vote
0 answers
186 views

NiFi Registry version 0.8.0 is not updating Remote Clone Repository in it's docker file. I am not sure whether it's a bug or there's some alternative. Any suggestions? Here's the link for script file, ...
Ajeesh's user avatar
  • 1,646
0 votes
2 answers
368 views

I am trying to execute the following query using 'ExecuteSQL' processor in Apache nifi. INSERT INTO SampleDB VALUES (${rno}, '${tno}', '${tval}', '${lotno}', '${datval}') WHERE ${rno} NOT IN (SELECT ...
Rakshitha Vasishta's user avatar
0 votes
1 answer
437 views

I am trying to execute an SQL statement with Begin - End and Cursor in between using Execute SQL processor in Apache Nifi. But this is throwing an error telling "Unable to execute SQL select ...
Rakshitha Vasishta's user avatar
0 votes
1 answer
462 views

NiFi Registry currently allows renaming buckets, but not versioned flows. How can I rename one? I've looked into the documentation but I can't find any solution. I am using NiFi v1.9.0. Thanks in ...
Eve's user avatar
  • 59
4 votes
1 answer
2k views

buckets are not available Here is our setup: set up secure nifi set up secure registry both on the same machine created user in registry with CN=[hostname], OU=NiFi with read right on buckets and ...
OliverH's user avatar
  • 41
1 vote
1 answer
379 views

There are NiFi and NiFi-Registry on the server, which is not connected and I'm not able to connect to NiFi-Registry through local NiFi instance.But I can access NiFi and NiFi-Registry through remote ...
Behrouz Seyedi's user avatar
0 votes
1 answer
3k views

I'm new bee and used the below blog to do the nifi https configuration on rhel 6.10. It goes well and I gut i don't know whats the username and password is or where I have mentioned it as per the doc. ...
user84353's user avatar
1 vote
1 answer
187 views

I have Nifi and Nifi Registry deployed via Docker. I'm trying to integrate ScriptEventHookProvider. https://nifi.apache.org/docs/nifi-registry-docs/html/administration-guide.html#...
Sleepy Panda's user avatar
0 votes
1 answer
356 views

We are trying to migrate data from Oracle to Elasticsearch using Apache Nifi. We are trying to establish a one to many relationships(represented as multiple tables in Oracle) in a single elastic index....
Raghavendra Vijapurapu's user avatar
1 vote
1 answer
2k views

NIFI-1.10.0 and REGISTRY-0.5.0 is installed using DOCKER. When the processor group upload the NIFI-Registry using hostname,geting the error as following, WARN [NiFi Web Server-100] o.a.n.w.a.config....
Cong's user avatar
  • 479
0 votes
0 answers
462 views

I am using the Nifi Registry and intend to persist versioning on S3, using the S3BundlePersistenceProvider. The log does not appear to have any problems with versioning, but it is not possible to see ...
Molly's user avatar
  • 43