@@ -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
@@ -63,14 +65,14 @@ actions:
63
65
description : >
64
66
Event Query Language (EQL) is a query language for event-based time series data, such as logs, metrics, and traces.
65
67
externalDocs :
66
- 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
67
69
description : EQL search
68
70
- name : esql
69
71
x-displayName : ES|QL
70
72
description : >
71
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.
72
74
externalDocs :
73
- 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
74
76
description : ES|QL overview and tutorials
75
77
# F
76
78
- name : features
@@ -84,7 +86,7 @@ actions:
84
86
description : >
85
87
The graph explore API enables you to extract and summarize information about the documents and terms in an Elasticsearch data stream or index.
86
88
externalDocs :
87
- 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
88
90
description : Getting started with Graph
89
91
# I
90
92
- name : indices
@@ -94,7 +96,7 @@ actions:
94
96
- name : ilm
95
97
x-displayName : Index lifecycle management
96
98
externalDocs :
97
- 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
98
100
description : Manage the index lifecycle
99
101
- name : inference
100
102
x-displayName : Inference
@@ -116,7 +118,7 @@ actions:
116
118
description : >
117
119
Logstash APIs enable you to manage pipelines that are used by Logstash Central Management.
118
120
externalDocs :
119
- 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
120
122
description : Centralized pipeline management
121
123
# M
122
124
- name : ml
@@ -157,7 +159,7 @@ actions:
157
159
If a query matches one or more rules in the ruleset, the query is re-written to apply the rules before searching.
158
160
This allows pinning documents for only queries that match a specific term.
159
161
externalDocs :
160
- 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
161
163
description : Rule query
162
164
# R
163
165
- name : rollup
@@ -178,21 +180,21 @@ actions:
178
180
description : >
179
181
Snapshot and restore APIs enable you to set up snapshot repositories, manage snapshot backups, and restore snapshots to a running cluster.
180
182
externalDocs :
181
- 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
182
184
description : Snapshot and restore
183
185
- name : slm
184
186
x-displayName : Snapshot lifecycle management
185
187
description : >
186
188
Snapshot lifecycle management (SLM) APIs enable you to set up policies to automatically take snapshots and control how long they are retained.
187
189
externalDocs :
188
- 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
189
191
description : Create a snapshot
190
192
- name : sql
191
193
x-displayName : SQL
192
194
description : >
193
195
Elasticsearch's SQL APIs enable you to run SQL queries on Elasticsearch indices and data streams.
194
196
externalDocs :
195
- 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
196
198
description : An overview and tutorials for the Elasticsearch SQL features
197
199
- name : synonyms
198
200
x-displayName : Synonyms
@@ -994,7 +996,7 @@ actions:
994
996
All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
995
997
By default, this property has the following value: `{"match_all": {"boost": 1}}`.
996
998
externalDocs :
997
- 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
998
1000
description : Query DSL
999
1001
- target : " $.components['schemas']['ml._types:CategorizationAnalyzerDefinition'].properties.tokenizer"
1000
1002
description : Remove tokenizer object from ML anomaly detection analysis config
@@ -1015,7 +1017,7 @@ actions:
1015
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).
1016
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`.
1017
1019
externalDocs :
1018
- 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
1019
1021
description : Tokenizer reference
1020
1022
- target : " $.components['schemas']['ml._types:DataframeAnalyticsSource'].properties.query"
1021
1023
description : Remove query object from data frame analytics source
@@ -1032,7 +1034,7 @@ actions:
1032
1034
All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
1033
1035
By default, this property has the following value: `{"match_all": {}}`.
1034
1036
externalDocs :
1035
- 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
1036
1038
description : Query DSL
1037
1039
- target : " $.components['schemas']['transform._types:Source'].properties.query"
1038
1040
description : Remove query object from transform source
@@ -1046,7 +1048,7 @@ actions:
1046
1048
description : >
1047
1049
A query clause that retrieves a subset of data from the source index.
1048
1050
externalDocs :
1049
- 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
1050
1052
description : Query DSL
1051
1053
# Examples
1052
1054
- target : " $.components['requestBodies']['async_search.submit']"
0 commit comments