2024-07-22 17:20:08 +08:00
|
|
|
additionalProperties:
|
|
|
|
formFields:
|
|
|
|
- default: "/home/elasticsearch"
|
|
|
|
edit: true
|
2024-07-23 12:10:04 +08:00
|
|
|
envKey: ELASTICSEARCH_ROOT_PATH
|
2024-07-22 17:20:08 +08:00
|
|
|
labelZh: 数据持久化路径
|
|
|
|
labelEn: Data persistence path
|
|
|
|
required: true
|
|
|
|
type: text
|
|
|
|
- default: 9200
|
|
|
|
edit: true
|
2024-07-23 12:54:17 +08:00
|
|
|
envKey: PANEL_APP_PORT_HTTP
|
2024-07-22 17:20:08 +08:00
|
|
|
labelZh: WebUI 端口
|
|
|
|
labelEn: WebUI port
|
|
|
|
required: true
|
|
|
|
rule: paramPort
|
|
|
|
type: number
|
|
|
|
- default: ""
|
|
|
|
edit: true
|
|
|
|
envKey: ELASTIC_PASSWORD
|
|
|
|
labelZh: Elasticsearch 密码 (elastic)
|
|
|
|
labelEn: Elasticsearch password (elastic)
|
2024-07-23 12:54:17 +08:00
|
|
|
required: true
|
2024-07-22 17:20:08 +08:00
|
|
|
type: password
|
|
|
|
- default: ""
|
|
|
|
edit: true
|
|
|
|
envKey: KIBANA_PASSWORD
|
|
|
|
labelZh: Kibana 密码 (kibana_system)
|
|
|
|
labelEn: Kibana password (kibana_system)
|
|
|
|
required: false
|
|
|
|
type: password
|
2024-07-23 11:58:54 +08:00
|
|
|
- default: ""
|
2024-07-23 11:38:50 +08:00
|
|
|
edit: true
|
|
|
|
envKey: ES_JAVA_OPTS
|
|
|
|
labelZh: Elasticsearch Java 配置 (可选)
|
|
|
|
labelEn: Elasticsearch Java configuration (optional)
|
|
|
|
required: false
|
|
|
|
type: text
|