diff options
author | Kerenj <keren.joseph@amdocs.com> | 2017-11-12 11:26:40 +0200 |
---|---|---|
committer | Kerenj <keren.joseph@amdocs.com> | 2017-11-12 11:26:40 +0200 |
commit | 6b7eed0b201db46435b38d68eec3b84ba4fa4eba (patch) | |
tree | 0b9431e1bd215f9b260a8a0d48e8db57fcf98645 /kubernetes/log/resources/kibana | |
parent | c5123229d9631aaf504a420be456ce2578fc8942 (diff) |
fixed kibana and logstash connection to es
Change-Id: I21b3af541ee32c8231b4b5cc0db8c335586a33b0
Issue-ID: OOM-420
Signed-off-by: Kerenj <keren.joseph@amdocs.com>
Diffstat (limited to 'kubernetes/log/resources/kibana')
-rw-r--r-- | kubernetes/log/resources/kibana/conf/kibana.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/log/resources/kibana/conf/kibana.yml b/kubernetes/log/resources/kibana/conf/kibana.yml index 0f72daa497..51af3f6b22 100644 --- a/kubernetes/log/resources/kibana/conf/kibana.yml +++ b/kubernetes/log/resources/kibana/conf/kibana.yml @@ -30,7 +30,7 @@ server.host: "0" server.name: "Kibana" # The URL of the Elasticsearch instance to use for all your queries. -elasticsearch.url: "http://elasticsearch.onap-log:9200" +elasticsearch.url: "http://elasticsearch.{{.Values.nsPrefix}}-log:9200" #elasticsearch-service.onap-log:9200" #elasticsearch.url: "http://10.247.47.3:9200" # When this setting's value is true Kibana uses the hostname specified in the server.host |