You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I cannot complete my migration from NEST to Elastic.Clients.Elasticsearch because the Cluster update settings API is missing from the new client.
Describe the solution you'd like
A cluster put settings method is available on the Elastic.Clients.Elasticsearch client with comparable syntax to the existing method from the NEST client.
Describe alternatives you've considered
Keep using NEST client until Cluster update settings API is supported
Implement custom client specifically to handle cluster setting updates
The text was updated successfully, but these errors were encountered:
This feature had an unmet requirement for quite some time. The missing functionality got finally implemented on specification side, but currently still misses support on the code generator.
Is your feature request related to a problem? Please describe.
I cannot complete my migration from
NEST
toElastic.Clients.Elasticsearch
because the Cluster update settings API is missing from the new client.The following snippet is valid using
NEST 7.17.5
:Describe the solution you'd like
A cluster put settings method is available on the
Elastic.Clients.Elasticsearch
client with comparable syntax to the existing method from theNEST
client.Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: