2024-07-22 17:20:08 +08:00
|
|
|
additionalProperties:
|
|
|
|
formFields:
|
|
|
|
- default: "/home/kibana"
|
|
|
|
edit: true
|
2024-07-23 15:14:47 +08:00
|
|
|
envKey: KIBANA_ROOT_PATH
|
2024-07-22 17:20:08 +08:00
|
|
|
labelZh: 数据持久化路径
|
|
|
|
labelEn: Data persistence path
|
|
|
|
required: true
|
|
|
|
type: text
|
|
|
|
- default: 5601
|
|
|
|
edit: true
|
|
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
|
|
labelZh: WebUI 端口
|
|
|
|
labelEn: WebUI port
|
|
|
|
required: true
|
|
|
|
rule: paramPort
|
|
|
|
type: number
|
2024-07-23 16:41:07 +08:00
|
|
|
- default: "https://127.0.0.1:9200"
|
2024-07-22 17:20:08 +08:00
|
|
|
edit: true
|
2024-07-23 16:41:07 +08:00
|
|
|
envKey: elasticsearch_hosts
|
2024-07-22 17:20:08 +08:00
|
|
|
labelZh: Elasticsearch 地址
|
|
|
|
labelEn: Elasticsearch address
|
|
|
|
required: true
|
|
|
|
type: text
|