Repository: ambari Updated Branches: refs/heads/cloud-logsearch 63098db5f -> 9564c1fe6
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/9564c1fe Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9564c1fe Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9564c1fe Branch: refs/heads/cloud-logsearch Commit: 9564c1fe650cec529a85b3490ffced0a84eccfde Parents: 63098db Author: oleewere <[email protected]> Authored: Thu Mar 23 13:09:00 2017 +0100 Committer: oleewere <[email protected]> Committed: Thu Mar 23 13:11:12 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/9564c1fe/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>
