@@ -35,13 +35,15 @@ actions:
35
35
36
36
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:
37
37
38
- * Native connectors are a managed service on Elastic Cloud
39
- * Connector clients are self-managed on your infrastructure
38
+ * Elastic managed connectors (Native connectors) are a managed service on Elastic Cloud
39
+
40
+ * Self-managed connectors (Connector clients) are self-managed on your infrastructure.
41
+
40
42
41
43
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.
42
44
externalDocs :
43
- url : https://www.elastic.co/guide/en/enterprise-search/current/ connectors-tutorial-api.html
44
- description : To get started with Connector APIs, check out the tutorial.
45
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/master/es- connectors-tutorial-api.html
46
+ description : Connector API tutorial
45
47
- name : ccr
46
48
x-displayName : Cross-cluster replication
47
49
# D
@@ -55,14 +57,6 @@ actions:
55
57
externalDocs :
56
58
description : Reading and writing documents
57
59
url : https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-replication.html
58
- - name : mget
59
- x-displayName : Document - Multi get
60
- - name : mtermvectors
61
- x-displayName : Document - Multi term vectors
62
- - name : delete_by_query_rethrottle
63
- x-displayName : Document - Rethrottle delete by query
64
- - name : update_by_query_rethrottle
65
- x-displayName : Document - Rethrottle update by query
66
60
# E
67
61
- name : enrich
68
62
x-displayName : Enrich
@@ -71,14 +65,14 @@ actions:
71
65
description : >
72
66
Event Query Language (EQL) is a query language for event-based time series data, such as logs, metrics, and traces.
73
67
externalDocs :
74
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /eql.html
68
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/master /eql.html
75
69
description : EQL search
76
70
- name : esql
77
71
x-displayName : ES|QL
78
72
description : >
79
73
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.
80
74
externalDocs :
81
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /esql.html
75
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/master /esql.html
82
76
description : ES|QL overview and tutorials
83
77
# F
84
78
- name : features
@@ -92,19 +86,17 @@ actions:
92
86
description : >
93
87
The graph explore API enables you to extract and summarize information about the documents and terms in an Elasticsearch data stream or index.
94
88
externalDocs :
95
- url : https://www.elastic.co/guide/en/kibana/current /xpack-graph.html
89
+ url : https://www.elastic.co/guide/en/kibana/master /xpack-graph.html
96
90
description : Getting started with Graph
97
91
# I
98
92
- name : indices
99
93
x-displayName : Index
100
94
description : >
101
95
Index APIs enable you to manage individual indices, index settings, aliases, mappings, and index templates.
102
- - name : dangling_indices
103
- x-displayName : Index - Import dangling index
104
96
- name : ilm
105
97
x-displayName : Index lifecycle management
106
98
externalDocs :
107
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /index-lifecycle-management.html
99
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/master /index-lifecycle-management.html
108
100
description : Manage the index lifecycle
109
101
- name : inference
110
102
x-displayName : Inference
@@ -126,7 +118,7 @@ actions:
126
118
description : >
127
119
Logstash APIs enable you to manage pipelines that are used by Logstash Central Management.
128
120
externalDocs :
129
- url : https://www.elastic.co/guide/en/logstash/current /logstash-centralized-pipeline-management.html
121
+ url : https://www.elastic.co/guide/en/logstash/master /logstash-centralized-pipeline-management.html
130
122
description : Centralized pipeline management
131
123
# M
132
124
- name : ml
@@ -167,54 +159,42 @@ actions:
167
159
If a query matches one or more rules in the ruleset, the query is re-written to apply the rules before searching.
168
160
This allows pinning documents for only queries that match a specific term.
169
161
externalDocs :
170
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /query-dsl-rule-query.html
162
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/master /query-dsl-rule-query.html
171
163
description : Rule query
172
164
# R
173
165
- name : rollup
174
166
x-displayName : Rollup
175
167
# S
176
168
- name : script
177
169
x-displayName : Script
178
- - name : get_script_context
179
- x-displayName : Script - Get contexts
180
- - name : get_script_languages
181
- x-displayName : Script - Get languages
182
170
- name : search
183
171
x-displayName : Search
184
- - name : msearch
185
- x-displayName : Search - Multi search
186
- - name : scroll
187
- x-displayName : Search - Scroll
188
- - name : terms_enum
189
- x-displayName : Search - Terms enum
190
172
- name : search_application
191
173
x-displayName : Search application
192
174
- name : searchable_snapshots
193
175
x-displayName : Searchable snapshots
194
176
- name : security
195
177
x-displayName : Security
196
- - name : ssl
197
- x-displayName : Security - SSL
198
178
- name : snapshot
199
179
x-displayName : Snapshot and restore
200
180
description : >
201
181
Snapshot and restore APIs enable you to set up snapshot repositories, manage snapshot backups, and restore snapshots to a running cluster.
202
182
externalDocs :
203
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /snapshot-restore.html
183
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/master /snapshot-restore.html
204
184
description : Snapshot and restore
205
185
- name : slm
206
186
x-displayName : Snapshot lifecycle management
207
187
description : >
208
188
Snapshot lifecycle management (SLM) APIs enable you to set up policies to automatically take snapshots and control how long they are retained.
209
189
externalDocs :
210
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /snapshots-take-snapshot.html
190
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/master /snapshots-take-snapshot.html
211
191
description : Create a snapshot
212
192
- name : sql
213
193
x-displayName : SQL
214
194
description : >
215
195
Elasticsearch's SQL APIs enable you to run SQL queries on Elasticsearch indices and data streams.
216
196
externalDocs :
217
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /xpack-sql.html
197
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/master /xpack-sql.html
218
198
description : An overview and tutorials for the Elasticsearch SQL features
219
199
- name : synonyms
220
200
x-displayName : Synonyms
@@ -1016,7 +996,7 @@ actions:
1016
996
All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
1017
997
By default, this property has the following value: `{"match_all": {"boost": 1}}`.
1018
998
externalDocs :
1019
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /query-dsl.html
999
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/master /query-dsl.html
1020
1000
description : Query DSL
1021
1001
- target : " $.components['schemas']['ml._types:CategorizationAnalyzerDefinition'].properties.tokenizer"
1022
1002
description : Remove tokenizer object from ML anomaly detection analysis config
@@ -1037,7 +1017,7 @@ actions:
1037
1017
Additionally, the `ml_classic` tokenizer is available, which tokenizes in the same way as the non-customizable tokenizer in old versions of the product (before 6.2).
1038
1018
`ml_classic` was the default categorization tokenizer in versions 6.2 to 7.13, so if you need categorization identical to the default for jobs created in these versions, specify `"tokenizer": "ml_classic"` in your `categorization_analyzer`.
1039
1019
externalDocs :
1040
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /analysis-tokenizers.html
1020
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/master /analysis-tokenizers.html
1041
1021
description : Tokenizer reference
1042
1022
- target : " $.components['schemas']['ml._types:DataframeAnalyticsSource'].properties.query"
1043
1023
description : Remove query object from data frame analytics source
@@ -1054,7 +1034,7 @@ actions:
1054
1034
All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
1055
1035
By default, this property has the following value: `{"match_all": {}}`.
1056
1036
externalDocs :
1057
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /query-dsl.html
1037
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/master /query-dsl.html
1058
1038
description : Query DSL
1059
1039
- target : " $.components['schemas']['transform._types:Source'].properties.query"
1060
1040
description : Remove query object from transform source
@@ -1068,7 +1048,7 @@ actions:
1068
1048
description : >
1069
1049
A query clause that retrieves a subset of data from the source index.
1070
1050
externalDocs :
1071
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /query-dsl.html
1051
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/master /query-dsl.html
1072
1052
description : Query DSL
1073
1053
- target : " $.components['schemas']['_global.search._types:FieldCollapse']"
1074
1054
description : Add x-model and externalDocs
0 commit comments