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:26:54 UTC

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

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

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


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

commit ef43f3d451c4a0e8221c0a1202b0d8f114d01cf9
Author: Olivér Szabó <ol...@gmail.com>
AuthorDate: Sun Jul 8 20:26:51 2018 +0200

    AMBARI-24265. Log Search stack: update ambari input config on ambari server upgrade. (#1712)
---
 .../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