From f730de57d22ecd618a71b6efa7e1558ccc0771da Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Tue, 21 Nov 2017 09:18:38 -0500 Subject: Revert fixed kibana and logstash connection to es MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 6b7eed0b201db46435b38d68eec3b84ba4fa4eba. Issue-ID: OOM-420 Change-Id: Ib78037089df6474a978134c0480d9169ab557795 Signed-off-by: Alexis de Talhouët --- 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 51af3f6b22..0f72daa497 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.{{.Values.nsPrefix}}-log:9200" +elasticsearch.url: "http://elasticsearch.onap-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