Problem
scap sync-world is running into the following error during the canary error rate check phase:
Generic connection error: HTTPConnectionPool(host='logging-logstash-02.logging.eqiad1.wikimedia.cloud', port=9200): Max retries exceeded with url: /logstash-*/_search (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fcde8572fa0>: Failed to establish a new connection: [Errno 113] No route to host'))This started happening around Nov 5, 2025 17:55:12 UTC.
As an alternate I tried connecting to logging-logstash-03.logging.eqiad1.wikimedia.cloud:9200 but that never completes:
dancy@deployment-deploy04:~$ curl logging-logstash-03.logging.eqiad1.wikimedia.cloud:9200 curl: (28) Failed to connect to logging-logstash-03.logging.eqiad1.wikimedia.cloud port 9200: Connection timed out
Impact
https://integration.wikimedia.org/ci/job/beta-scap-sync-world is broken.