File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,9 @@ AddType text/vtt vtt
175
175
RewriteRule ^container-platform/(4\.11|4\.12|4\.13|4\.14)/logging/config/cluster-logging-moving-nodes.html /container-platform/$1/logging/scheduling_resources/logging-node-selectors.html [NE,R=302]
176
176
RewriteRule ^(rosa|dedicated)/logging/config/cluster-logging-moving-nodes.html /$1/logging/scheduling_resources/logging-node-selectors.html [NE,R=302]
177
177
178
+ # Redirects for observability rework per https://github.com/openshift/openshift-docs/pull/71248
179
+ RewriteRule ^container-platform/4.14/power_monitoring/(.*)$ /container-platform/4.14/observability/power_monitoring/$1 [NE,R=302,L]
180
+
178
181
# Redirect for log collection forwarding per https://github.com/openshift/openshift-docs/pull/64406
179
182
RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/logging/config/cluster-logging-collector.html /container-platform/$1/logging/log_collection_forwarding/cluster-logging-collector.html [NE,R=302]
180
183
RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/logging/cluster-logging-eventrouter.html /container-platform/$1/logging/log_collection_forwarding/cluster-logging-eventrouter.html [NE,R=302]
You can’t perform that action at this time.
0 commit comments