Repository: ambari Updated Branches: refs/heads/trunk da814785d -> 4779515ac
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/4779515a Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4779515a Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4779515a Branch: refs/heads/trunk Commit: 4779515ac6180a659522c795f5eda3082eaaa4b0 Parents: da81478 Author: oleewere <[email protected]> Authored: Thu Mar 23 13:09:00 2017 +0100 Committer: oleewere <[email protected]> Committed: Thu Mar 23 13:09:25 2017 +0100 ---------------------------------------------------------------------- .../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/4779515a/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>
