@@ -42,21 +42,21 @@ actions:
42
42
43
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.
44
44
externalDocs :
45
- url : https://www.elastic.co/guide/en/elasticsearch/reference/8.x /es-connectors-tutorial-api.html
46
- description : Connector API tutorial
45
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /es-connectors-tutorial-api.html
46
+ description : Check out the connector API tutorial
47
47
- name : ccr
48
48
x-displayName : Cross-cluster replication
49
49
# D
50
50
- name : data stream
51
51
x-displayName : Data stream
52
52
externalDocs :
53
- description : Data stream overview
54
- url : https://www.elastic.co/guide/en/elasticsearch/reference/8.x /data-streams.html
53
+ description : Learn more about data streams.
54
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /data-streams.html
55
55
- name : document
56
56
x-displayName : Document
57
57
externalDocs :
58
- description : Reading and writing documents
59
- url : https://www.elastic.co/guide/en/elasticsearch/reference/8.x /docs-replication.html
58
+ description : Learn more about reading and writing documents.
59
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /docs-replication.html
60
60
# E
61
61
- name : enrich
62
62
x-displayName : Enrich
@@ -65,15 +65,15 @@ actions:
65
65
description : >
66
66
Event Query Language (EQL) is a query language for event-based time series data, such as logs, metrics, and traces.
67
67
externalDocs :
68
- url : https://www.elastic.co/guide/en/elasticsearch/reference/8.x /eql.html
69
- description : EQL search
68
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /eql.html
69
+ description : Learn more about EQL search.
70
70
- name : esql
71
71
x-displayName : ES|QL
72
72
description : >
73
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.
74
74
externalDocs :
75
- url : https://www.elastic.co/guide/en/elasticsearch/reference/8.x /esql.html
76
- description : ES|QL overview and tutorials
75
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /esql.html
76
+ description : Learn more about ES|QL.
77
77
# F
78
78
- name : features
79
79
description : The feature APIs enable you to introspect and manage features provided by Elasticsearch and Elasticsearch plugins.
@@ -86,8 +86,8 @@ actions:
86
86
description : >
87
87
The graph explore API enables you to extract and summarize information about the documents and terms in an Elasticsearch data stream or index.
88
88
externalDocs :
89
- url : https://www.elastic.co/guide/en/kibana/8.x /xpack-graph.html
90
- description : Getting started with Graph
89
+ url : https://www.elastic.co/guide/en/kibana/8.17 /xpack-graph.html
90
+ description : Get started with Graph.
91
91
# I
92
92
- name : indices
93
93
x-displayName : Index
@@ -96,8 +96,8 @@ actions:
96
96
- name : ilm
97
97
x-displayName : Index lifecycle management
98
98
externalDocs :
99
- url : https://www.elastic.co/guide/en/elasticsearch/reference/8.x /index-lifecycle-management.html
100
- description : Manage the index lifecycle
99
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /index-lifecycle-management.html
100
+ description : Learn more about managing the index lifecycle.
101
101
- name : inference
102
102
x-displayName : Inference
103
103
description : >
@@ -115,35 +115,35 @@ actions:
115
115
description : Licensing APIs enable you to manage your licenses.
116
116
externalDocs :
117
117
url : https://www.elastic.co/subscriptions
118
- description : For more information about the different types of licenses, refer to Elastic subscriptions
118
+ description : For more information about the different types of licenses, refer to Elastic subscriptions.
119
119
- name : logstash
120
120
x-displayName : Logstash
121
121
description : >
122
122
Logstash APIs enable you to manage pipelines that are used by Logstash Central Management.
123
123
externalDocs :
124
- url : https://www.elastic.co/guide/en/logstash/8.x /logstash-centralized-pipeline-management.html
125
- description : Centralized pipeline management
124
+ url : https://www.elastic.co/guide/en/logstash/8.17 /logstash-centralized-pipeline-management.html
125
+ description : Learn more about centralized pipeline management.
126
126
# M
127
127
- name : ml
128
128
x-displayName : Machine learning
129
129
- name : ml anomaly
130
130
x-displayName : Machine learning anomaly detection
131
131
# description:
132
132
externalDocs :
133
- url : https://www.elastic.co/guide/en/machine-learning/8.x /ml-ad-finding-anomalies.html
134
- description : Finding anomalies
133
+ url : https://www.elastic.co/guide/en/machine-learning/8.17 /ml-ad-finding-anomalies.html
134
+ description : Learn more about finding anomalies.
135
135
- name : ml data frame
136
136
x-displayName : Machine learning data frame analytics
137
137
# description:
138
138
externalDocs :
139
- url : https://www.elastic.co/guide/en/machine-learning/8.x /ml-dfa-overview.html
140
- description : Data frame analytics overview
139
+ url : https://www.elastic.co/guide/en/machine-learning/8.17 /ml-dfa-overview.html
140
+ description : Learn more about data frame analytics.
141
141
- name : ml trained model
142
142
x-displayName : Machine learning trained model
143
143
# description:
144
144
externalDocs :
145
- url : https://www.elastic.co/guide/en/machine-learning/8.x /ml-nlp-overview.html
146
- description : Natural language processing overview
145
+ url : https://www.elastic.co/guide/en/machine-learning/8.17 /ml-nlp-overview.html
146
+ description : Learn more about natural language processing.
147
147
- name : migration
148
148
x-displayName : Migration
149
149
- name : monitoring
@@ -162,8 +162,8 @@ actions:
162
162
If a query matches one or more rules in the ruleset, the query is re-written to apply the rules before searching.
163
163
This allows pinning documents for only queries that match a specific term.
164
164
externalDocs :
165
- url : https://www.elastic.co/guide/en/elasticsearch/reference/8.x /query-dsl-rule-query.html
166
- description : Rule query
165
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /query-dsl-rule-query.html
166
+ description : Learn more about the rule query.
167
167
# R
168
168
- name : rollup
169
169
x-displayName : Rollup
@@ -183,22 +183,22 @@ actions:
183
183
description : >
184
184
Snapshot and restore APIs enable you to set up snapshot repositories, manage snapshot backups, and restore snapshots to a running cluster.
185
185
externalDocs :
186
- url : https://www.elastic.co/guide/en/elasticsearch/reference/8.x /snapshot-restore.html
187
- description : Snapshot and restore
186
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /snapshot-restore.html
187
+ description : Learn more about snapshot and restore operations.
188
188
- name : slm
189
189
x-displayName : Snapshot lifecycle management
190
190
description : >
191
191
Snapshot lifecycle management (SLM) APIs enable you to set up policies to automatically take snapshots and control how long they are retained.
192
192
externalDocs :
193
- url : https://www.elastic.co/guide/en/elasticsearch/reference/8.x /snapshots-take-snapshot.html
194
- description : Create a snapshot
193
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /snapshots-take-snapshot.html
194
+ description : Learn more about creating a snapshot.
195
195
- name : sql
196
196
x-displayName : SQL
197
197
description : >
198
198
Elasticsearch's SQL APIs enable you to run SQL queries on Elasticsearch indices and data streams.
199
199
externalDocs :
200
- url : https://www.elastic.co/guide/en/elasticsearch/reference/8.x /xpack-sql.html
201
- description : An overview and tutorials for the Elasticsearch SQL features
200
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /xpack-sql.html
201
+ description : Check out the overview and tutorials for the Elasticsearch SQL features.
202
202
- name : synonyms
203
203
x-displayName : Synonyms
204
204
description : >
@@ -218,6 +218,11 @@ actions:
218
218
# W
219
219
- name : watcher
220
220
x-displayName : Watcher
221
+ description : >
222
+ You can use Watcher to watch for changes or anomalies in your data and perform the necessary actions in response.
223
+ externalDocs :
224
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.17/xpack-alerting.html
225
+ description : Learn more about Watcher.
221
226
# Add x-model and/or abbreviate schemas that should point to other references
222
227
- target : " $.components['schemas']['_types.query_dsl:QueryContainer']"
223
228
description : Add x-model for the QueryContainer object
@@ -250,7 +255,7 @@ actions:
250
255
x-model : true
251
256
externalDocs :
252
257
description : Templating a role query
253
- url : https://www.elastic.co/guide/en/elasticsearch/reference/8.x /field-and-document-access-control.html#templating-role-query
258
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /field-and-document-access-control.html#templating-role-query
254
259
- target : " $.components['schemas']['_types.query_dsl:DistanceFeatureQuery']"
255
260
description : Add x-model for distance feature query
256
261
update :
@@ -999,7 +1004,7 @@ actions:
999
1004
All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
1000
1005
By default, this property has the following value: `{"match_all": {"boost": 1}}`.
1001
1006
externalDocs :
1002
- url : https://www.elastic.co/guide/en/elasticsearch/reference/8.x /query-dsl.html
1007
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /query-dsl.html
1003
1008
description : Query DSL
1004
1009
- target : " $.components['schemas']['ml._types:CategorizationAnalyzerDefinition'].properties.tokenizer"
1005
1010
description : Remove tokenizer object from ML anomaly detection analysis config
@@ -1020,7 +1025,7 @@ actions:
1020
1025
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).
1021
1026
`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`.
1022
1027
externalDocs :
1023
- url : https://www.elastic.co/guide/en/elasticsearch/reference/8.x /analysis-tokenizers.html
1028
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /analysis-tokenizers.html
1024
1029
description : Tokenizer reference
1025
1030
- target : " $.components['schemas']['ml._types:DataframeAnalyticsSource'].properties.query"
1026
1031
description : Remove query object from data frame analytics source
@@ -1037,7 +1042,7 @@ actions:
1037
1042
All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
1038
1043
By default, this property has the following value: `{"match_all": {}}`.
1039
1044
externalDocs :
1040
- url : https://www.elastic.co/guide/en/elasticsearch/reference/8.x /query-dsl.html
1045
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /query-dsl.html
1041
1046
description : Query DSL
1042
1047
- target : " $.components['schemas']['transform._types:Source'].properties.query"
1043
1048
description : Remove query object from transform source
@@ -1051,14 +1056,14 @@ actions:
1051
1056
description : >
1052
1057
A query clause that retrieves a subset of data from the source index.
1053
1058
externalDocs :
1054
- url : https://www.elastic.co/guide/en/elasticsearch/reference/8.x /query-dsl.html
1059
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /query-dsl.html
1055
1060
description : Query DSL
1056
1061
- target : " $.components['schemas']['_global.search._types:FieldCollapse']"
1057
1062
description : Add x-model and externalDocs
1058
1063
update :
1059
1064
x-model : true
1060
1065
externalDocs :
1061
- url : https://www.elastic.co/guide/en/elasticsearch/reference/8.x /collapse-search-results.html
1066
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /collapse-search-results.html
1062
1067
- target : " $.components['schemas']['_global.msearch:MultisearchBody'].properties"
1063
1068
description : Add x-model
1064
1069
update :
0 commit comments