Re: Need help for user authenrication

2020-11-26 Thread Juan Pablo Gardella
AFAIK is not possible. On Thu, 26 Nov 2020 at 07:51, 酷酷的诚 wrote: > Hi team! > As the docs described : NiFi does not perform user authentication > over HTTP. Using HTTP, all users will be granted all roles. > But sometimes, we want to use the user authenrication over Http. So if > I want

Re: Tuning for flow with lots of processors

2020-11-26 Thread Mark Payne
Great! Glad you were able to get it figured out. And thanks for following up! Sent from my iPhone On Nov 26, 2020, at 12:50 PM, Eric Secules wrote:  Hi Mark, It was because the main disk was filling up! We increased the disk size to 128GB and speed improved! Thanks, Eric On Wed., Nov. 25,

Re: Tuning for flow with lots of processors

2020-11-26 Thread Eric Secules
Hi Mark, It was because the main disk was filling up! We increased the disk size to 128GB and speed improved! Thanks, Eric On Wed., Nov. 25, 2020, 12:34 p.m. Eric Secules, wrote: > Hi Mark, > > Thanks for the quick response, I grepped the logs and did find several > hits! I will try increasing

Re: Ldap Cluster and Node Identity

2020-11-26 Thread Pierre Villard
Etienne, If you feel like there would be nice additions to have in the documentation, please feel free to share your suggestions to improve it (though a JIRA / pull request). We don't want NiFi users/administrators to have a painful process when configuring all of this. Thanks, Pierre Le jeu. 26

Re: Ldap Cluster and Node Identity

2020-11-26 Thread Etienne Jouvin
Hello all. And finally I got it. When I am not able to find in the documentation, because I was not correctly searching offcourse, I read the source code and do remote debug. And the conclusion that it is all about identity mapping. For reminder, the objective was to have a secured cluster and e

Need help for user authenrication

2020-11-26 Thread ????????
Hi team!     As the docs described : NiFi does not perform user authentication over HTTP. Using HTTP, all users will be granted all roles.     But sometimes, we want to use the user authenrication over Http. So if I want to do this , which code need I to care when developing?     Thanks for any s

AW: Change time zone in NiFi

2020-11-26 Thread Ingrid Justen
I suppose you can set the timezone within the format. Have a look at NiFi-Documentation of expression language section "Date Manipulation". f.e. ${now():format("-MM-dd", "EST")} Von: naga satish Gesendet: Donnerstag, 26. November 2020 10:28 An: users@nifi.apache.org Betreff: Change time zone

AW: Change time zone in NiFi

2020-11-26 Thread Dobbernack, Harald (Key-Work)
In https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#format you can see how to add your timezone, examples are in ‘Table 26. format Examples’ Hope that helps. Von: naga satish Gesendet: Donnerstag, 26. November 2020 10:28 An: users@nifi.apache.org Betreff: Change time

Change time zone in NiFi

2020-11-26 Thread naga satish
I'm working on a data ingestion project using NiFi. I need to load csv files into S3. Before loading files to S3 I need to add an extra column which is date of extraction for each record. I'm using update record processor to add date to each record. My regex to add date is now():format('-MM-dd'