Member since
10-23-2022
10
Posts
1
Kudos Received
0
Solutions
11-21-2022
07:16 AM
NiFi Version: 1.16.1 Java 11 I noticed the logback.xml is the setting for the nifi logs. However, the file size of the nifi-app.log is exceeding the maxFileSize set on logback.xml. This is my logback.xm file:
... View more
Labels:
- Labels:
-
Apache NiFi
11-21-2022
07:08 AM
Did anyone have fix to this issue? I am encountering it also. I am using NiFi 1.16.1. The nifi-app.log is exceeding the 100MB maxFile in the setting.
... View more
11-15-2022
11:50 PM
1 Kudo
Sorry my bad, I forgot to reply here. Anyways I was able to fix the issue by clearing the cookies in the Postman and Put my Bearer token to the Authorization Header. Thanks for the help by the way.
... View more
10-26-2022
06:40 PM
Yes @steven-matison I was able to use a token in Postman. I put the access token in Authorization Tab > Bearer Token every time I make a request. However, when I used PUT request I just got 403(forbidden request).
... View more
10-25-2022
07:51 PM
@steven-matison Is it possible for single-user (default setup) to control the dataflow via API call from Postman?
... View more
10-25-2022
03:28 AM
Hello bro @SAMSAL , were you successfully control the nifi component using postman? If yes, would it be okay to share your countermeasure. Currently encountering the same issue that you had. Thanks in advance.
... View more
10-24-2022
05:52 PM
Thanks, I'll be back here if I can solve my issue.
... View more
10-24-2022
07:44 AM
I was trying to control apache nifi processors to start/stop by calling apache nifi-api. I am using Postman to make the call, for example to start a GenerateFlowFile processor: https://localhost:8443/processors/{processor id} (PUT Request) But I got the response status 403(forbidden) as shown in the image below. I was able to make a get request. I have also a client self-signed certificate generated using nifi-toolkit by following this https://kylo.readthedocs.io/en/v0.10.0/security/ConfigureNiFiWithSSL.html from nifi.properties file: ifi.security.autoreload.enabled=false nifi.security.autoreload.interval=10 secs nifi.security.keystore=./conf/kylo/localhost/keystore.jks nifi.security.keystoreType=jks nifi.security.keystorePasswd=............. nifi.security.keyPasswd=............. nifi.security.truststore=./conf/kylo/localhost/truststore.jks nifi.security.truststoreType=jks nifi.security.truststorePasswd=............. nifi.security.user.authorizer=single-user-authorizer nifi.security.allow.anonymous.authentication=true nifi.security.user.login.identity.provider=single-user-provider nifi.security.user.jws.key.rotation.period=PT1H nifi.security.ocsp.responder.url= nifi.security.ocsp.responder.certificate= NOTE: I did not change anything in the authorizations.xml and the authorizers.xml @steven-matison thanks by the way for telling me to post this concern. I am new to NiFi also.
... View more
Labels:
- Labels:
-
Apache NiFi
10-23-2022
08:24 PM
Hi, I would like to know also about the steps on how to achieve that(manipulate the processors/pg using REST API). My own configuration is single-user(default). I tried to invoke nifi component(process groups) using HTTP GET via Postman. But when I tried to use PUT request I got 403 response status. What should I do? I've been trying to make it work (2 days) but I didn't succeed. Thanks in advance.
... View more
10-23-2022
03:55 AM
How did anyone solve this issue? I was currently trying to solve similar issue via nifi api (Postman)
... View more