Repository: ambari Updated Branches: refs/heads/trunk fecc9b80a -> 7f09e4c6a
AMBARI-19444 Log Feeder should be restarted after configuration change (mgergely) Change-Id: Id8653c1fb81332c8bfd47140d430b70580f65c4f Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7f09e4c6 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7f09e4c6 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7f09e4c6 Branch: refs/heads/trunk Commit: 7f09e4c6a7751004132e41d1ccd9ec7e48998231 Parents: fecc9b8 Author: Miklos Gergely <[email protected]> Authored: Wed Jan 11 02:12:56 2017 +0100 Committer: Miklos Gergely <[email protected]> Committed: Wed Jan 11 02:12:56 2017 +0100 ---------------------------------------------------------------------- .../LOGSEARCH/0.5.0/metainfo.xml | 22 ++++++++++++++++++++ .../properties/input.config-ambari.json.j2 | 10 ++++----- 2 files changed, 27 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/7f09e4c6/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 20ee2a8..2bd5bd1 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 @@ -98,6 +98,28 @@ <config-type>logfeeder-ambari-config</config-type> <config-type>logfeeder-output-config</config-type> <config-type>logfeeder-custom-logsearch-config</config-type> + <config-type>accumulo-logsearch-conf</config-type> + <config-type>ams-logsearch-conf</config-type> + <config-type>atlas-logsearch-conf</config-type> + <config-type>falcon-logsearch-conf</config-type> + <config-type>flume-logsearch-conf</config-type> + <config-type>hbase-logsearch-conf</config-type> + <config-type>hdfs-logsearch-conf</config-type> + <config-type>hive-logsearch-conf</config-type> + <config-type>infra-logsearch-conf</config-type> + <config-type>kafka-logsearch-conf</config-type> + <config-type>knox-logsearch-conf</config-type> + <config-type>mapred-logsearch-conf</config-type> + <config-type>nifi-logsearch-conf</config-type> + <config-type>oozie-logsearch-conf</config-type> + <config-type>ranger-kms-logsearch-conf</config-type> + <config-type>ranger-logsearch-conf</config-type> + <config-type>spark-logsearch-conf</config-type> + <config-type>spark2-logsearch-conf</config-type> + <config-type>storm-logsearch-conf</config-type> + <config-type>yarn-logsearch-conf</config-type> + <config-type>zeppelin-logsearch-conf</config-type> + <config-type>zookeeper-logsearch-conf</config-type> </configuration-dependencies> </component> http://git-wip-us.apache.org/repos/asf/ambari/blob/7f09e4c6/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/properties/input.config-ambari.json.j2 ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/properties/input.config-ambari.json.j2 b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/properties/input.config-ambari.json.j2 index ad4adb2..d948ea4 100644 --- a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/properties/input.config-ambari.json.j2 +++ b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/properties/input.config-ambari.json.j2 @@ -299,11 +299,6 @@ "new_fieldname":"cliType" } }, - "RequestId":{ - "map_fieldname":{ - "new_fieldname":"request_id" - } - }, "TaskId":{ "map_fieldname":{ "new_fieldname":"task_id" @@ -391,6 +386,11 @@ "new_fieldname":"ws_repositories" } }, + "RequestId":{ + "map_fieldname":{ + "new_fieldname":"ws_request_id" + } + }, "Roles":{ "map_fieldname":{ "new_fieldname":"ws_roles"
