syzc/script/docker/elk/kibana.yml

9 lines
149 B
YAML
Raw Normal View History

2026-06-12 16:14:58 +08:00
# 服务端口
server.port: 5601
# 服务IP
server.host: "0.0.0.0"
# ES
elasticsearch.hosts: ["http://es-master:9200"]
# 汉化
i18n.locale: "zh-CN"