Philippus Baalman
Philippus Baalman
@slavaschmidt do you have any ideas around this? Is this a limitation or is this something we can fix?
Not sure yet, but we think it could be an issue that was fixed in https://github.com/elastic/elasticsearch/pull/112720. Because we also don't get any stats on a GET `_nodes/stats` call.
8.15.2 indeed fixes the issue with the `_nodes/stats` call.
I think this can be closed, I'm 99% this issue is solved. However, we have migrated our setup to use https://github.com/prometheus-community/elasticsearch_exporter ourselves, so I'm unable to verify.
fixed in https://github.com/Philippus/elastic4s/pull/2972
👋 I'd be happy to take over or help maintain the project @sksamuel.
If you can move it to my repo, that would be great.
I don't think it's feasible to support both OpenSearch and Elasticsearch in elastic4s. The projects are going their separate ways and eventually the api's will diverge, if they haven't already...
We can add a new parameter like `numericOrAutoSlices: Option[Slices] = None` and deprecate the old parameter. The new parameter should take precedence over the deprecated one. The methods then can...
I'll merge this PR, and create a follow-up to change the api a bit as I described but `numericOrAutoSlices` will probably become `slicing` to keep it a bit shorter.