Added basePath for proxy config

This commit is contained in:
Dustin Lee
2018-12-03 20:36:53 -05:00
committed by GitHub
parent 40a87d339f
commit afa39aa7df

View File

@@ -3,6 +3,7 @@
{%- set ES = salt['pillar.get']('master:mainip', '') -%}
server.name: kibana
server.host: "0"
server.basePath: /kibana
elasticsearch.url: http://{{ ES }}:9200
#elasticsearch.username: elastic
#elasticsearch.password: changeme