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: Query domain specific language (DSL) reference
15
+
# Add an alphabetically sorted list of tags
16
+
- target: '$'
17
+
description: Add document-level tags sorted by display name
18
+
update:
19
+
tags:
20
+
# A
21
+
- name: autoscaling
22
+
x-displayName: Autoscaling
23
+
# B
24
+
- name: analytics
25
+
x-displayName: Behavioral analytics
26
+
# C
27
+
- name: cat
28
+
x-displayName: Compact and aligned text (CAT)
29
+
description: >
30
+
The compact and aligned text (CAT) APIs aim are intended only for human consumption using the Kibana console or command line.
31
+
They are not intended for use by applications.
32
+
For application consumption, it's recommend to use a corresponding JSON API.
33
+
34
+
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.
35
+
- name: cluster
36
+
x-displayName: Cluster
37
+
- name: health_report
38
+
x-displayName: Cluster - Health
39
+
- name: connector
40
+
x-displayName: Connector
41
+
description: >
42
+
The connector and sync jobs APIs provide a convenient way to create and manage Elastic connectors and sync jobs in an internal index.
43
+
44
+
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:
45
+
46
+
* Native connectors are a managed service on Elastic Cloud
47
+
* Connector clients are self-managed on your infrastructure
48
+
49
+
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.
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.
121
+
For built-in models and models uploaded through Eland, the inference APIs offer an alternative way to use and manage trained models.
122
+
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.
123
+
- name: info
124
+
x-displayName: Info
125
+
- name: ingest
126
+
x-displayName: Ingest
127
+
description: Ingest APIs enable you to manage tasks and resources related to ingest pipelines and processors.
128
+
# L
129
+
- name: license
130
+
x-displayName: Licensing
131
+
description: Licensing APIs enable you to manage your licenses.
132
+
- name: logstash
133
+
x-displayName: Logstash
134
+
description: >
135
+
Logstash APIs enable you to manage pipelines that are used by Logstash Central Management.
0 commit comments