You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by sm...@apache.org on 2022/03/30 11:41:59 UTC

[knox] branch master updated: KNOX-2724 Add HBase UI proxying for Named Queue Logs (#549)

This is an automated email from the ASF dual-hosted git repository.

smolnar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new f324039  KNOX-2724 Add HBase UI proxying for Named Queue Logs (#549)
f324039 is described below

commit f324039c9241d9bb2ba7a50369c46e6144f18812
Author: Peter Somogyi <ps...@apache.org>
AuthorDate: Wed Mar 30 13:41:51 2022 +0200

    KNOX-2724 Add HBase UI proxying for Named Queue Logs (#549)
---
 .../src/main/resources/services/hbaseui/2.1.0/rewrite.xml              | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gateway-service-definitions/src/main/resources/services/hbaseui/2.1.0/rewrite.xml b/gateway-service-definitions/src/main/resources/services/hbaseui/2.1.0/rewrite.xml
index ee8e9ac..0bb434f 100644
--- a/gateway-service-definitions/src/main/resources/services/hbaseui/2.1.0/rewrite.xml
+++ b/gateway-service-definitions/src/main/resources/services/hbaseui/2.1.0/rewrite.xml
@@ -141,6 +141,9 @@
   <rule dir="OUT" name="HBASEUI/hbase/outbound/master/children" pattern="/hbck.jsp?{**}">
     <rewrite template="{$frontend[url]}/hbase/webui/master/hbck.jsp?host={$inboundurl[host]}?port={$inboundurl[port]}?{**}"/>
   </rule>
+  <rule dir="OUT" name="HBASEUI/hbase/outbound/master/children" pattern="/namedQueueLog.jsp?{**}">
+    <rewrite template="{$frontend[url]}/hbase/webui/master/namedQueueLog.jsp?host={$inboundurl[host]}?port={$inboundurl[port]}?{**}"/>
+  </rule>
 
   <!-- RegionServer UI proxying -->
   <rule dir="IN" name="HBASEUI/hbase/inbound/regionserver/root/qualified" pattern="*://*:*/**/hbase/webui/regionserver?{host}?port}">