Member since
07-19-2023
7
Posts
1
Kudos Received
0
Solutions
08-14-2024
12:35 AM
1 Kudo
Hello everyone, do you happen to know if the GitHub integration of NiFi 2.0.0 M4 also works for GitLab? I think I have entered everything correctly, but I get the error message that my repo does not exist. With "normal" GitHub-API it Works fine! Best regards
... View more
Labels:
- Labels:
-
Apache NiFi
11-21-2023
03:48 AM
Hi everyone, I have a weird behavior with one of my DBCP Controllers. I'm trying to conncet to a Progress-Database on 10.254.249.24:31510. The controller is configured as shown: When I try to connect the Database (ie. with an "Execute SQL Processor" I get the following error message: Now the weird thing is: The shown Port number in the error mesage is not the Port I configured in the DBCP Connection. I thought it's a firewall thing, but when I check the IP via netcat, everything is fine: I also can succesfully connect to the database with the exact same parameters and *.jar-Files as shown in the first Screenshot when I use a SQL Client like "SQuirreL". Any Ideas? Best regards Maik
... View more
Labels:
- Labels:
-
Apache NiFi
09-13-2023
02:50 AM
Hi @SAMSAL , that's pretty simple, but works fine for me. Thanks for the advice. Regards Maik
... View more
09-12-2023
07:18 AM
Hi everyone, I use NiFi to frequently check if a website is up or down. I get the following response as text in a single Flowfile: HTTP/1.1: 200 Connection established
Proxy-Agent: Fortinet-Proxy/1.0
Content-Type: image/jpeg
Connection: keep-alive
Date: Tue, 12 Sep 2023 14:05:43 GMT
Server: Apache
Strict-Transport-Security: max-age=31536000
URL: https://test.com How can I turn these lines into Key/Value-Pairs or Attributes, to use them with further processors? My goal is to save these Informations in an mySQL Database where the following fields are given: HTTP/1.1 Proxy-Agent Content-Type Connection Date ... Best regards Maik
... View more
Labels:
- Labels:
-
Apache NiFi
07-21-2023
07:17 AM
Hello again, if I start the processor via API, the "version" of the processor counts up. In my case above from version 18 to version 19. If I want to stop the processor now via API, I have to submit the new version 19. Is it possible to start/stop the processoer without the up-to-date version? Or is it possible, that I get the current version only via API, save it as a variable (e.g. $version) and use this variable in my next API-Call? Greetings Maik
... View more
07-21-2023
06:47 AM
Hi @SAMSAL , thank you very much, you where absolutely right. I tried so many solutions from other members from other topics, that I completly messed up my own one. Nice one, thank's again Maik
... View more
07-21-2023
06:17 AM
Hi everyone, I'm trying to use NiFis Rest API to start and stop a Processor, but evertime I get the response The desired state is not set Here is my curl-Command which I use: curl -k --header "Authorization: Bearer $token" -i -H 'Content-Type: application/json' -XPUT -d'{ "revision": { "version": 18, "clientId": "01891026-da00-199f-9dc9-ae3a37dce067" }, "status": { "runStatus": "RUNNING" }, "component": { "id": "0189100e-1e29-115c-ec96-b857cd155f4a", "state": "RUNNING" }, "id": "0189100e-1e29-115c-ec96-b857cd155f4a" }' https://localhost:8443/nifi-api/processors/0189100e-1e29-115c-ec96-b857cd155f4a/run-status Has anyone an idea what's the problem? Best regards Maik
... View more
Labels:
- Labels:
-
Apache NiFi