AMBARI-20382. Log Search: Web UI Alert tries to use http protocol even if ssl is enabled (oleewere)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/03a832e6 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/03a832e6 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/03a832e6 Branch: refs/heads/branch-feature-AMBARI-12556 Commit: 03a832e6d409802f3ae248799fa448b8f1a307d5 Parents: 389308e Author: oleewere <[email protected]> Authored: Fri Mar 10 12:09:41 2017 +0100 Committer: oleewere <[email protected]> Committed: Fri Mar 10 12:10:18 2017 +0100 ---------------------------------------------------------------------- .../src/main/resources/common-services/LOGSEARCH/0.5.0/alerts.json | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/03a832e6/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/alerts.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/alerts.json b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/alerts.json index 537d7fa..d2926c8 100644 --- a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/alerts.json +++ b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/alerts.json @@ -12,6 +12,8 @@ "uri": { "http": "{{logsearch-env/logsearch_ui_port}}", "https": "{{logsearch-env/logsearch_ui_port}}", + "https_property": "{{logsearch-env/logsearch_ui_protocol}}", + "https_property_value": "https", "default_port": 61888, "connection_timeout": 5.0 },
