Commit 37513004 by Carson Gee

Add port support for kibana configuration

parent 8a8e1fa7
...@@ -21,11 +21,11 @@ function (Settings) { ...@@ -21,11 +21,11 @@ function (Settings) {
//elasticsearch: "http://"+window.location.hostname+":9200", //elasticsearch: "http://"+window.location.hostname+":9200",
{% if NGINX_ENABLE_SSL %} {% if NGINX_ENABLE_SSL %}
elasticsearch: "https://{{ KIBANA_SERVER_NAME }}/e", elasticsearch: "https://{{ KIBANA_SERVER_NAME }}:{{ KIBANA_NGINX_PORT }}/e",
{% else %} {% else %}
elasticsearch: "http://{{ KIBANA_SERVER_NAME }}/e", elasticsearch: "http://{{ KIBANA_SERVER_NAME }}:{{ KIBANA_NGINX_PORT }}/e",
{% endif %} {% endif %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment