From 6e171bb01482241c449a0fa6812b0d41a641e2c9 Mon Sep 17 00:00:00 2001 From: shanedaniel Date: Fri, 17 Nov 2017 18:32:53 +0000 Subject: Fix Elasticsearch template issue Issue-ID: LOG-99 Change-Id: I2fd2a54542de1d6b2d2d6520b96d57f4c2a2391e Signed-off-by: shanedaniel --- elasticstack/logstash/conf/onap-pipeline.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit 1.2.3-korg