mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 21:16:55 +08:00
90 lines
2.6 KiB
YAML
90 lines
2.6 KiB
YAML
additionalProperties:
|
|
formFields:
|
|
- default: ""
|
|
edit: true
|
|
envKey: ELASTIC_PASSWORD
|
|
labelEn: Password for the 'elastic' user, Numbers and letters
|
|
labelZh: elastic 用户的密码 数字与字母组合
|
|
required: true
|
|
random: true
|
|
type: password
|
|
- default: ""
|
|
edit: true
|
|
envKey: KIBANA_PASSWORD
|
|
labelEn: Password for the 'kibana_system' user, Numbers and letters
|
|
labelZh: kibana_system 用户的密码 数字与字母组合
|
|
required: true
|
|
random: true
|
|
type: password
|
|
- default: "/home/elastic/single"
|
|
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: "9200"
|
|
edit: true
|
|
envKey: ES_HOST
|
|
labelEn: Access host restriction 127.0.0.1:9200
|
|
labelZh: 主机限定 127.0.0.1:9200
|
|
required: true
|
|
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
|
|
- default: 9300
|
|
edit: true
|
|
envKey: ES_COMMUNICATION_PORT
|
|
labelEn: Port to expose Elasticsearch communication to the host
|
|
labelZh: Elasticsearch通讯端口 9300
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: "512m"
|
|
edit: true
|
|
envKey: ES_JAVA_OPTS_XMS
|
|
labelEn: JVM memory allocation pool
|
|
labelZh: JVM内存分配池 初始化内存
|
|
required: true
|
|
type: text
|
|
- default: "512m"
|
|
edit: true
|
|
envKey: ES_JAVA_OPTS_XMX
|
|
labelEn: JVM memory allocation pool
|
|
labelZh: JVM内存分配池 运行内存
|
|
required: true
|
|
type: text
|
|
- default: "true"
|
|
edit: true
|
|
envKey: ES_XPACK_SECURITY_ENABLED
|
|
labelEn: Enable security verification (recommended)
|
|
labelZh: 证书安全验证(推荐开启)
|
|
required: true
|
|
type: select
|
|
values:
|
|
- label: "开启"
|
|
value: "true"
|
|
- label: "关闭"
|
|
value: "false"
|