summaryrefslogtreecommitdiffstats
path: root/kubernetes/log
diff options
context:
space:
mode:
authorshanedaniel <shane.daniel@amdocs.com>2017-11-17 18:21:00 +0000
committerAlexis de Talhouƫt <alexis.de_talhouet@bell.ca>2017-11-22 12:35:55 +0000
commit1cdda18576f926349e7628152b5326f8d69a92cc (patch)
treefc3fe07ac39a7f6e803fc4267230c77643681b21 /kubernetes/log
parentbda2ac819dc074c3f8685f05b4669fd4c89ede3d (diff)
Fix Elasticsearch template issue
Issue-ID: OOM-443 Change-Id: Idc24ac31d3582f73df75d6697363efd44306cb12 Signed-off-by: shanedaniel <shane.daniel@amdocs.com>
Diffstat (limited to 'kubernetes/log')
-rw-r--r--kubernetes/log/resources/logstash/pipeline/onap-pipeline.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/log/resources/logstash/pipeline/onap-pipeline.conf b/kubernetes/log/resources/logstash/pipeline/onap-pipeline.conf
index 229bcc1466..986abe44fe 100644
--- a/kubernetes/log/resources/logstash/pipeline/onap-pipeline.conf
+++ b/kubernetes/log/resources/logstash/pipeline/onap-pipeline.conf
@@ -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.