You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference-async_search-delete.asciidoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@
26
26
////////
27
27
28
28
[discrete]
29
+
[[client.asyncSearch.delete]]
29
30
=== client.asyncSearch.delete
30
31
31
32
Delete an async search. If the asynchronous search is still running, it is cancelled. Otherwise, the saved search results are deleted. If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the `cancel_task` cluster privilege.
Copy file name to clipboardExpand all lines: docs/reference-async_search-get.asciidoc
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@
26
26
////////
27
27
28
28
[discrete]
29
+
[[client.asyncSearch.get]]
29
30
=== client.asyncSearch.get
30
31
31
32
Get async search results. Retrieve the results of a previously submitted asynchronous search request. If the Elasticsearch security features are enabled, access to the results of a specific async search is restricted to the user or API key that submitted it.
Copy file name to clipboardExpand all lines: docs/reference-async_search-status.asciidoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@
26
26
////////
27
27
28
28
[discrete]
29
+
[[client.asyncSearch.status]]
29
30
=== client.asyncSearch.status
30
31
31
32
Get the async search status. Get the status of a previously submitted async search request given its identifier, without retrieving search results. If the Elasticsearch security features are enabled, use of this API is restricted to the `monitoring_user` role.
Copy file name to clipboardExpand all lines: docs/reference-async_search-submit.asciidoc
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@
26
26
////////
27
27
28
28
[discrete]
29
+
[[client.asyncSearch.submit]]
29
30
=== client.asyncSearch.submit
30
31
31
32
Run an async search. When the primary sort of the results is an indexed field, shards get sorted based on minimum and maximum value that they hold for that field. Partial results become available following the sort criteria that was requested. Warning: Asynchronous search does not support scroll or search requests that include only the suggest section. By default, Elasticsearch does not allow you to store an async search response larger than 10Mb and an attempt to do this results in an error. The maximum allowed size for a stored async search response can be set by changing the `search.max_async_search_response_size` cluster level setting.
Copy file name to clipboardExpand all lines: docs/reference-autoscaling-delete_autoscaling_policy.asciidoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@
26
26
////////
27
27
28
28
[discrete]
29
+
[[client.autoscaling.deleteAutoscalingPolicy]]
29
30
=== client.autoscaling.deleteAutoscalingPolicy
30
31
31
32
Delete an autoscaling policy. NOTE: This feature is designed for indirect use by Elasticsearch Service, Elastic Cloud Enterprise, and Elastic Cloud on Kubernetes. Direct use is not supported.
Copy file name to clipboardExpand all lines: docs/reference-autoscaling-get_autoscaling_capacity.asciidoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@
26
26
////////
27
27
28
28
[discrete]
29
+
[[client.autoscaling.getAutoscalingCapacity]]
29
30
=== client.autoscaling.getAutoscalingCapacity
30
31
31
32
Get the autoscaling capacity. NOTE: This feature is designed for indirect use by Elasticsearch Service, Elastic Cloud Enterprise, and Elastic Cloud on Kubernetes. Direct use is not supported. This API gets the current autoscaling capacity based on the configured autoscaling policy. It will return information to size the cluster appropriately to the current workload. The `required_capacity` is calculated as the maximum of the `required_capacity` result of all individual deciders that are enabled for the policy. The operator should verify that the `current_nodes` match the operator’s knowledge of the cluster to avoid making autoscaling decisions based on stale or incomplete information. The response contains decider-specific information you can use to diagnose how and why autoscaling determined a certain capacity was required. This information is provided for diagnosis only. Do not use this information to make autoscaling decisions.
Copy file name to clipboardExpand all lines: docs/reference-autoscaling-get_autoscaling_policy.asciidoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@
26
26
////////
27
27
28
28
[discrete]
29
+
[[client.autoscaling.getAutoscalingPolicy]]
29
30
=== client.autoscaling.getAutoscalingPolicy
30
31
31
32
Get an autoscaling policy. NOTE: This feature is designed for indirect use by Elasticsearch Service, Elastic Cloud Enterprise, and Elastic Cloud on Kubernetes. Direct use is not supported.
Copy file name to clipboardExpand all lines: docs/reference-autoscaling-put_autoscaling_policy.asciidoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@
26
26
////////
27
27
28
28
[discrete]
29
+
[[client.autoscaling.putAutoscalingPolicy]]
29
30
=== client.autoscaling.putAutoscalingPolicy
30
31
31
32
Create or update an autoscaling policy. NOTE: This feature is designed for indirect use by Elasticsearch Service, Elastic Cloud Enterprise, and Elastic Cloud on Kubernetes. Direct use is not supported.
Copy file name to clipboardExpand all lines: docs/reference-bulk.asciidoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@
26
26
////////
27
27
28
28
[discrete]
29
+
[[client.bulk]]
29
30
=== client.bulk
30
31
31
32
Bulk index or delete documents. Performs multiple indexing or delete operations in a single API call. This reduces overhead and can greatly increase indexing speed.
Copy file name to clipboardExpand all lines: docs/reference-cat-aliases.asciidoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@
26
26
////////
27
27
28
28
[discrete]
29
+
[[client.cat.aliases]]
29
30
=== client.cat.aliases
30
31
31
32
Get aliases. Retrieves the cluster’s index aliases, including filter and routing information. The API does not return data stream aliases. CAT APIs are only intended for human consumption using the command line or the Kibana console. They are not intended for use by applications. For application consumption, use the aliases API.
0 commit comments