Hi,
Google is deprecating Global HTTP batch endpoint on Aug 12th: https://www.google.com/url?q=https://developers.googleblog.com/2018/03/discontinuing-support-for-json-rpc-and.html
On the ES 5.2 cluster, the repository-gcs plugin is still using this endpoint for Google Cloud Storage communication.
I saw an issue created for this: https://github.com/elastic/elasticsearch/issues/29259
And a commit, that resolved the issue for ES 6.4 and never: https://github.com/elastic/elasticsearch/commit/873d380f455811c6f3002ad3436f310e3e3dfb78
I do not want to lose repository-gcs plugin functionality on my cluster.
Is there a way to get around this issue without upgrading cluster to a newer version?