Fix Elasticsearch template issue 69/24069/2
authorshanedaniel <shane.daniel@amdocs.com>
Fri, 17 Nov 2017 18:21:00 +0000 (18:21 +0000)
committerAlexis de Talhouët <alexis.de_talhouet@bell.ca>
Wed, 22 Nov 2017 12:35:55 +0000 (12:35 +0000)
Issue-ID: OOM-443

Change-Id: Idc24ac31d3582f73df75d6697363efd44306cb12
Signed-off-by: shanedaniel <shane.daniel@amdocs.com>
kubernetes/log/resources/logstash/pipeline/onap-pipeline.conf

index 229bcc1..986abe4 100644 (file)
@@ -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.