You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ol...@apache.org on 2017/04/12 12:32:03 UTC

[2/6] ambari git commit: AMBARI-20378. Appendum - Logfeeder: add de-duplication support (oleewere)

AMBARI-20378. Appendum - Logfeeder: add de-duplication support (oleewere)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b172026d
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b172026d
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b172026d

Branch: refs/heads/branch-2.5
Commit: b172026d66de0b2d24e514f9b0abbe77555ec54b
Parents: 9bc97c4
Author: oleewere <ol...@gmail.com>
Authored: Thu Mar 23 13:09:00 2017 +0100
Committer: oleewere <ol...@gmail.com>
Committed: Wed Apr 12 14:31:27 2017 +0200

----------------------------------------------------------------------
 .../LOGSEARCH/0.5.0/configuration/logfeeder-properties.xml       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/b172026d/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logfeeder-properties.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logfeeder-properties.xml b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logfeeder-properties.xml
index ca14c1f..1ff8ad3 100644
--- a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logfeeder-properties.xml
+++ b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logfeeder-properties.xml
@@ -115,8 +115,8 @@
     <name>logfeeder.cache.key.field</name>
     <value>log_message</value>
     <description>
-      Key field, which will be used as keys in the Input cache. (by defalt, log_message represets the message part of processed data)<
-    /description>
+      Key field, which will be used as keys in the Input cache. (by defalt, log_message represets the message part of processed data)
+    </description>
     <display-name>Input cache key field</display-name>
     <on-ambari-upgrade add="true"/>
   </property>