Beta cluster logstash is filled to the brim with random errors coming from all over the place. It's extremely hard to navigate and to find the useful stuff. For example, for the last 60 minutes, we have:
- 48k instances of "PHP Warning: preg_match(): Compilation failed: unrecognised compile-time option bit(s) at offset 0 in /srv/mediawiki/php-master/includes/libs/http/MultiHttpClient.php on line 722" (see T387276)
- 24k instances of "PHP Warning: EtcdConfig failed to fetch data: (curl error: 6) Couldn't resolve host name in /srv/mediawiki/php-master/includes/config/EtcdConfig.php on line 204" (exactly half of the above, so likely related)
- 13k errors with no normalized_message or message fields for "Error: getaddrinfo ENOTFOUND prometheus-labmon.eqiad.wmnet"
- 13k "Pool key 'CirrusSearch-Search:_elasticsearch' (CirrusSearch-Search): ⧼poolcounter-connection-error⧽"
- 4k "Exec error in changeprop"
...and many more. Some of these are probably just different symptomps of the same underlying cause (like jobs seemingly not being run: T387631).
Ideally, these should be fixed or hidden to bring the error level to an acceptable state.