We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197e92a commit db03ec3Copy full SHA for db03ec3
gateway-service-definitions/src/main/resources/services/yarnui/2.7.0/rewrite.xml
@@ -207,7 +207,7 @@
207
</filter>
208
<filter name="YARNUI/yarn/outbound/filter/cluster">
209
<content type="*/html">
210
- <apply path="(https?://[^/':,]+:[\d]+)?/ws/v1/cluster/apps/application" rule="YARNUI/yarn/outbound/apps/cluster1"/>
+ <apply path="https?://[^/':,]+:[\d]+/ws/v1/cluster/apps/application" rule="YARNUI/yarn/outbound/apps/cluster1"/>
211
<apply path="/ws/v1/.*" rule="YARNUI/yarn/outbound/ws1"/>
212
<apply path="https?://[^/':,]+:[\d]+/cluster/scheduler.*" rule="YARNUI/yarn/outbound/scheduler1"/>
213
<apply path="/cluster/scheduler.*" rule="YARNUI/yarn/outbound/scheduler2"/>
0 commit comments