mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-15 17:35:41 +00:00
* Add a new field discovered_cluster_manager to the response of `GET _cluster/health` API, which has got the same value with the existing discovered_master field, aims to replace the non-inclusive term "master" in the API response field. * Add yaml rest test to validate `discovered_cluster_manager` and `discovered_master` field have got the same value. Signed-off-by: Tianli Feng <ftianli@amazon.com>