diff options
-rw-r--r-- | docs/release-notes.rst | 12 | ||||
-rw-r--r-- | elasticstack/logstash/conf/onap-pipeline.conf | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 54b70de..c4fa404 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -1,12 +1,12 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. -Release Notes -============= +Log Enhancements Release Notes +============================== -Version: 1.0 (Amsterdam) ------------------------- +Version: 1.0.0 +-------------- -:Release Date: 2017-11-XX +:Release Date: 2017-11-16 **New Features** @@ -40,7 +40,7 @@ This release adds Elastic Stack analytics deployment to OOM, aligns logging prov SO log format error during Health Check - blocking tracking jira for SO-246. **Security Issues** - None. + None **Upgrade Notes** None diff --git a/elasticstack/logstash/conf/onap-pipeline.conf b/elasticstack/logstash/conf/onap-pipeline.conf index ed3240d..6edf28d 100644 --- a/elasticstack/logstash/conf/onap-pipeline.conf +++ b/elasticstack/logstash/conf/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. |