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/f7008111 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f7008111 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f7008111 Branch: refs/heads/branch-dev-logsearch Commit: f70081119e193525a5841ee0a19eb549c369d0b8 Parents: 839602e Author: oleewere <[email protected]> Authored: Fri Mar 10 12:09:41 2017 +0100 Committer: oleewere <[email protected]> Committed: Fri Mar 10 12:11:25 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/f7008111/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 },
