fix bugs
This commit is contained in:
8
doc/script/docker/elk/kibana.yml
Normal file
8
doc/script/docker/elk/kibana.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
# 服务端口
|
||||
server.port: 5601
|
||||
# 服务IP
|
||||
server.host: "0.0.0.0"
|
||||
# ES
|
||||
elasticsearch.hosts: ["http://es-master:9200"]
|
||||
# 汉化
|
||||
i18n.locale: "zh-CN"
|
||||
Reference in New Issue
Block a user