Graylog2 / graylog2-server

Free and open log management
https://www.graylog.org
Other
7.33k stars 1.06k forks source link

Investigate switch to the OpenSearch Java client #14788

Open bernd opened 1 year ago

bernd commented 1 year ago

Description

The Java high-level REST client will be deprecated with OpenSearch 3.0. The Java client replaces the deprecated high-level REST client.

We have to research if we can already switch to the new client to ensure we don't fall behind.

bernd commented 7 months ago

@bernd - it is for sure not an "easy switch" - there are API changes... So using new Java Client means the need of re-implementation of substantial parts of ES/OS access code.

Thanks for checking! We don't have much choice because the old client will be deprecated. As far as I can see, @dennisoelkers has already started integrating the new client.

luk-kaminski commented 7 months ago

@bernd - I've notice that, that's why I've removed my comments. Thanks for confirmation!