Fix Elasticsearch template issue 71/24071/1
authorshanedaniel <shane.daniel@amdocs.com>
Fri, 17 Nov 2017 18:32:53 +0000 (18:32 +0000)
committershanedaniel <shane.daniel@amdocs.com>
Fri, 17 Nov 2017 18:33:28 +0000 (18:33 +0000)
Issue-ID: LOG-99

Change-Id: I2fd2a54542de1d6b2d2d6520b96d57f4c2a2391e
Signed-off-by: shanedaniel <shane.daniel@amdocs.com>
elasticstack/logstash/conf/onap-pipeline.conf

index ed3240d..6edf28d 100644 (file)
@@ -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.