Skip to content

Commit cedd946

Browse files
committed
Fix version in overlays
1 parent 2b9dab2 commit cedd946

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

docs/overlays/elasticsearch-openapi-overlays.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ actions:
1313
1414
## Documentation source and versions
1515
16-
This documentation is derived from the `8.x` branch of the [elasticsearch-specification](https://github.com/elastic/elasticsearch-specification) repository.
16+
This documentation is derived from the `8.16` branch of the [elasticsearch-specification](https://github.com/elastic/elasticsearch-specification) repository.
1717
It is provided under license [Attribution-NonCommercial-NoDerivatives 4.0 International](https://creativecommons.org/licenses/by-nc-nd/4.0/).
1818
x-doc-license:
1919
name: Attribution-NonCommercial-NoDerivatives 4.0 International

docs/overlays/elasticsearch-shared-overlays.yaml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ actions:
4242
4343
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.
4444
externalDocs:
45-
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-tutorial-api.html
45+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.16/es-connectors-tutorial-api.html
4646
description: Connector API tutorial
4747
- name: ccr
4848
x-displayName: Cross-cluster replication
@@ -51,12 +51,12 @@ actions:
5151
x-displayName: Data stream
5252
externalDocs:
5353
description: Data stream overview
54-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/data-streams.html
54+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.16/data-streams.html
5555
- name: document
5656
x-displayName: Document
5757
externalDocs:
5858
description: Reading and writing documents
59-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-replication.html
59+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.16/docs-replication.html
6060
- name: mget
6161
x-displayName: Document - Multi get
6262
- name: mtermvectors
@@ -73,14 +73,14 @@ actions:
7373
description: >
7474
Event Query Language (EQL) is a query language for event-based time series data, such as logs, metrics, and traces.
7575
externalDocs:
76-
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/eql.html
76+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.16/eql.html
7777
description: EQL search
7878
- name: esql
7979
x-displayName: ES|QL
8080
description: >
8181
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.
8282
externalDocs:
83-
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/esql.html
83+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.16/esql.html
8484
description: ES|QL overview and tutorials
8585
# F
8686
- name: features
@@ -94,7 +94,7 @@ actions:
9494
description: >
9595
The graph explore API enables you to extract and summarize information about the documents and terms in an Elasticsearch data stream or index.
9696
externalDocs:
97-
url: https://www.elastic.co/guide/en/kibana/master/xpack-graph.html
97+
url: https://www.elastic.co/guide/en/kibana/8.16/xpack-graph.html
9898
description: Getting started with Graph
9999
# I
100100
- name: indices
@@ -106,7 +106,7 @@ actions:
106106
- name: ilm
107107
x-displayName: Index lifecycle management
108108
externalDocs:
109-
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/index-lifecycle-management.html
109+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.16/index-lifecycle-management.html
110110
description: Manage the index lifecycle
111111
- name: inference
112112
x-displayName: Inference
@@ -128,7 +128,7 @@ actions:
128128
description: >
129129
Logstash APIs enable you to manage pipelines that are used by Logstash Central Management.
130130
externalDocs:
131-
url: https://www.elastic.co/guide/en/logstash/master/logstash-centralized-pipeline-management.html
131+
url: https://www.elastic.co/guide/en/logstash/8.16/logstash-centralized-pipeline-management.html
132132
description: Centralized pipeline management
133133
# M
134134
- name: ml
@@ -137,19 +137,19 @@ actions:
137137
x-displayName: Machine learning anomaly detection
138138
# description:
139139
externalDocs:
140-
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.16/ml-ad-finding-anomalies.html
141141
description: Finding anomalies
142142
- name: ml data frame
143143
x-displayName: Machine learning data frame analytics
144144
# description:
145145
externalDocs:
146-
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.16/ml-dfa-overview.html
147147
description: Data frame analytics overview
148148
- name: ml trained model
149149
x-displayName: Machine learning trained model
150150
# description:
151151
externalDocs:
152-
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.16/ml-nlp-overview.html
153153
description: Natural language processing overview
154154
- name: migration
155155
x-displayName: Migration
@@ -169,7 +169,7 @@ actions:
169169
If a query matches one or more rules in the ruleset, the query is re-written to apply the rules before searching.
170170
This allows pinning documents for only queries that match a specific term.
171171
externalDocs:
172-
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl-rule-query.html
172+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.16/query-dsl-rule-query.html
173173
description: Rule query
174174
# R
175175
- name: rollup
@@ -202,21 +202,21 @@ actions:
202202
description: >
203203
Snapshot and restore APIs enable you to set up snapshot repositories, manage snapshot backups, and restore snapshots to a running cluster.
204204
externalDocs:
205-
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/snapshot-restore.html
205+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.16/snapshot-restore.html
206206
description: Snapshot and restore
207207
- name: slm
208208
x-displayName: Snapshot lifecycle management
209209
description: >
210210
Snapshot lifecycle management (SLM) APIs enable you to set up policies to automatically take snapshots and control how long they are retained.
211211
externalDocs:
212-
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/snapshots-take-snapshot.html
212+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.16/snapshots-take-snapshot.html
213213
description: Create a snapshot
214214
- name: sql
215215
x-displayName: SQL
216216
description: >
217217
Elasticsearch's SQL APIs enable you to run SQL queries on Elasticsearch indices and data streams.
218218
externalDocs:
219-
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/xpack-sql.html
219+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.16/xpack-sql.html
220220
description: An overview and tutorials for the Elasticsearch SQL features
221221
- name: synonyms
222222
x-displayName: Synonyms
@@ -252,7 +252,7 @@ actions:
252252
description: >
253253
Character filters that are used to preprocess characters before they are passed to the tokenizer.
254254
externalDocs:
255-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-charfilters.html
255+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.16/analysis-charfilters.html
256256
description: Character filters reference
257257
- target: "$.components['schemas']['_types.analysis:Tokenizer'].oneOf"
258258
description: Remove existing oneOf definition for tokenizer
@@ -264,7 +264,7 @@ actions:
264264
description: >
265265
A tokenizer to use to convert text into tokens.
266266
externalDocs:
267-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-tokenizers.html
267+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.16/analysis-tokenizers.html
268268
description: Tokenizer reference
269269
- target: "$.components['schemas']['_types.analysis:TokenFilter'].oneOf"
270270
description: Remove existing oneOf definition for tokenfilter
@@ -276,15 +276,15 @@ actions:
276276
description: >
277277
Token filters that are applied after the tokenizer.
278278
externalDocs:
279-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-tokenfilters.html
279+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.16/analysis-tokenfilters.html
280280
description: Token filter reference
281281
- target: "$.components['schemas']['security._types:RoleTemplateScript']"
282282
description: Add x-model where recommended by Bump.sh
283283
update:
284284
x-model: true
285285
externalDocs:
286286
description: Templating a role query
287-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/field-and-document-access-control.html#templating-role-query
287+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.16/field-and-document-access-control.html#templating-role-query
288288
# Abbreviate and annotate items that are not shown in Bump.sh due to depth limits
289289
- target: "$.components['schemas']['ml._types:Datafeed'].properties.query"
290290
description: Remove query object from anomaly detection datafeed
@@ -301,7 +301,7 @@ actions:
301301
All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
302302
By default, this property has the following value: `{"match_all": {"boost": 1}}`.
303303
externalDocs:
304-
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl.html
304+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.16/query-dsl.html
305305
description: Query DSL
306306
- target: "$.components['schemas']['ml._types:CategorizationAnalyzerDefinition'].properties.tokenizer"
307307
description: Remove tokenizer object from ML anomaly detection analysis config
@@ -322,7 +322,7 @@ actions:
322322
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).
323323
`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`.
324324
externalDocs:
325-
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/analysis-tokenizers.html
325+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.16/analysis-tokenizers.html
326326
description: Tokenizer reference
327327
- target: "$.components['schemas']['ml._types:DataframeAnalyticsSource'].properties.query"
328328
description: Remove query object from data frame analytics source
@@ -339,7 +339,7 @@ actions:
339339
All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
340340
By default, this property has the following value: `{"match_all": {}}`.
341341
externalDocs:
342-
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl.html
342+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.16/query-dsl.html
343343
description: Query DSL
344344
- target: "$.components['schemas']['transform._types:Source'].properties.query"
345345
description: Remove query object from transform source
@@ -353,14 +353,14 @@ actions:
353353
description: >
354354
A query clause that retrieves a subset of data from the source index.
355355
externalDocs:
356-
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl.html
356+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.16/query-dsl.html
357357
description: Query DSL
358358
- target: "$.components['schemas']['_global.search._types:FieldCollapse']"
359359
description: Add x-model and externalDocs
360360
update:
361361
x-model: true
362362
externalDocs:
363-
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/collapse-search-results.html
363+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.16/collapse-search-results.html
364364
- target: "$.components['schemas']['_global.msearch:MultisearchBody'].properties"
365365
description: Add x-model
366366
update:

0 commit comments

Comments
 (0)