You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by mr...@apache.org on 2017/10/30 22:36:20 UTC

[54/56] [abbrv] ambari git commit: AMBARI-22328 Fix Log Search configuration dependencies (mgergely)

AMBARI-22328 Fix Log Search configuration dependencies (mgergely)

Change-Id: I2b1e232e2a774973f56283d71c2672856adf9c5f


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

Branch: refs/heads/branch-feature-AMBARI-14714
Commit: f95296f78c6175d62d63ccad3b9b3cc16a4c1b5b
Parents: 9fde9d7
Author: Miklos Gergely <mg...@hortonworks.com>
Authored: Mon Oct 30 17:53:07 2017 +0100
Committer: Miklos Gergely <mg...@hortonworks.com>
Committed: Mon Oct 30 17:53:07 2017 +0100

----------------------------------------------------------------------
 .../resources/common-services/LOGSEARCH/0.5.0/metainfo.xml     | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/f95296f7/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/metainfo.xml b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/metainfo.xml
index 4a7b3e0..69d7ecd 100644
--- a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/metainfo.xml
+++ b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/metainfo.xml
@@ -66,12 +66,13 @@
           <configuration-dependencies>
             <config-type>infra-solr-env</config-type>
             <config-type>logsearch-properties</config-type>
+            <config-type>logsearch-common-properties</config-type>
             <config-type>logsearch-env</config-type>
             <config-type>logsearch-common-env</config-type>
             <config-type>logsearch-log4j</config-type>
             <config-type>logsearch-admin-json</config-type>
-            <config-type>logsearch-service_logs-solrconfig.xml</config-type>
-            <config-type>logsearch-audit_logs-solrconfig.xml</config-type>
+            <config-type>logsearch-service_logs-solrconfig</config-type>
+            <config-type>logsearch-audit_logs-solrconfig</config-type>
           </configuration-dependencies>
         </component>
 
@@ -97,6 +98,7 @@
             <config-type>infra-solr-env</config-type>
             <config-type>logsearch-common-env</config-type>
             <config-type>logfeeder-properties</config-type>
+            <config-type>logsearch-common-properties</config-type>
             <config-type>logfeeder-env</config-type>
             <config-type>logfeeder-grok</config-type>
             <config-type>logfeeder-log4j</config-type>