Property | Description |
---|---|
nifi.web.war.directory | web war包的目录. The default value is ./lib. |
nifi.web.http.host web | 主机名称。默认空 |
nifi.web.http.port | web端口 8080. |
nifi.web.http.port.forwarding | 将传入的HTTP请求转发到nifi.web.http.host的端口。 此属性旨在用于端口转发,当NiFi必须由非root用户启动以获得更好的安全性时,则需要通过低端口访问才能通过防火墙。 例如,要在端口80上通过HTTP协议公开NiFi,但实际上在端口8080上侦听,则需要配置将请求从80重定向到8080的操作系统级端口转发,例如iptables(Linux / Unix)或pfctl(OS X)。 然后将nifi.web.http.port设置为8080,将nifi.web.http.port.forwarding设置为80.默认为空。 |
nifi.web.http.network.interface* | NiFi应为HTTP请求绑定的网络接口的名称。 这是默认的空白。注:可以使用nifi.web.http.network.interface指定多个网络接口。 前缀具有唯一的后缀,并将网络接口名称分隔为值。例如,要提供两个额外的网络接口,用户还可以使用以下键指定其他属性:nifi.web.http.network.interface.eth0=eth0nifi.web.http.network.interface.eth1=eth1提供三个完整的网络接口,包括nifi.web.http.network.interface.default。 |
nifi.web.https.host | The HTTPS host. It is blank by default. |
nifi.web.https.port | The HTTPS port. It is blank by default. When configuring NiFi to run securely, this port should be configured. |
nifi.web.https.port.forwarding | Same as nifi.web.http.port.forwarding, but with HTTPS for secure communication. It is blank by default. |
nifi.web.https.network.interface* | The name of the network interface to which NiFi should bind for HTTPS requests. It is blank by default.NOTE: Multiple network interfaces can be specified by using the nifi.web.https.network.interface. prefix with unique suffixes and separate network interface names as values.For example, to provide two additional network interfaces, a user could also specify additional properties with keys of:nifi.web.https.network.interface.eth0=eth0nifi.web.https.network.interface.eth1=eth1Providing three total network interfaces, includingnifi.web.https.network.interface.default. |
nifi.web.jetty.working.directory | Jetty工作目录的位置。 缺省值是./work/jetty。 |
nifi.web.jetty.threads | Jetty线程的数量。 默认值是200。 |
NIFI 系统属性 System Properties之Web Properties
最后编辑于 :
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- 集群通用属性 设置NiFi集群时,应在所有节点上以相同的方式配置这些属性。 集群节点属性 为集群节点配置这些属性。
- Core Properties nifi.properties文件的第一部分是核心属性。 这些属性作为一个整体适用...
- FlowFile存储库 FlowFile存储库会跟踪系统中每个FlowFile的属性和当前状态。 默认情况下,该存...
- 来源库 Provenance Repository 来源库包含有关数据来源的信息。 接下来的四个部分是Proven...
- Given an array of integers, 1 ≤ a[i] ≤ n (n = size of arr...