Ganglia isn't part of an Apache Knox release yet. KNOX-1343 [1] has a patch for it but it isn't in a release. Did you add Ganglia support yourself?
1. https://issues.apache.org/jira/browse/KNOX-1343 Kevin Risden On Wed, Nov 7, 2018 at 1:55 PM Raja Marimuthu < [email protected]> wrote: > Hi > > I have issue in Knox - Ganglia integration, URL rewrite is failing for > specific pages. > > > Please see screenshot below > http://prntscr.com/lfkzys > > > > 018-11-07 18:51:56,126 DEBUG knox.gateway > (DefaultDispatch.java:executeOutboundRequest(134)) - Dispatch response > status: 200 > 2018-11-07 18:51:56,127 DEBUG knox.gateway > (DefaultDispatch.java:getInboundResponseContentType(211)) - Inbound > response entity content type: text/css > 2018-11-07 18:51:56,127 DEBUG knox.gateway > (DefaultDispatch.java:getInboundResponseContentType(211)) - Inbound > response entity content type: text/css > 2018-11-07 18:51:56,164 DEBUG knox.gateway > (GatewayFilter.java:doFilter(119)) - Received request: GET > /ganglia/js/jstree/themes/default/style.min.css > 2018-11-07 18:51:56,165 DEBUG knox.gateway > (UrlRewriteProcessor.java:rewrite(161)) - Rewrote URL: > https://18.215.186.148:8553/gateway/sandbox/ganglia/js/jstree/themes/default/style.min.css, > direction: IN via implicit rule: GANGLIA/ganglia/inbound/js to URL: > http://ip-172-31-9-170.ec2.internal/ganglia/js/jstree/themes/default/style.min.css > 2018-11-07 18:51:56,165 DEBUG knox.gateway > (UrlRewriteProcessor.java:rewrite(161)) - Rewrote URL: > https://18.215.186.148:8553/gateway/sandbox/ganglia/?r=hour&cs=&ce=&m=load_one&tab=ch&vn=&hide-hf=false&hreg%5B%5D=, > direction: IN via implicit rule: GANGLIA/ganglia/inbound/root/query to URL: > http://ip-172-31-9-170.ec2.internal/ganglia/?cs=&r=hour&ce=&tab=ch&vn=&hreg%255B%255D=&m=load_one&hide-hf=false > 2018-11-07 18:51:56,166 DEBUG knox.gateway > (DefaultDispatch.java:executeOutboundRequest(121)) - Dispatch request: GET > http://ip-172-31-9-170.ec2.internal/ganglia/js/jstree/themes/default/style.min.css?user.name=guest > 2018-11-07 18:51:56,166 DEBUG knox.gateway > (DefaultDispatch.java:executeOutboundRequest(134)) - Dispatch response > status: 200 > 2018-11-07 18:51:56,167 DEBUG knox.gateway > (DefaultDispatch.java:getInboundResponseContentType(211)) - Inbound > response entity content type: text/css > 2018-11-07 18:52:06,902 DEBUG knox.gateway > (GatewayFilter.java:doFilter(119)) - Received request: GET / > 2018-11-07 18:52:06,903 WARN knox.gateway > (GatewayFilter.java:doFilter(185)) - Failed to match path / > > > > > > > > > >
