@@ -35,26 +35,28 @@ 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/8.16/es- connectors-tutorial-api.html
46
+ description : Connector API tutorial
45
47
- name : ccr
46
48
x-displayName : Cross-cluster replication
47
49
# D
48
50
- name : data stream
49
51
x-displayName : Data stream
50
52
externalDocs :
51
53
description : Data stream overview
52
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /data-streams.html
54
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /data-streams.html
53
55
- name : document
54
56
x-displayName : Document
55
57
externalDocs :
56
58
description : Reading and writing documents
57
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /docs-replication.html
59
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /docs-replication.html
58
60
- name : mget
59
61
x-displayName : Document - Multi get
60
62
- name : mtermvectors
@@ -71,14 +73,14 @@ actions:
71
73
description : >
72
74
Event Query Language (EQL) is a query language for event-based time series data, such as logs, metrics, and traces.
73
75
externalDocs :
74
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /eql.html
76
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /eql.html
75
77
description : EQL search
76
78
- name : esql
77
79
x-displayName : ES|QL
78
80
description : >
79
81
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
82
externalDocs :
81
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /esql.html
83
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /esql.html
82
84
description : ES|QL overview and tutorials
83
85
# F
84
86
- name : features
@@ -92,7 +94,7 @@ actions:
92
94
description : >
93
95
The graph explore API enables you to extract and summarize information about the documents and terms in an Elasticsearch data stream or index.
94
96
externalDocs :
95
- url : https://www.elastic.co/guide/en/kibana/current /xpack-graph.html
97
+ url : https://www.elastic.co/guide/en/kibana/8.16 /xpack-graph.html
96
98
description : Getting started with Graph
97
99
# I
98
100
- name : indices
@@ -104,7 +106,7 @@ actions:
104
106
- name : ilm
105
107
x-displayName : Index lifecycle management
106
108
externalDocs :
107
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /index-lifecycle-management.html
109
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /index-lifecycle-management.html
108
110
description : Manage the index lifecycle
109
111
- name : inference
110
112
x-displayName : Inference
@@ -126,7 +128,7 @@ actions:
126
128
description : >
127
129
Logstash APIs enable you to manage pipelines that are used by Logstash Central Management.
128
130
externalDocs :
129
- url : https://www.elastic.co/guide/en/logstash/current /logstash-centralized-pipeline-management.html
131
+ url : https://www.elastic.co/guide/en/logstash/8.16 /logstash-centralized-pipeline-management.html
130
132
description : Centralized pipeline management
131
133
# M
132
134
- name : ml
@@ -135,19 +137,19 @@ actions:
135
137
x-displayName : Machine learning anomaly detection
136
138
# description:
137
139
externalDocs :
138
- url : https://www.elastic.co/guide/en/machine-learning/current /ml-ad-finding-anomalies.html
140
+ url : https://www.elastic.co/guide/en/machine-learning/8.16 /ml-ad-finding-anomalies.html
139
141
description : Finding anomalies
140
142
- name : ml data frame
141
143
x-displayName : Machine learning data frame analytics
142
144
# description:
143
145
externalDocs :
144
- url : https://www.elastic.co/guide/en/machine-learning/current /ml-dfa-overview.html
146
+ url : https://www.elastic.co/guide/en/machine-learning/8.16 /ml-dfa-overview.html
145
147
description : Data frame analytics overview
146
148
- name : ml trained model
147
149
x-displayName : Machine learning trained model
148
150
# description:
149
151
externalDocs :
150
- url : https://www.elastic.co/guide/en/machine-learning/current /ml-nlp-overview.html
152
+ url : https://www.elastic.co/guide/en/machine-learning/8.16 /ml-nlp-overview.html
151
153
description : Natural language processing overview
152
154
- name : migration
153
155
x-displayName : Migration
@@ -167,7 +169,7 @@ actions:
167
169
If a query matches one or more rules in the ruleset, the query is re-written to apply the rules before searching.
168
170
This allows pinning documents for only queries that match a specific term.
169
171
externalDocs :
170
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /query-dsl-rule-query.html
172
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /query-dsl-rule-query.html
171
173
description : Rule query
172
174
# R
173
175
- name : rollup
@@ -200,21 +202,21 @@ actions:
200
202
description : >
201
203
Snapshot and restore APIs enable you to set up snapshot repositories, manage snapshot backups, and restore snapshots to a running cluster.
202
204
externalDocs :
203
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /snapshot-restore.html
205
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /snapshot-restore.html
204
206
description : Snapshot and restore
205
207
- name : slm
206
208
x-displayName : Snapshot lifecycle management
207
209
description : >
208
210
Snapshot lifecycle management (SLM) APIs enable you to set up policies to automatically take snapshots and control how long they are retained.
209
211
externalDocs :
210
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /snapshots-take-snapshot.html
212
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /snapshots-take-snapshot.html
211
213
description : Create a snapshot
212
214
- name : sql
213
215
x-displayName : SQL
214
216
description : >
215
217
Elasticsearch's SQL APIs enable you to run SQL queries on Elasticsearch indices and data streams.
216
218
externalDocs :
217
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /xpack-sql.html
219
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /xpack-sql.html
218
220
description : An overview and tutorials for the Elasticsearch SQL features
219
221
- name : synonyms
220
222
x-displayName : Synonyms
@@ -250,7 +252,7 @@ actions:
250
252
description : >
251
253
Character filters that are used to preprocess characters before they are passed to the tokenizer.
252
254
externalDocs :
253
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /analysis-charfilters.html
255
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /analysis-charfilters.html
254
256
description : Character filters reference
255
257
- target : " $.components['schemas']['_types.analysis:Tokenizer'].oneOf"
256
258
description : Remove existing oneOf definition for tokenizer
@@ -262,7 +264,7 @@ actions:
262
264
description : >
263
265
A tokenizer to use to convert text into tokens.
264
266
externalDocs :
265
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /analysis-tokenizers.html
267
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /analysis-tokenizers.html
266
268
description : Tokenizer reference
267
269
- target : " $.components['schemas']['_types.analysis:TokenFilter'].oneOf"
268
270
description : Remove existing oneOf definition for tokenfilter
@@ -274,15 +276,15 @@ actions:
274
276
description : >
275
277
Token filters that are applied after the tokenizer.
276
278
externalDocs :
277
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /analysis-tokenfilters.html
279
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /analysis-tokenfilters.html
278
280
description : Token filter reference
279
281
- target : " $.components['schemas']['security._types:RoleTemplateScript']"
280
282
description : Add x-model where recommended by Bump.sh
281
283
update :
282
284
x-model : true
283
285
externalDocs :
284
286
description : Templating a role query
285
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /field-and-document-access-control.html#templating-role-query
287
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /field-and-document-access-control.html#templating-role-query
286
288
# Abbreviate and annotate items that are not shown in Bump.sh due to depth limits
287
289
- target : " $.components['schemas']['ml._types:Datafeed'].properties.query"
288
290
description : Remove query object from anomaly detection datafeed
@@ -299,7 +301,7 @@ actions:
299
301
All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
300
302
By default, this property has the following value: `{"match_all": {"boost": 1}}`.
301
303
externalDocs :
302
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /query-dsl.html
304
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /query-dsl.html
303
305
description : Query DSL
304
306
- target : " $.components['schemas']['ml._types:CategorizationAnalyzerDefinition'].properties.tokenizer"
305
307
description : Remove tokenizer object from ML anomaly detection analysis config
@@ -320,7 +322,7 @@ actions:
320
322
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).
321
323
`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`.
322
324
externalDocs :
323
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /analysis-tokenizers.html
325
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /analysis-tokenizers.html
324
326
description : Tokenizer reference
325
327
- target : " $.components['schemas']['ml._types:DataframeAnalyticsSource'].properties.query"
326
328
description : Remove query object from data frame analytics source
@@ -337,7 +339,7 @@ actions:
337
339
All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
338
340
By default, this property has the following value: `{"match_all": {}}`.
339
341
externalDocs :
340
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /query-dsl.html
342
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /query-dsl.html
341
343
description : Query DSL
342
344
- target : " $.components['schemas']['transform._types:Source'].properties.query"
343
345
description : Remove query object from transform source
@@ -351,14 +353,14 @@ actions:
351
353
description : >
352
354
A query clause that retrieves a subset of data from the source index.
353
355
externalDocs :
354
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /query-dsl.html
356
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /query-dsl.html
355
357
description : Query DSL
356
358
- target : " $.components['schemas']['_global.search._types:FieldCollapse']"
357
359
description : Add x-model and externalDocs
358
360
update :
359
361
x-model : true
360
362
externalDocs :
361
- url : https://www.elastic.co/guide/en/elasticsearch/reference/master /collapse-search-results.html
363
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /collapse-search-results.html
362
364
- target : " $.components['schemas']['_global.msearch:MultisearchBody'].properties"
363
365
description : Add x-model
364
366
update :
0 commit comments