X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Flog%2Fresources%2Flogstash%2Fpipeline%2Fonap-pipeline.conf;h=b425550f5be3dfe4e717f99af444dd195e8c6987;hb=c71456f1fc98b5adb170c04e5aca21bf13796bbb;hp=229bcc14667232999f7941c96a35017edbecf355;hpb=1cee1a3eb985815da8d55ca7bcfa2bf3ac092d34;p=oom.git diff --git a/kubernetes/log/resources/logstash/pipeline/onap-pipeline.conf b/kubernetes/log/resources/logstash/pipeline/onap-pipeline.conf index 229bcc1466..b425550f5b 100644 --- a/kubernetes/log/resources/logstash/pipeline/onap-pipeline.conf +++ b/kubernetes/log/resources/logstash/pipeline/onap-pipeline.conf @@ -224,7 +224,8 @@ output { #can specify one or a list of hosts. If sniffing is set, one is enough and others will be auto-discovered ##Also protocol can be specified like ["http://10.247.186.12:9200"] - hosts => ["http://elasticsearch.{{.Values.nsPrefix}}-log:9200"] +## OOM-427, OOM-441 hardcoded onap workspace to avoid helm upgrade past 2.3 + hosts => ["http://elasticsearch.onap-log:9200"] ## This setting asks Elasticsearch for the list of all cluster nodes and adds them to the hosts list. Default is false.