diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2017-12-01 16:16:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-12-01 16:16:40 +0000 |
commit | 60856b2362ef19d5cc60683d0dd3a9895d403a12 (patch) | |
tree | 0a6869e1c7cc514a857eabf04de07ed7a907ba50 | |
parent | 67c338dbfd32ef157f217d2d993ab99c139aa0c3 (diff) | |
parent | 1cdda18576f926349e7628152b5326f8d69a92cc (diff) |
Merge "Fix Elasticsearch template issue"
-rw-r--r-- | kubernetes/log/resources/logstash/pipeline/onap-pipeline.conf | 2 |
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 b425550f5b..123ceb5f28 100644 --- a/kubernetes/log/resources/logstash/pipeline/onap-pipeline.conf +++ b/kubernetes/log/resources/logstash/pipeline/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. |