Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2204#discussion_r128353794
--- Diff: storm-core/src/clj/org/apache/storm/ui/core.clj ---
@@ -134,12 +134,12 @@
(defn logviewer-link [host fname secure?]
(if (and secure? (*STORM-CONF* LOGVIEWER-HTTPS-PORT))
- (UIHelpers/urlFormat "https://%s:%s/log?file=%s"
+ (UIHelpers/urlFormat "https://%s:%s/api/v1/log?file=%s"
--- End diff --
I just realized that we don't have the UI REST API documented anywhere. I
think that is OK, but we might want to think about doing it at some point.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---