| Property | Description |
|---|---|
| nifi.web.war.directory | web war包的目錄. The default value is ./lib. |
| nifi.web.http.host web | 主機名稱。默認(rèn)空 |
| nifi.web.http.port | web端口 8080. |
| nifi.web.http.port.forwarding | 將傳入的HTTP請求轉(zhuǎn)發(fā)到nifi.web.http.host的端口。 此屬性旨在用于端口轉(zhuǎn)發(fā),當(dāng)NiFi必須由非root用戶啟動以獲得更好的安全性時,則需要通過低端口訪問才能通過防火墻。 例如,要在端口80上通過HTTP協(xié)議公開NiFi,但實際上在端口8080上偵聽,則需要配置將請求從80重定向到8080的操作系統(tǒng)級端口轉(zhuǎn)發(fā),例如iptables(Linux / Unix)或pfctl(OS X)。 然后將nifi.web.http.port設(shè)置為8080,將nifi.web.http.port.forwarding設(shè)置為80.默認(rèn)為空。 |
| nifi.web.http.network.interface* | NiFi應(yīng)為HTTP請求綁定的網(wǎng)絡(luò)接口的名稱。 這是默認(rèn)的空白。注:可以使用nifi.web.http.network.interface指定多個網(wǎng)絡(luò)接口。 前綴具有唯一的后綴,并將網(wǎng)絡(luò)接口名稱分隔為值。例如,要提供兩個額外的網(wǎng)絡(luò)接口,用戶還可以使用以下鍵指定其他屬性:nifi.web.http.network.interface.eth0=eth0nifi.web.http.network.interface.eth1=eth1提供三個完整的網(wǎng)絡(luò)接口,包括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線程的數(shù)量。 默認(rèn)值是200。 |
NIFI 系統(tǒng)屬性 System Properties之Web Properties
最后編輯于 :
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。
相關(guān)閱讀更多精彩內(nèi)容
- 集群通用屬性 設(shè)置NiFi集群時,應(yīng)在所有節(jié)點上以相同的方式配置這些屬性。 集群節(jié)點屬性 為集群節(jié)點配置這些屬性。
- Core Properties nifi.properties文件的第一部分是核心屬性。 這些屬性作為一個整體適用...
- FlowFile存儲庫 FlowFile存儲庫會跟蹤系統(tǒng)中每個FlowFile的屬性和當(dāng)前狀態(tài)。 默認(rèn)情況下,該存...
- 來源庫 Provenance Repository 來源庫包含有關(guān)數(shù)據(jù)來源的信息。 接下來的四個部分是Proven...
- Given an array of integers, 1 ≤ a[i] ≤ n (n = size of arr...