Skip to content

Commit 0503b94

Browse files
authored
Merge branch '8.x' into backport-3056-to-8.x
2 parents 5cc7c1b + 30571c1 commit 0503b94

File tree

38 files changed

+456
-245
lines changed

38 files changed

+456
-245
lines changed

docs/overlays/elasticsearch-openapi-overlays.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ actions:
99
update:
1010
title: Elasticsearch API
1111
description: >
12+
Elasticsearch provides REST APIs that are used by the UI components and can be called directly to configure and access Elasticsearch features.
13+
1214
## Documentation source and versions
1315
1416
This documentation is derived from the `8.x` branch of the [elasticsearch-specification](https://github.com/elastic/elasticsearch-specification) repository.
1517
It is provided under license [Attribution-NonCommercial-NoDerivatives 4.0 International](https://creativecommons.org/licenses/by-nc-nd/4.0/).
18+
19+
This documentation contains work-in-progress information for future Elastic Stack releases.
1620
x-doc-license:
1721
name: Attribution-NonCommercial-NoDerivatives 4.0 International
1822
url: 'https://creativecommons.org/licenses/by-nc-nd/4.0/'

docs/overlays/elasticsearch-shared-overlays.yaml

Lines changed: 36 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -35,26 +35,28 @@ 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/8.x/es-connectors-tutorial-api.html
46+
description: Connector API tutorial
4547
- name: ccr
4648
x-displayName: Cross-cluster replication
4749
# D
4850
- name: data stream
4951
x-displayName: Data stream
5052
externalDocs:
5153
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.x/data-streams.html
5355
- name: document
5456
x-displayName: Document
5557
externalDocs:
5658
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.x/docs-replication.html
5860
- name: mget
5961
x-displayName: Document - Multi get
6062
- name: mtermvectors
@@ -71,14 +73,14 @@ actions:
7173
description: >
7274
Event Query Language (EQL) is a query language for event-based time series data, such as logs, metrics, and traces.
7375
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.x/eql.html
7577
description: EQL search
7678
- name: esql
7779
x-displayName: ES|QL
7880
description: >
7981
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.
8082
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.x/esql.html
8284
description: ES|QL overview and tutorials
8385
# F
8486
- name: features
@@ -92,7 +94,7 @@ actions:
9294
description: >
9395
The graph explore API enables you to extract and summarize information about the documents and terms in an Elasticsearch data stream or index.
9496
externalDocs:
95-
url: https://www.elastic.co/guide/en/kibana/current/xpack-graph.html
97+
url: https://www.elastic.co/guide/en/kibana/8.x/xpack-graph.html
9698
description: Getting started with Graph
9799
# I
98100
- name: indices
@@ -104,7 +106,7 @@ actions:
104106
- name: ilm
105107
x-displayName: Index lifecycle management
106108
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.x/index-lifecycle-management.html
108110
description: Manage the index lifecycle
109111
- name: inference
110112
x-displayName: Inference
@@ -126,7 +128,7 @@ actions:
126128
description: >
127129
Logstash APIs enable you to manage pipelines that are used by Logstash Central Management.
128130
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.x/logstash-centralized-pipeline-management.html
130132
description: Centralized pipeline management
131133
# M
132134
- name: ml
@@ -135,19 +137,19 @@ actions:
135137
x-displayName: Machine learning anomaly detection
136138
# description:
137139
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.x/ml-ad-finding-anomalies.html
139141
description: Finding anomalies
140142
- name: ml data frame
141143
x-displayName: Machine learning data frame analytics
142144
# description:
143145
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.x/ml-dfa-overview.html
145147
description: Data frame analytics overview
146148
- name: ml trained model
147149
x-displayName: Machine learning trained model
148150
# description:
149151
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.x/ml-nlp-overview.html
151153
description: Natural language processing overview
152154
- name: migration
153155
x-displayName: Migration
@@ -167,26 +169,16 @@ actions:
167169
If a query matches one or more rules in the ruleset, the query is re-written to apply the rules before searching.
168170
This allows pinning documents for only queries that match a specific term.
169171
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.x/query-dsl-rule-query.html
171173
description: Rule query
172174
# R
173175
- name: rollup
174176
x-displayName: Rollup
175177
# S
176178
- name: script
177179
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
182180
- name: search
183181
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
190182
- name: search_application
191183
x-displayName: Search application
192184
- name: searchable_snapshots
@@ -198,21 +190,21 @@ actions:
198190
description: >
199191
Snapshot and restore APIs enable you to set up snapshot repositories, manage snapshot backups, and restore snapshots to a running cluster.
200192
externalDocs:
201-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/snapshot-restore.html
193+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/snapshot-restore.html
202194
description: Snapshot and restore
203195
- name: slm
204196
x-displayName: Snapshot lifecycle management
205197
description: >
206198
Snapshot lifecycle management (SLM) APIs enable you to set up policies to automatically take snapshots and control how long they are retained.
207199
externalDocs:
208-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/snapshots-take-snapshot.html
200+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/snapshots-take-snapshot.html
209201
description: Create a snapshot
210202
- name: sql
211203
x-displayName: SQL
212204
description: >
213205
Elasticsearch's SQL APIs enable you to run SQL queries on Elasticsearch indices and data streams.
214206
externalDocs:
215-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/xpack-sql.html
207+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/xpack-sql.html
216208
description: An overview and tutorials for the Elasticsearch SQL features
217209
- name: synonyms
218210
x-displayName: Synonyms
@@ -265,7 +257,7 @@ actions:
265257
x-model: true
266258
externalDocs:
267259
description: Templating a role query
268-
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/guide/en/elasticsearch/reference/8.x/field-and-document-access-control.html#templating-role-query
269261
- target: "$.components['schemas']['_types.query_dsl:DistanceFeatureQuery']"
270262
description: Add x-model for distance feature query
271263
update:
@@ -1014,7 +1006,7 @@ actions:
10141006
All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
10151007
By default, this property has the following value: `{"match_all": {"boost": 1}}`.
10161008
externalDocs:
1017-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
1009+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/query-dsl.html
10181010
description: Query DSL
10191011
- target: "$.components['schemas']['ml._types:CategorizationAnalyzerDefinition'].properties.tokenizer"
10201012
description: Remove tokenizer object from ML anomaly detection analysis config
@@ -1035,7 +1027,7 @@ actions:
10351027
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).
10361028
`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`.
10371029
externalDocs:
1038-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-tokenizers.html
1030+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/analysis-tokenizers.html
10391031
description: Tokenizer reference
10401032
- target: "$.components['schemas']['ml._types:DataframeAnalyticsSource'].properties.query"
10411033
description: Remove query object from data frame analytics source
@@ -1052,7 +1044,7 @@ actions:
10521044
All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
10531045
By default, this property has the following value: `{"match_all": {}}`.
10541046
externalDocs:
1055-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
1047+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/query-dsl.html
10561048
description: Query DSL
10571049
- target: "$.components['schemas']['transform._types:Source'].properties.query"
10581050
description: Remove query object from transform source
@@ -1066,8 +1058,19 @@ actions:
10661058
description: >
10671059
A query clause that retrieves a subset of data from the source index.
10681060
externalDocs:
1069-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
1061+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/query-dsl.html
10701062
description: Query DSL
1063+
- target: "$.components['schemas']['_global.search._types:FieldCollapse']"
1064+
description: Add x-model and externalDocs
1065+
update:
1066+
x-model: true
1067+
externalDocs:
1068+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/collapse-search-results.html
1069+
- target: "$.components['schemas']['_global.msearch:MultisearchBody'].properties"
1070+
description: Add x-model
1071+
update:
1072+
aggregations:
1073+
x-model: true
10711074
# Examples
10721075
- target: "$.components['requestBodies']['async_search.submit']"
10731076
description: "Add example for asynch search submit request"

0 commit comments

Comments
 (0)