summaryrefslogtreecommitdiffstats
path: root/kubernetes/log
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2017-12-01 16:16:40 +0000
committerGerrit Code Review <gerrit@onap.org>2017-12-01 16:16:40 +0000
commit60856b2362ef19d5cc60683d0dd3a9895d403a12 (patch)
tree0a6869e1c7cc514a857eabf04de07ed7a907ba50 /kubernetes/log
parent67c338dbfd32ef157f217d2d993ab99c139aa0c3 (diff)
parent1cdda18576f926349e7628152b5326f8d69a92cc (diff)
Merge "Fix Elasticsearch template issue"
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 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.