Via https://logstash-beta.wmflabs.org/ I have found out that CirrusSearch yields unknown: Unknown error:60. Even found one occurence when it yields it on a hit of Special:Version.
Logstash fields:
channel | CirrusSearch |
message | unknown: Unknown error:60 |
normalized_message | Search backend error during {queryType} search for '{query}' after {took}: {message} |
There is also a few related to not being able to grab the ElasticSearch version:
Search backend error during fetching elasticsearch version after {took}: {message}
Beta Logstash link for last four hours: https://logstash-beta.wmflabs.org/goto/ae4151bf2267c2aae5d87c4e1b02ef15
Reproduction
strace -e stat -f curl https://deployment-elastic06.deployment-prep.eqiad.wmflabs:9243
Check ssl hash
openssl x509 -subject_hash -noout < /etc/ssl/certs/Puppet_Internal_CA.pem
Fix
Redo all symlinks:
update-ca-certificates --verbose --fresh
Details from T145609#2636308 : change of the CA via Puppet should trigger update-ca-certificates with --fresh. Else the checksum symlinks are off and SSL certificates can not be found.