From: shanedaniel Date: Fri, 17 Nov 2017 18:32:53 +0000 (+0000) Subject: Fix Elasticsearch template issue X-Git-Tag: 2.0.0-ONAP~24 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6e171bb01482241c449a0fa6812b0d41a641e2c9;p=logging-analytics.git Fix Elasticsearch template issue Issue-ID: LOG-99 Change-Id: I2fd2a54542de1d6b2d2d6520b96d57f4c2a2391e Signed-off-by: shanedaniel --- diff --git a/elasticstack/logstash/conf/onap-pipeline.conf b/elasticstack/logstash/conf/onap-pipeline.conf index ed3240d..6edf28d 100644 --- a/elasticstack/logstash/conf/onap-pipeline.conf +++ b/elasticstack/logstash/conf/onap-pipeline.conf @@ -247,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.