From 353ce1d7bb77759ff916f96425493a0171c35cc3 Mon Sep 17 00:00:00 2001 From: Kerenj Date: Sun, 12 Nov 2017 11:08:28 +0200 Subject: fixed kibana and logstash connection to es Change-Id: If140f2fb65a5668c8f71d4beeea086ab2c07999e Issue-ID: OOM-420 Signed-off-by: Kerenj --- kubernetes/log/resources/kibana/conf/kibana.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/log/resources/kibana') diff --git a/kubernetes/log/resources/kibana/conf/kibana.yml b/kubernetes/log/resources/kibana/conf/kibana.yml index 0f72daa497..3bdb2febc7 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 -- cgit 1.2.3-korg