@@ -39,21 +39,21 @@ actions:
39
39
40
40
This API requires the `manage_connector` privilege or, for read-only endpoints, the `monitor_connector` privilege.
41
41
externalDocs :
42
- url : https://www.elastic.co/guide/en/elasticsearch/ reference/current/es -connectors-tutorial-api.html
43
- description : Check out the connector API tutorial
42
+ url : https://www.elastic.co/docs/ reference/search -connectors/api -tutorial
43
+ description : Check out the connector API tutorial.
44
44
- name : ccr
45
45
x-displayName : Cross-cluster replication
46
46
# D
47
47
- name : data stream
48
48
x-displayName : Data stream
49
49
externalDocs :
50
50
description : Learn more about data streams.
51
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current/ data-streams.html
51
+ url : https://www.elastic.co/docs/manage-data/data-store/ data-streams
52
52
- name : document
53
53
x-displayName : Document
54
54
externalDocs :
55
55
description : Learn more about reading and writing documents.
56
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-replication.html
56
+ url : https://www.elastic.co/docs/deploy-manage/distributed-architecture/reading-and-writing-documents
57
57
# E
58
58
- name : enrich
59
59
x-displayName : Enrich
@@ -62,14 +62,14 @@ actions:
62
62
description : >
63
63
Event Query Language (EQL) is a query language for event-based time series data, such as logs, metrics, and traces.
64
64
externalDocs :
65
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current/ eql.html
65
+ url : https://www.elastic.co/docs/explore-analyze/query-filter/languages/ eql
66
66
description : Learn more about EQL search.
67
67
- name : esql
68
68
x-displayName : ES|QL
69
69
description : >
70
70
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.
71
71
externalDocs :
72
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current/ esql.html
72
+ url : https://www.elastic.co/docs/explore-analyze/query-filter/languages/ esql
73
73
description : Learn more about ES|QL.
74
74
# F
75
75
- name : features
@@ -83,7 +83,7 @@ actions:
83
83
description : >
84
84
The graph explore API enables you to extract and summarize information about the documents and terms in an Elasticsearch data stream or index.
85
85
externalDocs :
86
- url : https://www.elastic.co/guide/en/kibana/current/xpack- graph.html
86
+ url : https://www.elastic.co/docs/explore-analyze/visualize/ graph
87
87
description : Get started with Graph.
88
88
# I
89
89
- name : indices
@@ -93,7 +93,7 @@ actions:
93
93
- name : ilm
94
94
x-displayName : Index lifecycle management
95
95
externalDocs :
96
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current/ index-lifecycle-management.html
96
+ url : https://www.elastic.co/docs/manage-data/lifecycle/ index-lifecycle-management
97
97
description : Learn more about managing the index lifecycle.
98
98
- name : inference
99
99
x-displayName : Inference
@@ -118,7 +118,7 @@ actions:
118
118
description : >
119
119
Logstash APIs enable you to manage pipelines that are used by Logstash Central Management.
120
120
externalDocs :
121
- url : https://www.elastic.co/guide/en /logstash/current/ logstash-centralized-pipeline-management.html
121
+ url : https://www.elastic.co/docs/reference /logstash/logstash-centralized-pipeline-management
122
122
description : Learn more about centralized pipeline management.
123
123
# M
124
124
- name : ml
@@ -127,19 +127,19 @@ actions:
127
127
x-displayName : Machine learning anomaly detection
128
128
# description:
129
129
externalDocs :
130
- url : https://www.elastic.co/guide/en /machine-learning/current /ml-ad-finding-anomalies.html
130
+ url : https://www.elastic.co/docs/explore-analyze /machine-learning/anomaly-detection /ml-ad-finding-anomalies
131
131
description : Learn more about finding anomalies.
132
132
- name : ml data frame
133
133
x-displayName : Machine learning data frame analytics
134
134
# description:
135
135
externalDocs :
136
- url : https://www.elastic.co/guide/en /machine-learning/current /ml-dfa-overview.html
136
+ url : https://www.elastic.co/docs/explore-analyze /machine-learning/data-frame-analytics /ml-dfa-overview
137
137
description : Learn more about data frame analytics.
138
138
- name : ml trained model
139
139
x-displayName : Machine learning trained model
140
140
# description:
141
141
externalDocs :
142
- url : https://www.elastic.co/guide/en /machine-learning/current /ml-nlp-overview.html
142
+ url : https://www.elastic.co/docs/explore-analyze /machine-learning/nlp /ml-nlp-overview
143
143
description : Learn more about natural language processing.
144
144
- name : migration
145
145
x-displayName : Migration
@@ -159,7 +159,7 @@ actions:
159
159
If a query matches one or more rules in the ruleset, the query is re-written to apply the rules before searching.
160
160
This allows pinning documents for only queries that match a specific term.
161
161
externalDocs :
162
- url : https://www.elastic.co/guide/en/elasticsearch/ reference/current /query-dsl- rule-query.html
162
+ url : https://www.elastic.co/docs/ reference/query-languages /query-dsl/query-dsl- rule-query
163
163
description : Learn more about the rule query.
164
164
# R
165
165
- name : rollup
@@ -171,7 +171,7 @@ actions:
171
171
Use the script support APIs to get a list of supported script contexts and languages.
172
172
Use the stored script APIs to manage stored scripts and search templates.
173
173
externalDocs :
174
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current/modules- scripting.html
174
+ url : https://www.elastic.co/docs/explore-analyze/ scripting
175
175
- name : search
176
176
x-displayName : Search
177
177
- name : search_application
@@ -185,21 +185,21 @@ actions:
185
185
description : >
186
186
Snapshot and restore APIs enable you to set up snapshot repositories, manage snapshot backups, and restore snapshots to a running cluster.
187
187
externalDocs :
188
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current/ snapshot-restore.html
188
+ url : https://www.elastic.co/docs/deploy-manage/tools/ snapshot-and- restore
189
189
description : Learn more about snapshot and restore operations.
190
190
- name : slm
191
191
x-displayName : Snapshot lifecycle management
192
192
description : >
193
193
Snapshot lifecycle management (SLM) APIs enable you to set up policies to automatically take snapshots and control how long they are retained.
194
194
externalDocs :
195
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current/snapshots-take-snapshot.html
195
+ url : https://www.elastic.co/docs/deploy-manage/tools/snapshot-and-restore/create-snapshots
196
196
description : Learn more about creating a snapshot.
197
197
- name : sql
198
198
x-displayName : SQL
199
199
description : >
200
200
Elasticsearch's SQL APIs enable you to run SQL queries on Elasticsearch indices and data streams.
201
201
externalDocs :
202
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current/xpack- sql.html
202
+ url : https://www.elastic.co/docs/explore-analyze/query-filter/languages/ sql
203
203
description : Check out the overview and tutorials for the Elasticsearch SQL features.
204
204
- name : synonyms
205
205
x-displayName : Synonyms
@@ -223,7 +223,7 @@ actions:
223
223
description : >
224
224
You can use Watcher to watch for changes or anomalies in your data and perform the necessary actions in response.
225
225
externalDocs :
226
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current/xpack-alerting.html
226
+ url : https://www.elastic.co/docs/explore-analyze/alerts-cases/watcher
227
227
description : Learn more about Watcher.
228
228
# Add x-model and/or abbreviate schemas that should point to other references
229
229
- target : " $.components['schemas']['_types.query_dsl.QueryContainer']"
@@ -257,7 +257,7 @@ actions:
257
257
x-model : true
258
258
externalDocs :
259
259
description : Templating a role query
260
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current/field-and- document-access-control.html #templating-role-query
260
+ url : https://www.elastic.co/docs/deploy-manage/users-roles/cluster-or-deployment-auth/controlling-access-at- document-field-level #templating-role-query
261
261
- target : " $.components['schemas']['_types.query_dsl.DistanceFeatureQuery']"
262
262
description : Add x-model for distance feature query
263
263
update :
@@ -1006,7 +1006,7 @@ actions:
1006
1006
All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
1007
1007
By default, this property has the following value: `{"match_all": {"boost": 1}}`.
1008
1008
externalDocs :
1009
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current/ query-dsl.html
1009
+ url : https://www.elastic.co/docs/explore-analyze/ query-filter/languages/querydsl
1010
1010
description : Query DSL
1011
1011
- target : " $.components['schemas']['ml._types.CategorizationAnalyzerDefinition'].properties.tokenizer"
1012
1012
description : Remove tokenizer object from ML anomaly detection analysis config
@@ -1027,7 +1027,7 @@ actions:
1027
1027
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).
1028
1028
`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`.
1029
1029
externalDocs :
1030
- url : https://www.elastic.co/guide/en/elasticsearch/ reference/current/ analysis-tokenizers.html
1030
+ url : https://www.elastic.co/docs/ reference/text- analysis/tokenizer-reference
1031
1031
description : Tokenizer reference
1032
1032
- target : " $.components['schemas']['ml._types.DataframeAnalyticsSource'].properties.query"
1033
1033
description : Remove query object from data frame analytics source
@@ -1044,7 +1044,7 @@ actions:
1044
1044
All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
1045
1045
By default, this property has the following value: `{"match_all": {}}`.
1046
1046
externalDocs :
1047
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current/ query-dsl.html
1047
+ url : https://www.elastic.co/docs/explore-analyze/ query-filter/languages/querydsl
1048
1048
description : Query DSL
1049
1049
- target : " $.components['schemas']['transform._types.Source'].properties.query"
1050
1050
description : Remove query object from transform source
@@ -1058,14 +1058,14 @@ actions:
1058
1058
description : >
1059
1059
A query clause that retrieves a subset of data from the source index.
1060
1060
externalDocs :
1061
- url : https://www.elastic.co/guide/en/elasticsearch/reference/current/ query-dsl.html
1061
+ url : https://www.elastic.co/docs/explore-analyze/ query-filter/languages/querydsl
1062
1062
description : Query DSL
1063
1063
- target : " $.components['schemas']['_global.search._types.FieldCollapse']"
1064
1064
description : Add x-model and externalDocs
1065
1065
update :
1066
1066
x-model : true
1067
1067
externalDocs :
1068
- url : https://www.elastic.co/guide/en /elasticsearch/reference/current/ collapse-search-results.html
1068
+ url : https://www.elastic.co/docs/reference /elasticsearch/rest-apis/ collapse-search-results
1069
1069
# - target: "$.components['schemas']['_global.msearch.MultisearchBody'].properties"
1070
1070
# description: Add x-model
1071
1071
# update:
0 commit comments