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
description: Add document-level tags sorted by display name
25
-
update:
26
-
tags:
27
-
# A
28
-
- name: async_search
29
-
description: The async search API enables you to asynchronously run a search request, monitor its progress, and retrieve partial results as they become available.
30
-
x-displayName: Async search
31
-
- name: autoscaling
32
-
x-displayName: Autoscaling
33
-
# C
34
-
- name: cat
35
-
x-displayName: Compact and aligned text (CAT)
36
-
description: >
37
-
The compact and aligned text (CAT) APIs aim are intended only for human consumption using the Kibana console or command line.
38
-
They are not intended for use by applications.
39
-
For application consumption, it's recommend to use a corresponding JSON API.
40
-
41
-
All the cat commands accept a query string parameter `help` to see all the headers and info they provide, and the `/_cat` command alone lists all the available commands.
42
-
- name: cluster
43
-
x-displayName: Cluster
44
-
- name: health_report
45
-
x-displayName: Cluster - Health
46
-
- name: nodes
47
-
x-displayName: Cluster - Nodes
48
-
- name: ping
49
-
x-displayName: Cluster - Ping
50
-
- name: connector
51
-
x-displayName: Connector
52
-
description: >
53
-
The connector and sync jobs APIs provide a convenient way to create and manage Elastic connectors and sync jobs in an internal index.
54
-
55
-
Connectors are Elasticsearch integrations that bring content from third-party data sources, which can be deployed on Elastic Cloud or hosted on your own infrastructure:
56
-
57
-
* Native connectors are a managed service on Elastic Cloud
58
-
* Connector clients are self-managed on your infrastructure
59
-
60
-
This API provides an alternative to relying solely on Kibana UI for connector and sync job management. The API comes with a set of validations and assertions to ensure that the state representation in the internal index remains valid.
description: To get started with Connector APIs, check out the tutorial.
64
-
- name: ccr
65
-
x-displayName: Cross-cluster replication
66
-
# D
67
-
- name: bulk
68
-
description: The bulk API performs multiple indexing or delete operations in a single API call. This reduces overhead and can greatly increase indexing speed.
69
-
x-displayName: Document - Bulk
70
-
- name: create
71
-
x-displayName: Document - Create
72
-
- name: delete
73
-
x-displayName: Document - Delete
74
-
- name: delete_by_query
75
-
x-displayName: Document - Delete by query
76
-
- name: exists
77
-
x-displayName: Document - Exists
78
-
- name: get
79
-
x-displayName: Document - Get
80
-
- name: get_source
81
-
x-displayName: Document - Get source
82
-
- name: index
83
-
x-displayName: Document - Index
84
-
- name: mget
85
-
x-displayName: Document - Multi get
86
-
- name: mtermvectors
87
-
x-displayName: Document - Multi term vectors
88
-
- name: reindex
89
-
x-displayName: Document - Reindex
90
-
- name: delete_by_query_rethrottle
91
-
x-displayName: Document - Rethrottle delete by query
92
-
- name: reindex_rethrottle
93
-
x-displayName: Document - Rethrottle reindex
94
-
- name: update_by_query_rethrottle
95
-
x-displayName: Document - Rethrottle update by query
96
-
- name: exists_source
97
-
x-displayName: Document - Source exists
98
-
- name: termvectors
99
-
x-displayName: Document - Term vectors
100
-
- name: update
101
-
x-displayName: Document - Update
102
-
- name: update_by_query
103
-
x-displayName: Document - Update by query
104
-
# E
105
-
- name: enrich
106
-
x-displayName: Enrich
107
-
- name: eql
108
-
x-displayName: EQL
109
-
description: >
110
-
Event Query Language (EQL) is a query language for event-based time series data, such as logs, metrics, and traces.
The Elasticsearch Query Language (ES|QL) provides a powerful way to filter, transform, and analyze data stored in Elasticsearch, and in the future in other runtimes.
Inference APIs enable you to use certain services, such as built-in machine learning models (ELSER, E5), models uploaded through Eland, Cohere, OpenAI, Azure, Google AI Studio or Hugging Face.
151
-
For built-in models and models uploaded through Eland, the inference APIs offer an alternative way to use and manage trained models.
152
-
However, if you do not plan to use the inference APIs to use these models or if you want to use non-NLP models, use the machine learning trained model APIs.
153
-
- name: info
154
-
x-displayName: Info
155
-
- name: ingest
156
-
x-displayName: Ingest
157
-
description: Ingest APIs enable you to manage tasks and resources related to ingest pipelines and processors.
158
-
# L
159
-
- name: license
160
-
x-displayName: Licensing
161
-
description: Licensing APIs enable you to manage your licenses.
162
-
- name: logstash
163
-
x-displayName: Logstash
164
-
description: >
165
-
Logstash APIs enable you to manage pipelines that are used by Logstash Central Management.
0 commit comments