Skip to content

Commit 6b424c8

Browse files
committed
Edit version in overlay URLs
1 parent e49445e commit 6b424c8

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

docs/overlays/elasticsearch-shared-overlays.yaml

Lines changed: 21 additions & 21 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.x/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.x/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.x/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.x/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.x/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.x/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.x/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.x/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.x/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.x/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.x/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.x/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.x/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.x/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.x/xpack-sql.html
220220
description: An overview and tutorials for the Elasticsearch SQL features
221221
- name: synonyms
222222
x-displayName: Synonyms
@@ -269,7 +269,7 @@ actions:
269269
x-model: true
270270
externalDocs:
271271
description: Templating a role query
272-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/field-and-document-access-control.html#templating-role-query
272+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/field-and-document-access-control.html#templating-role-query
273273
- target: "$.components['schemas']['_types.query_dsl:DistanceFeatureQuery']"
274274
description: Add x-model for distance feature query
275275
update:
@@ -1018,7 +1018,7 @@ actions:
10181018
All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
10191019
By default, this property has the following value: `{"match_all": {"boost": 1}}`.
10201020
externalDocs:
1021-
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl.html
1021+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/query-dsl.html
10221022
description: Query DSL
10231023
- target: "$.components['schemas']['ml._types:CategorizationAnalyzerDefinition'].properties.tokenizer"
10241024
description: Remove tokenizer object from ML anomaly detection analysis config
@@ -1039,7 +1039,7 @@ actions:
10391039
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).
10401040
`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`.
10411041
externalDocs:
1042-
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/analysis-tokenizers.html
1042+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/analysis-tokenizers.html
10431043
description: Tokenizer reference
10441044
- target: "$.components['schemas']['ml._types:DataframeAnalyticsSource'].properties.query"
10451045
description: Remove query object from data frame analytics source
@@ -1056,7 +1056,7 @@ actions:
10561056
All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
10571057
By default, this property has the following value: `{"match_all": {}}`.
10581058
externalDocs:
1059-
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl.html
1059+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/query-dsl.html
10601060
description: Query DSL
10611061
- target: "$.components['schemas']['transform._types:Source'].properties.query"
10621062
description: Remove query object from transform source
@@ -1070,14 +1070,14 @@ actions:
10701070
description: >
10711071
A query clause that retrieves a subset of data from the source index.
10721072
externalDocs:
1073-
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl.html
1073+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/query-dsl.html
10741074
description: Query DSL
10751075
- target: "$.components['schemas']['_global.search._types:FieldCollapse']"
10761076
description: Add x-model and externalDocs
10771077
update:
10781078
x-model: true
10791079
externalDocs:
1080-
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/collapse-search-results.html
1080+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/collapse-search-results.html
10811081
- target: "$.components['schemas']['_global.msearch:MultisearchBody'].properties"
10821082
description: Add x-model
10831083
update:

0 commit comments

Comments
 (0)