Is there any way to obtain the cluster state metadata via Rest High Level Client (using transport client we were able to fetch the metadata of the cluster via ClusterStateRequest,ClusterStateResponse APIs)
Hey,
this is indeed not exposed currently, see https://github.com/elastic/elasticsearch/issues/27205
You would need to use the low level client and execute a GET request yourself.
--Alex
2 Likes
Thank you Alexander
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.