You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2016/03/23 14:23:35 UTC

karaf-decanter git commit: Add a note in the eventadmin collector

Repository: karaf-decanter
Updated Branches:
  refs/heads/master f0fb00d4e -> 1604d5c63


Add a note in the eventadmin collector


Project: http://git-wip-us.apache.org/repos/asf/karaf-decanter/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf-decanter/commit/1604d5c6
Tree: http://git-wip-us.apache.org/repos/asf/karaf-decanter/tree/1604d5c6
Diff: http://git-wip-us.apache.org/repos/asf/karaf-decanter/diff/1604d5c6

Branch: refs/heads/master
Commit: 1604d5c63d76dcc620dc4ee3080c86e94acc2fa1
Parents: f0fb00d
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Wed Mar 23 14:23:19 2016 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Wed Mar 23 14:23:19 2016 +0100

----------------------------------------------------------------------
 manual/src/main/asciidoc/user-guide/collectors.adoc | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf-decanter/blob/1604d5c6/manual/src/main/asciidoc/user-guide/collectors.adoc
----------------------------------------------------------------------
diff --git a/manual/src/main/asciidoc/user-guide/collectors.adoc b/manual/src/main/asciidoc/user-guide/collectors.adoc
index aa1dd82..a9b0cda 100644
--- a/manual/src/main/asciidoc/user-guide/collectors.adoc
+++ b/manual/src/main/asciidoc/user-guide/collectors.adoc
@@ -156,6 +156,17 @@ file, containing the EventAdmin topics you want to listen:
 event.topics=my/*
 ----
 
+[NOTE]
+================================================
+By default, the events contain timestamp and subject.
+You can disable this by modifying `etc/org.apache.felix.eventadmin.impl.EventAdmin` configuration file:
+
+----
+org.apache.felix.eventadmin.AddTimestamp=true
+org.apache.felix.eventadmin.AddSubject=true
+----
+================================================
+
 ==== JMX
 
 The Decanter JMX Collector is a polled collector, executed periodically by the Decanter Scheduler.