61 lines
1.8 KiB
YAML
61 lines
1.8 KiB
YAML
additionalProperties:
|
|
formFields:
|
|
- default: "docker-cluster"
|
|
edit: true
|
|
envKey: CLUSTER_NAME
|
|
labelEn: cluster name
|
|
labelZh: 集群名称
|
|
required: true
|
|
type: text
|
|
- default: ""
|
|
edit: true
|
|
envKey: ELASTIC_PASSWORD
|
|
labelEn: Password for the 'elastic' user, Numbers and letters
|
|
labelZh: “elastic”用户的密码 数字与字母组合
|
|
required: true
|
|
type: password
|
|
- default: ""
|
|
edit: true
|
|
envKey: KIBANA_PASSWORD
|
|
labelEn: Password for the 'kibana_system' user, Numbers and letters
|
|
labelZh: “kibana_system”用户的密码 数字与字母组合
|
|
required: true
|
|
type: password
|
|
- default: "/home/elastic"
|
|
edit: true
|
|
envKey: ES_ROOT_PATH
|
|
labelEn: data persistence root path
|
|
labelZh: 数据持久化根路径
|
|
required: true
|
|
type: text
|
|
- default: 1073741824
|
|
edit: true
|
|
envKey: MEM_LIMIT
|
|
labelEn: Increase or decrease based on the available host memory (in bytes)
|
|
labelZh: 根据可用主机内存增加或减少(以字节为单位)
|
|
required: true
|
|
type: number
|
|
- default: ""
|
|
edit: true
|
|
envKey: ES_HOST
|
|
labelEn: Access host restriction 127.0.0.1
|
|
labelZh: 访问主机限定 127.0.0.1
|
|
required: false
|
|
type: text
|
|
- default: 9200
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTPS
|
|
labelEn: Port to expose Elasticsearch HTTP API to the host
|
|
labelZh: 开放API的端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: 5601
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port to expose Kibana to the host
|
|
labelZh: Kibana面板端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|