From: shanedaniel Date: Fri, 17 Nov 2017 18:21:00 +0000 (+0000) Subject: Fix Elasticsearch template issue X-Git-Tag: 2.0.0-ONAP~568^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1cdda18576f926349e7628152b5326f8d69a92cc;hp=bda2ac819dc074c3f8685f05b4669fd4c89ede3d;p=oom.git Fix Elasticsearch template issue Issue-ID: OOM-443 Change-Id: Idc24ac31d3582f73df75d6697363efd44306cb12 Signed-off-by: shanedaniel --- diff --git a/kubernetes/log/resources/logstash/pipeline/onap-pipeline.conf b/kubernetes/log/resources/logstash/pipeline/onap-pipeline.conf index 229bcc1466..986abe44fe 100644 --- a/kubernetes/log/resources/logstash/pipeline/onap-pipeline.conf +++ b/kubernetes/log/resources/logstash/pipeline/onap-pipeline.conf @@ -246,7 +246,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.