diff options
Diffstat (limited to 'kubernetes/log/resources/kibana/conf/kibana.yml')
-rw-r--r-- | kubernetes/log/resources/kibana/conf/kibana.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/log/resources/kibana/conf/kibana.yml b/kubernetes/log/resources/kibana/conf/kibana.yml index 0f72daa497..3b96bd33c2 100644 --- a/kubernetes/log/resources/kibana/conf/kibana.yml +++ b/kubernetes/log/resources/kibana/conf/kibana.yml @@ -30,6 +30,7 @@ server.host: "0" server.name: "Kibana" # The URL of the Elasticsearch instance to use for all your queries. +# OOM-427, OOM-441 hardcoded onap workspace to avoid helm upgrade past 2.3 elasticsearch.url: "http://elasticsearch.onap-log:9200" #elasticsearch-service.onap-log:9200" #elasticsearch.url: "http://10.247.47.3:9200" |