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 2018/07/08 18:27:08 UTC

[ambari] branch branch-2.7 updated: AMBARI-24265. Log Search stack: update ambari input config on ambari server upgrade. (#1713)

This is an automated email from the ASF dual-hosted git repository.

oleewere pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new be554cf  AMBARI-24265. Log Search stack: update ambari input config on ambari server upgrade. (#1713)
be554cf is described below

commit be554cf873fac3a9882875f9411265b02ef6950f
Author: Olivér Szabó <ol...@gmail.com>
AuthorDate: Sun Jul 8 20:27:06 2018 +0200

    AMBARI-24265. Log Search stack: update ambari input config on ambari server upgrade. (#1713)
---
 .../LOGSEARCH/0.5.0/configuration/logfeeder-ambari-config.xml           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logfeeder-ambari-config.xml b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logfeeder-ambari-config.xml
index fce4c10..868e32c 100644
--- a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logfeeder-ambari-config.xml
+++ b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logfeeder-ambari-config.xml
@@ -33,6 +33,6 @@
       <property-file-type>text</property-file-type>
       <visible>false</visible>
     </value-attributes>
-    <on-ambari-upgrade add="true"/>
+    <on-ambari-upgrade add="true" update="true"/>
   </property>
 </configuration>
\ No newline at end of file