Repository: ambari Updated Branches: refs/heads/branch-2.5 fab12b505 -> a96880fb9
AMBARI-19444 Log Feeder should be restarted after configuration change (mgergely) Change-Id: Ib9e65454182aa52b3fc09f4dbbbc4328284dcf62 Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a96880fb Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a96880fb Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a96880fb Branch: refs/heads/branch-2.5 Commit: a96880fb91e8ef67450b9055389e29e1cc5998fc Parents: fab12b5 Author: Miklos Gergely <[email protected]> Authored: Wed Jan 11 02:14:47 2017 +0100 Committer: Miklos Gergely <[email protected]> Committed: Wed Jan 11 02:14:47 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/a96880fb/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 ebf5404..432bd58 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/a96880fb/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"
