Re: FreeFormTextWriter and flowfiles attributes

2019-09-03 Thread Mark Payne
As Bryan said, it was not intended to provide access to FlowFile Attributes. There is, however, a Jira [1] to add this capability. Thanks -Mark [1] https://issues.apache.org/jira/browse/NIFI-6497 On Sep 3, 2019, at 9:43 AM, Bryan Bende mailto:bbe...@gmail.com>> wrote: FreeFormTextWriter allo

Re: Nifi Cluster Untrusted Proxy Error

2019-09-03 Thread Bryan Bende
Please show authorizations.xml, thank you. Also, you shouldn't really be using wildcard certs - https://nifi.apache.org/docs/nifi-docs/html/toolkit-guide.html#wildcard_certificates On Tue, Sep 3, 2019 at 5:32 AM Dweep Sharma wrote: > > Can someone take a peek at this - what could be wrong? Thank

Re: FreeFormTextWriter and flowfiles attributes

2019-09-03 Thread Bryan Bende
FreeFormTextWriter allows you to use expression language to reference fields in the record, so ${field1} ${field2} where field1 and field2 are part of the record. If you are trying to access attributes then I think you need to use UpdateRecord first. On Tue, Sep 3, 2019 at 6:06 AM DEHAY Aurelien

FreeFormTextWriter and flowfiles attributes

2019-09-03 Thread DEHAY Aurelien
Classification\_- INTERNAL & PARTNERS Hello. FreeFormTextWriter is not reading the flowfile attributes when using ${}. I've try ${attributename} and ${anyAttribute('attributename')} but both fails silently and always return null (isNull is always true). Can FreeFormTextWriter access attributes

Implement heartbeat from remote servers

2019-09-03 Thread Jeremy Pemberton-Pigott
Does anyone have an idea of how to implement a heartbeat message posted from remote Nifi servers to another server running Nifi? This is so that I can tell if within say 1 hour there was no heartbeat received from a known list it could generate a log message with an error message of the server that

Re: Nifi Cluster Untrusted Proxy Error

2019-09-03 Thread Dweep Sharma
Can someone take a peek at this - what could be wrong? Thanks -Dweep On Fri, Aug 30, 2019 at 4:52 PM Dweep Sharma wrote: > Hi All, > > I am receiving an error while setting up a 2 node cluster (external zk) > using Google Auth [OpenID connect] > > *Insufficient Permissions* > > *Untrusted proxy

回复: CaptureChangeMySQL bit(1) type field is parsed to '{}'

2019-09-03 Thread wangl...@geekplus.com.cn
Anybody has any insight on this? wangl...@geekplus.com.cn 发件人: wangl...@geekplus.com.cn 发送时间: 2019-08-22 19:31 收件人: users 主题: CaptureChangeMySQL bit(1) type field is parsed to '{}' CaptureChangeMySQL -> ConvertJSONToSQL -> ExecuteSQL to replicate my database. But when the field type is bit,