elastic / elasticsearch-specification

Elasticsearch full specification
Apache License 2.0
111 stars 68 forks source link

Mark data stream stats API as private on Serverless #2678

Open pquentin opened 1 month ago

pquentin commented 1 month ago

As done by @dakrone in https://github.com/elastic/elasticsearch/pull/108745. This will remove this method from the Serverless clients.

github-actions[bot] commented 1 month ago

Following you can find the validation results for the API you have changed.

API Status Request Response
indices.data_streams_stats :green_circle: 4/4 4/4

You can validate this API yourself by using the make validate target.

dakrone commented 1 month ago

This was actually reverted in https://github.com/elastic/elasticsearch/pull/109814, so let's hold off on this until it's been re-merged.