Repository: karaf-decanter Updated Branches: refs/heads/master 49f663f04 -> b5045ae54
Update RELEASE-NOTES in preparation for 1.1.0 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/b5045ae5 Tree: http://git-wip-us.apache.org/repos/asf/karaf-decanter/tree/b5045ae5 Diff: http://git-wip-us.apache.org/repos/asf/karaf-decanter/diff/b5045ae5 Branch: refs/heads/master Commit: b5045ae5443d4d87f95ce7d0dcd5d0487fe5bade Parents: 49f663f Author: Jean-Baptiste Onofré <[email protected]> Authored: Tue Apr 19 17:09:14 2016 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Tue Apr 19 17:09:14 2016 +0200 ---------------------------------------------------------------------- RELEASE-NOTES | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-decanter/blob/b5045ae5/RELEASE-NOTES ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0bcbc09..1442955 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -44,6 +44,7 @@ For details, see the ChangeLog: * [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 + * [KARAF-4480] - LogAppender should use timestamp instead of timeStamp ** Dependency upgrade * [KARAF-3624] - Provide Kibana 4.1 feature @@ -61,6 +62,11 @@ For details, see the ChangeLog: * [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 + * [KARAF-4463] - Secure Kibana 4 + * [KARAF-4466] - Add a note about elasticsearch & kibana best practice for large installation + * [KARAF-4467] - decanter-appender-elasticsearch feature should be an alias to decanter-appender-elasticsearch-native-2.x + * [KARAF-4481] - LogAppender should check if the event is ignored earlier to avoid useless processing + * [KARAF-4495] - Add custom fields support in all collectors ** New Feature * [KARAF-3698] - Add decanter cassandra appender
