Page MenuHomePhabricator

Redirect logstash-beta.wmflabs.org to beta-logs.wmcloud.org
Closed, ResolvedPublic

Description

This new name seems likely to stay given that logstash is a misnomer per our switch to OpenSearch and keeping it less branded this time around seems good.

For convenience of habit and old docs, I propose to redirect these names.

From asking on IRC, @bd808 tells me this can be done through the "Redirects" VPS project which has the benefit of not requiring any custom nginx or Apache logic within beta cluster to serve this redirect.

(I already checked and indeed, it seems pointing the same name to the same VM is not resulting in an automatic redirect to a known canonical url of sorts.)

Event Timeline

bd808 changed the task status from Open to In Progress.Nov 3 2021, 9:21 PM
bd808 claimed this task.

logstash-beta.wmcloud.org is the active proxy name. logstash-beta.wmflabs.org is active via automatic wmflabs->wmcloud redirects.

$ curl -LI https://logstash-beta.wmflabs.org
HTTP/2 301
server: nginx/1.13.9
date: Wed, 03 Nov 2021 21:25:15 GMT
content-type: text/html
content-length: 185
location: https://logstash-beta.wmcloud.org/
strict-transport-security: max-age=31622400
x-clacks-overhead: GNU Terry Pratchett
permissions-policy: interest-cohort=()

HTTP/2 301
server: nginx/1.13.9
date: Wed, 03 Nov 2021 21:25:15 GMT
content-type: text/html
content-length: 185
location: https://beta-logs.wmcloud.org//
strict-transport-security: max-age=31622400
x-clacks-overhead: GNU Terry Pratchett
permissions-policy: interest-cohort=()

HTTP/2 401
server: nginx/1.13.9
date: Wed, 03 Nov 2021 21:25:16 GMT
content-type: text/html; charset=iso-8859-1
www-authenticate: Basic realm="local"