mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 22:45:04 +00:00
This commit removes an undocumented output parameter node_info_format from the cluster stats and node stats APIs. Currently the parameter does not even work as it is not whitelisted as an output parameter. Since this parameter is not documented, we opt to just remove it. Relates #21021