Re: Monitoring NiFi Root Level Controller Services

2021-02-01 Thread Daniel Chaffelson
Hi John, the python client nipyapi already has convenience methods in canvas.py for this, you are looking for a component status of Running. On Tue, 2 Feb 2021, 01:18 jgunvaldson, wrote: > Wiring up a rest client to make a rest request to the NIFI API, seems the > following three are possible

Week of year - query record processor

2021-02-01 Thread KhajaAsmath Mohammed
Hi, Is there a way to get weekofyear from the query record processor. Any syntax would really help. Time stamp: 2021-02-01 12:12:12 Thanks, Khaja Sent from my iPhone

Re: Monitoring NiFi Root Level Controller Services

2021-02-01 Thread jgunvaldson
Wiring up a rest client to make a rest request to the NIFI API, seems the following three are possible candidates: GET /controller-services/{id} Gets a controller service GET /controller-services/{id}/referencesGets a controller service GET

unsubscribe

2021-02-01 Thread luby
unsubscribe 陆伯鹰 中国投资有限责任公司信息技术部 电话:+86 (0)10 84096521 传真:+86 (0)10 64086851 北京市东城区朝阳门北大街1号新保利大厦8层 100010 网站:www.china-inv.cn 本邮件内容包含保密信息。如阁下并非拟发送的收件人,请您不要阅读、保存、对外 披露或复制本邮件的任何内容,或者打开本邮件的任何附件。请即回复邮件告知发件 人,并立刻将该邮件及其附件从您的电脑系统中全部删除,不胜感激。 This

Re: Monitoring NiFi Root Level Controller Services

2021-02-01 Thread Joe Witt
also sorry for referencing you as 'John' - not sure why I just assumed that :) On Mon, Feb 1, 2021 at 5:46 PM Joe Witt wrote: > John, > > You're using a vendor distribution of NiFi. You should contact the vendor. > > You can certainly monitor the state of a controller service via the REST >

Re: Monitoring NiFi Root Level Controller Services

2021-02-01 Thread Joe Witt
John, You're using a vendor distribution of NiFi. You should contact the vendor. You can certainly monitor the state of a controller service via the REST API. They should either be enabled or not enabled. Thanks On Mon, Feb 1, 2021 at 5:39 PM jgunvaldson wrote: > Hi All, > > Root level

Monitoring NiFi Root Level Controller Services

2021-02-01 Thread jgunvaldson
Hi All, Root level (canvas) Controller Services - We tend to setup several Root level Controller services for developers that are typically DBCPConnectionPools and DistributedMapCacheClientService and maybe a few other. MOST importantly, these controller services cannot be down and cannot be