adds elastic.co documentation link to comment

This commit is contained in:
hugodorea 2022-08-10 15:42:26 -07:00
Родитель 97c0921251
Коммит 71e8a46178
1 изменённых файлов: 1 добавлений и 0 удалений

1
es.go
Просмотреть файл

@ -1586,6 +1586,7 @@ type ClusterAllocationExplainRequest struct {
}
// ClusterAllocationExplain provides an explanation for a shards current allocation.
// For more info, please check https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-allocation-explain.html
func (c *Client) ClusterAllocationExplain(req *ClusterAllocationExplainRequest) (string, error) {
agent := c.buildGetRequest("_cluster/allocation/explain?pretty").
Set("Content-Type", "application/json")