summaryrefslogtreecommitdiffstats
path: root/kubernetes/log/resources/logstash/pipeline/onap-pipeline.conf
diff options
context:
space:
mode:
authorMichael O'Brien <frank.obrien@amdocs.com>2017-11-17 20:20:24 -0500
committerAlexis de Talhouƫt <alexis.de_talhouet@bell.ca>2017-11-27 16:10:03 +0000
commitc71456f1fc98b5adb170c04e5aca21bf13796bbb (patch)
tree80a57c4afee5be5d5b991aa5bc80c82fef1b9999 /kubernetes/log/resources/logstash/pipeline/onap-pipeline.conf
parent1cee1a3eb985815da8d55ca7bcfa2bf3ac092d34 (diff)
revert OOM-420 to avoid helm 2.3+ upgrade
Issue-ID: OOM-441 Change-Id: I657b9c169dcfc9a8320277f14b5b7908dd2cdf2a Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
Diffstat (limited to 'kubernetes/log/resources/logstash/pipeline/onap-pipeline.conf')
-rw-r--r--kubernetes/log/resources/logstash/pipeline/onap-pipeline.conf3
1 files changed, 2 insertions, 1 deletions
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.