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/elasticsearch/rest-apis/index.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,13 @@ The autoscaling APIs enable you to create and manage autoscaling policies and re
27
27
28
28
The behavioral analytics APIs enable you to create and manage analytics collections and retrieve information about analytics collections. Behavioral Analytics is an analytics event collection platform. You can use it to analyze your users' searching and clicking behavior. Leverage this information to improve the relevance of your search results and identify gaps in your content.
29
29
30
+
| API | Description |
31
+
| --- | ----------- |
32
+
|[Get Collections](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/behavioral_analytics.get_behavioral_analytics)| Lists all behavioral analytics collections. |
33
+
|[Create Collection](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/behavioral_analytics.put_behavioral_analytics)| Creates a new behavioral analytics collection. |
34
+
|[Delete Collection](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/behavioral_analytics.delete_behavioral_analytics)| Deletes a behavioral analytics collection. |
35
+
|[Create Event](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/behavioral_analytics.post_behavioral_analytics_event)| Sends a behavioral analytics event to a collection. |
36
+
30
37
### [Compact and aligned text (CAT)](https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-cat)
31
38
32
39
The compact and aligned text (CAT) APIs return human-readable text as a response, instead of a JSON object. The CAT APIs aim are intended only for human consumption using the Kibana console or command line. They are not intended for use by applications. For application consumption, it's recommend to use a corresponding JSON API.
@@ -47,6 +54,17 @@ The connector and sync jobs APIs provide a convenient way to create and manage E
47
54
48
55
The cross-cluster replication (CCR) APIs enable you to run cross-cluster replication operations, such as creating and managing follower indices or auto-follow patterns. With CCR, you can replicate indices across clusters to continue handling search requests in the event of a datacenter outage, prevent search volume from impacting indexing throughput, and reduce search latency by processing search requests in geo-proximity to the user.
49
56
57
+
| API | Description |
58
+
| --- | ----------- |
59
+
|[Follow Index](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/ccr.follow)| Creates a follower index that replicates a leader index from a remote cluster. |
60
+
|[Pause Follow](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/ccr.pause_follow)| Pauses replication of a follower index. |
61
+
|[Resume Follow](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/ccr.resume_follow)| Resumes replication of a paused follower index. |
62
+
|[Unfollow Index](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/ccr.unfollow)| Converts a follower index into a regular index. |
63
+
|[Get Follow Stats](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/ccr.follow_stats)| Retrieves stats about follower indices. |
64
+
|[Get Auto-follow Patterns](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/ccr.get_auto_follow_pattern)| Lists auto-follow patterns for remote clusters. |
65
+
|[Put Auto-follow Pattern](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/ccr.put_auto_follow_pattern)| Creates or updates an auto-follow pattern. |
66
+
|[Delete Auto-follow Pattern](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/ccr.delete_auto_follow_pattern)| Deletes an auto-follow pattern. |
The data stream APIs enable you to create and manage data streams and data stream lifecycles. A data stream lets you store append-only time series data across multiple indices while giving you a single named resource for requests. Data streams are well-suited for logs, events, metrics, and other continuously generated data.
@@ -91,6 +109,13 @@ The index lifecycle management APIs enable you to set up policies to automatical
91
109
92
110
The inference APIs enable you to create inference endpoints and integrate with machine learning models of different services - such as Amazon Bedrock, Anthropic, Azure AI Studio, Cohere, Google AI, Mistral, OpenAI, or HuggingFace.
93
111
112
+
| API | Description |
113
+
| --- | ----------- |
114
+
|[Put Inference Model](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/inference.put_model)| Uploads a new inference model. |
115
+
|[Get Inference Model](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/inference.get_model)| Retrieves one or more inference models. |
116
+
|[Delete Inference Model](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/inference.delete_model)| Deletes an inference model. |
117
+
|[Infer](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/inference.infer)| Runs inference using a deployed model. |
0 commit comments