@@ -35,13 +35,15 @@ actions:
3535
3636 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:
3737
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+
4042
4143 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.
4244 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
4547 - name : ccr
4648 x-displayName : Cross-cluster replication
4749 # D
@@ -55,14 +57,6 @@ actions:
5557 externalDocs :
5658 description : Reading and writing documents
5759 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
6660 # E
6761 - name : enrich
6862 x-displayName : Enrich
@@ -71,14 +65,14 @@ actions:
7165 description : >
7266 Event Query Language (EQL) is a query language for event-based time series data, such as logs, metrics, and traces.
7367 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
7569 description : EQL search
7670 - name : esql
7771 x-displayName : ES|QL
7872 description : >
7973 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.
8074 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
8276 description : ES|QL overview and tutorials
8377 # F
8478 - name : features
@@ -92,19 +86,17 @@ actions:
9286 description : >
9387 The graph explore API enables you to extract and summarize information about the documents and terms in an Elasticsearch data stream or index.
9488 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
9690 description : Getting started with Graph
9791 # I
9892 - name : indices
9993 x-displayName : Index
10094 description : >
10195 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
10496 - name : ilm
10597 x-displayName : Index lifecycle management
10698 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
108100 description : Manage the index lifecycle
109101 - name : inference
110102 x-displayName : Inference
@@ -126,7 +118,7 @@ actions:
126118 description : >
127119 Logstash APIs enable you to manage pipelines that are used by Logstash Central Management.
128120 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
130122 description : Centralized pipeline management
131123 # M
132124 - name : ml
@@ -167,54 +159,42 @@ actions:
167159 If a query matches one or more rules in the ruleset, the query is re-written to apply the rules before searching.
168160 This allows pinning documents for only queries that match a specific term.
169161 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
171163 description : Rule query
172164 # R
173165 - name : rollup
174166 x-displayName : Rollup
175167 # S
176168 - name : script
177169 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
182170 - name : search
183171 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
190172 - name : search_application
191173 x-displayName : Search application
192174 - name : searchable_snapshots
193175 x-displayName : Searchable snapshots
194176 - name : security
195177 x-displayName : Security
196- - name : ssl
197- x-displayName : Security - SSL
198178 - name : snapshot
199179 x-displayName : Snapshot and restore
200180 description : >
201181 Snapshot and restore APIs enable you to set up snapshot repositories, manage snapshot backups, and restore snapshots to a running cluster.
202182 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
204184 description : Snapshot and restore
205185 - name : slm
206186 x-displayName : Snapshot lifecycle management
207187 description : >
208188 Snapshot lifecycle management (SLM) APIs enable you to set up policies to automatically take snapshots and control how long they are retained.
209189 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
211191 description : Create a snapshot
212192 - name : sql
213193 x-displayName : SQL
214194 description : >
215195 Elasticsearch's SQL APIs enable you to run SQL queries on Elasticsearch indices and data streams.
216196 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
218198 description : An overview and tutorials for the Elasticsearch SQL features
219199 - name : synonyms
220200 x-displayName : Synonyms
@@ -1016,7 +996,7 @@ actions:
1016996 All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
1017997 By default, this property has the following value: `{"match_all": {"boost": 1}}`.
1018998 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
10201000 description : Query DSL
10211001 - target : " $.components['schemas']['ml._types:CategorizationAnalyzerDefinition'].properties.tokenizer"
10221002 description : Remove tokenizer object from ML anomaly detection analysis config
@@ -1037,7 +1017,7 @@ actions:
10371017 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).
10381018 `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`.
10391019 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
10411021 description : Tokenizer reference
10421022 - target : " $.components['schemas']['ml._types:DataframeAnalyticsSource'].properties.query"
10431023 description : Remove query object from data frame analytics source
@@ -1054,7 +1034,7 @@ actions:
10541034 All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
10551035 By default, this property has the following value: `{"match_all": {}}`.
10561036 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
10581038 description : Query DSL
10591039 - target : " $.components['schemas']['transform._types:Source'].properties.query"
10601040 description : Remove query object from transform source
@@ -1068,7 +1048,7 @@ actions:
10681048 description : >
10691049 A query clause that retrieves a subset of data from the source index.
10701050 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
10721052 description : Query DSL
10731053 - target : " $.components['schemas']['_global.search._types:FieldCollapse']"
10741054 description : Add x-model and externalDocs
0 commit comments