Re: ElasticSearchClientServiceImpl not working for secured ElasticSearch

2019-10-17 Thread Peter Moberg
Hi Andy, thanks for your suggestions. Here is what I have tried so far (still no luck). Connecting with openssl and viewing the certs it presents openssl s_client -connect quickstart-es-http.es-cluster -showcerts If I then look inside the server cert I can find this Server Cert: Issuer: OU =

Re: What UDFs are supported by QueryRecord?

2019-10-17 Thread Mark Payne
Eric, I’m not sure that I understand. Can you provide an example illustrating what you’d like to do? Thanks -Mark Sent from my iPhone On Oct 17, 2019, at 4:49 PM, Eric Chaves wrote:  Hi mark, Thanks for pointing that out but from the docs I only got how to use RPATH to get a RecordPath

Re: What UDFs are supported by QueryRecord?

2019-10-17 Thread Eric Chaves
Hi mark, Thanks for pointing that out but from the docs I only got how to use RPATH to get a RecordPath value. How should I do for example if I wanted to apply a RecordPath function to in a Record Field? Em qui, 17 de out de 2019 às 14:57, Mark Payne escreveu: > Eric, > > You can use

Re: ElasticSearchClientServiceImpl not working for secured ElasticSearch

2019-10-17 Thread Andy LoPresto
Hi Peter, If you can use openssl’s s_client command (example below) to connect to the endpoint and verify that the hostname matches the certificate and that the certificate contains a SubjectAlternativeName entry with that hostname (see RFC 6125 [1] for more details), this should help you

Re: What UDFs are supported by QueryRecord?

2019-10-17 Thread Mark Payne
Eric, You can use RecordPath with QueryRecord, via the RPATH, RPATH_STRING, RPATH_INT, etc. These are explained in the Processor's documentation. For example, see [1]. You can also use the Expression Language with QueryRecord. The Expression Language is evaluated before the SQL is parsed. So,

Re: High CPU consumption

2019-10-17 Thread Mark Payne
Hey Evan, Of note, it looks like the high CPU usage of the Port was resolved in NIFI-5464 [1], which should be part of the next release. Thanks -Mark https://issues.apache.org/jira/browse/NIFI-5464 On Oct 15, 2019, at 4:40 PM, Evan Reynolds mailto:e...@usermind.com>> wrote: I have found two

Unable to do unit testing Awscredentialprovidercontrolerservice

2019-10-17 Thread sanjeet rath
Hi Team, I am new to this community, today i have joined and this is my first query.(already from last 15 days i got stuck here) I have build a nifi custom processor.to put a object in AWS s3 bucket.(Just Modified Puts3Object processor in NIFI- AWS-PROCESSOR project) In this processor

RE: Sudo service nifi command not working

2019-10-17 Thread johannes.meixner
Moin, service(8) often drops whatever environment variables are in the environment, so you'll want to set that in nifi-env.sh instead. Best Johannes -Original Message- From: Bryan Bende Sent: Thursday, October 17, 2019 4:24 PM To: users@nifi.apache.org Subject: Re: Sudo service nifi

Re: Sudo service nifi command not working

2019-10-17 Thread Bryan Bende
It is best to email only one list, so dropping dev... If you are starting the service with sudo then its the root user starting it, so you need to check if echo "$JAVA_HOME" works as root. On Thu, Oct 17, 2019 at 10:19 AM Praveen Anguralia wrote: > > Hi team, > > I need your inputs on an issue