GitHub user Ethanlm opened a pull request:
https://github.com/apache/storm/pull/2430
[STORM-2827] fix Logviewer search returning incorrect logviewerUrl problem
https://issues.apache.org/jira/browse/STORM-2827
The logviewer search returns "http" url no matter whether logviewer is
using https or not, which could lead to 404 not found error.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Ethanlm/storm STORM-2827
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2430.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2430
----
commit ebdd08615627c383580605d4056ca15e463c2f66
Author: Ethan Li <[email protected]>
Date: 2017-11-20T22:32:05Z
[STORM-2827] fix Logviewer search returning incorrect logviewerUrl problem
----
---