Return-Path: X-Original-To: apmail-karaf-commits-archive@minotaur.apache.org Delivered-To: apmail-karaf-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 373FA19E6D for ; Mon, 28 Mar 2016 06:44:26 +0000 (UTC) Received: (qmail 31260 invoked by uid 500); 28 Mar 2016 06:44:26 -0000 Delivered-To: apmail-karaf-commits-archive@karaf.apache.org Received: (qmail 31228 invoked by uid 500); 28 Mar 2016 06:44:26 -0000 Mailing-List: contact commits-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list commits@karaf.apache.org Received: (qmail 31219 invoked by uid 99); 28 Mar 2016 06:44:26 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Mar 2016 06:44:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0860AE01F5; Mon, 28 Mar 2016 06:44:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: jbonofre@apache.org To: commits@karaf.apache.org Message-Id: <7a60f9d3cb4843b3aff08b0bfddf0cf8@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: karaf-decanter git commit: Update README and RELEASE-NOTES in preparation for the release Date: Mon, 28 Mar 2016 06:44:26 +0000 (UTC) Repository: karaf-decanter Updated Branches: refs/heads/master e06e08695 -> 4337bb06c Update README and RELEASE-NOTES in preparation for the release Project: http://git-wip-us.apache.org/repos/asf/karaf-decanter/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf-decanter/commit/4337bb06 Tree: http://git-wip-us.apache.org/repos/asf/karaf-decanter/tree/4337bb06 Diff: http://git-wip-us.apache.org/repos/asf/karaf-decanter/diff/4337bb06 Branch: refs/heads/master Commit: 4337bb06c2c21af2c7a7057fd200e9d90cf884da Parents: e06e086 Author: Jean-Baptiste Onofré Authored: Mon Mar 28 08:44:09 2016 +0200 Committer: Jean-Baptiste Onofré Committed: Mon Mar 28 08:44:09 2016 +0200 ---------------------------------------------------------------------- README | 9 +++++++++ RELEASE-NOTES | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-decanter/blob/4337bb06/README ---------------------------------------------------------------------- diff --git a/README b/README index 33dacaf..f8a8528 100644 --- a/README +++ b/README @@ -94,6 +94,15 @@ SLA/Alerters * decanter-sla-email * decanter-sla-camel +Additional features +------------------- +* elasticsearch 1.7.3 +* elasticsearch 2.2.0 +* elasticsearch-head 1.7.3 +* elasticsearch-head 2.2.0 +* kibana 3.1.1 +* kibana 4.1.2 + Thanks for using Apache Karaf Decanter ! -- http://git-wip-us.apache.org/repos/asf/karaf-decanter/blob/4337bb06/RELEASE-NOTES ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6b23eb2..0bcbc09 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,65 @@ * limitations under the License. */ + Apache Karaf Decanter 1.1.0 + =========================== + + Overview + -------- +Apache Karaf Decanter 1.1.0 is the first release on the Decanter 1.1.x serie. It's a complete new version of Decanter +including a lot of new features and bug fixes. + +Decanter is a completed monitoring and alerting solution for Apache Karaf container, and related applications +running on it. + +You can use Decanter in any Karaf version. + +For details, see the ChangeLog: + + ChangeLog + --------- +** Bug + * [KARAF-4059] - Exception thrown during elasticsearch restart + * [KARAF-4121] - Escape characters in the log collection + * [KARAF-4125] - Elasticsearch clusterName and nodeName can't be changed + * [KARAF-4305] - Logs and JMX stats do not show in kibana with default settings + * [KARAF-4312] - Have to provide a decanter src distribution + * [KARAF-4341] - Add REST collector to pull metrics from jolokia + * [KARAF-4375] - IllegalArgumentException: invalid topic exception + * [KARAF-4432] - Marshaller is not able to deal with some event properties + * [KARAF-4440] - Decanter eventadmin collector should cast type property as String + * [KARAF-4448] - Type property is not correctly populated by the eventadmin collector + * [KARAF-4453] - Marshaller doesn't include subject property + +** Dependency upgrade + * [KARAF-3624] - Provide Kibana 4.1 feature + * [KARAF-4331] - Upgrade to elasticsearch 2.2.0 + * [KARAF-4431] - Upgrade to kafka 0.9.0.0 + +** Improvement + * [KARAF-4113] - Be able to use a remote elasticsearch instance in Decanter Kibana + * [KARAF-4170] - Authentication to access Kibana dashboard on karaf-decanter + * [KARAF-4171] - Authentication to access elasticsearch-head on karaf-decanter + * [KARAF-4295] - Use of Elasticsearch REST API in addition of the TransportClient (by configuration) + * [KARAF-4300] - Centralize maven bundle plugin config + * [KARAF-4304] - Cleanup elasticsearch code and build + * [KARAF-4344] - Migrate decanter to DS + * [KARAF-4369] - Collect bundle and other OSGi events in decanter + * [KARAF-4430] - Kafka appender should deal with the ConnectException when the Kafka broker is not available + * [KARAF-4438] - Define the max.request.size on the kafka appender configuration, and increase the default value + +** New Feature + * [KARAF-3698] - Add decanter cassandra appender + * [KARAF-3773] - Add decanter redis appender + * [KARAF-4120] - Provide elasticsearch 2.x feature + * [KARAF-4291] - Add kafka appender + * [KARAF-4296] - Add mqtt appender + * [KARAF-4303] - Create decanter marshalling services + * [KARAF-4321] - Add log4j socket collector + * [KARAF-4368] - Support SSL for kafka appender + * [KARAF-4404] - Create eventadmin collector + * [KARAF-4443] - Create default dahboards in Decanter Kibana 4.x + Apache Karaf Decanter 1.0.1 ===========================