aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/log/resources/logstash/pipeline/onap-pipeline.conf
diff options
context:
space:
mode:
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 ed634ed684..123ceb5f28 100644
--- a/kubernetes/log/resources/logstash/pipeline/onap-pipeline.conf
+++ b/kubernetes/log/resources/logstash/pipeline/onap-pipeline.conf
@@ -224,6 +224,7 @@ 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"]
+## OOM-427, OOM-441 hardcoded onap workspace to avoid helm upgrade past 2.3
hosts => ["http://elasticsearch.onap-log:9200"]
@@ -246,7 +247,7 @@ output {
######### Document configurations #########
- index => "onaplogs-%{+YYYY.MM.dd}"
+ index => "logstash-%{+YYYY.MM.dd}"
document_type => "logs"
## This can be used to associate child documents with a parent using the parent ID.