Fix Elasticsearch template issue 25/25325/1
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>
Fri, 1 Dec 2017 16:17:05 +0000 (16:17 +0000)
Issue-ID: OOM-443

Change-Id: Idc24ac31d3582f73df75d6697363efd44306cb12
Signed-off-by: shanedaniel <shane.daniel@amdocs.com>
(cherry picked from commit 1cdda18576f926349e7628152b5326f8d69a92cc)

kubernetes/log/resources/logstash/pipeline/onap-pipeline.conf

index ed634ed..30bb2b8 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.