-
Notifications
You must be signed in to change notification settings - Fork 263
Newer Elasticsearch Version deprecate the REST High Level Client in favour of the Java API Client #945
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@jnioche would have labeld it accordingly, but I do not have the permissions. |
Elasticsearch 8.0 is approaching. We could either port the whole module to 8 and replace the client at the same time or maybe have a new module elasticsearch-8 and keep the existing one with HLRC for a bit? We could clean things up a bit at the same time e.g. remove the CollapsingSpout |
I like the |
I know quite a few users for whom this would be the case |
Elasticsearch 8 is out! |
This related to that? The ES_IndexInit.sh script fails in multiple places. Can't delete metrics* or content* wildcard references, can't use metric* index patterns as a legacy template as it's used by Elastic Agent as per: Also, since security is the default now, all the protocols should be changed to https as standard and method to deal with cacerts for the connections implemented (does not even seem to respect systemwide certs). |
thanks @devlperry |
Note to self: BulkIngester is what BulkProcessor used to be https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/indexing-bulk.html |
We dropped ES, so closing this issue is ok now. |
The High Level Rest Client is deprecated in favor of the Elasticsearch Java API Client
This will affect SC, if we want to upgrade Elasticsearch from 7.5.2 to 7.17.0
We should investigate whether the current High Level REST client can be easily replaced by the new Java API client.
A migration guide is available here
The text was updated successfully, but these errors were encountered: