Mark attribute as protected.

2016-10-11 Thread Pompilio Ramirez
Hello, Is there a way to make an attribute / value protected? For instance I have an edge device and I send data from it to bring home to cloud. The dataflow lifecycle will have my flowfile go through multiple NIFI site to site clusters that will be supported by different dataflow teams. I want to

Re: Mark attribute as protected.

2016-10-12 Thread Pompilio Ramirez
[1] https://issues.apache.org/jira/browse/NIFI-1140 > [2] https://issues.apache.org/jira/secure/CreateIssue!default.jspa > > Andy LoPresto > alopre...@apache.org > *alopresto.apa...@gmail.com * > PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69 > > On Oct 11, 2016, at

nifi attributes logics

2017-04-06 Thread Pompilio Ramirez
Hello, I cant find a way to take 2 attributes and create an attribute with only the difference between them. Has anyone accomplished that? In general want to define routing to processing groups that do things. I want to define end points ( say customer1 / customer2 / customer3 ) I get one flowfi

Re: nifi attributes logics

2017-04-06 Thread Pompilio Ramirez
P Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69 > > On Apr 6, 2017, at 7:58 AM, Pompilio Ramirez wrote: > > Hello, > > I cant find a way to take 2 attributes and create an attribute with only > the difference between them. > > Has anyone accomplished t

dual nics

2015-11-20 Thread Pompilio Ramirez
Hello, I have a server with 2 NIC's that have separate IP's. I want to use nifi on the server and have it listen to both nic's. Is that possible? Do I need to run 2 instances of nifi or is that configurable? Thank you. Pompilio

Thread management

2015-12-02 Thread Pompilio Ramirez
All, As I was working on my flow I noticed that things worked slowly as I looked around I noticed that the is a UI setting: "maximum timer driven thread count" I increased these numbers to 50 and my flows worked much better. I tried to look around but could not find more documentation on these

Re: Thread management

2015-12-02 Thread Pompilio Ramirez
more then 5 threads”. > > That would be my 2cents > > Cheers > Oleg > > > > On Dec 2, 2015, at 11:20 AM, Pompilio Ramirez > wrote: > > > > All, > > > > As I was working on my flow I noticed that things worked slowly as I > looked around I noti

Default prioritzer

2015-12-11 Thread Pompilio Ramirez
Hello, What is the default prioritizer used? It seems like FIFO but not sure, my testing suggests so but want to verify. I see the documentation to configure the prioritizers but nothing on its default.

Threads

2016-09-22 Thread Pompilio Ramirez
Hello, I am building a few servers that will be clustered. I have noticed that by default controller settings I can set the Maximum ( timer and event driven ). In determining this should I assume that my thread count will be based on what my machine see's for CPU's? Output of mpstat -P ALL ? An