This commit is contained in:
Jerry
2020-08-13 20:48:34 +08:00
parent cba38ca880
commit cf54acfc38
865 changed files with 38797 additions and 11325 deletions

View File

@@ -0,0 +1,3 @@
ARG KIBANA_VER
FROM kibana:${KIBANA_VER}

View File

@@ -0,0 +1,13 @@
#
# ** THIS IS AN AUTO-GENERATED FILE **
#
# Default Kibana configuration for docker target
server.name: kibana
server.host: "0"
elasticsearch.hosts: [ "http://elasticsearch:9200" ]
# elasticsearch.username: ""
# elasticsearch.password: ""
# 汉化
i18n.locale: "zh-CN"