Skip to content

Commit 44822e9

Browse files
authored
Update DOCS_BRANCH from 8.x to 8.19 (#5340)
1 parent ce23ace commit 44822e9

File tree

3 files changed

+401
-401
lines changed

3 files changed

+401
-401
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SHELL := /bin/bash
2-
DOCS_BRANCH := 8.x
2+
DOCS_BRANCH := 8.19
33

44
validate: ## Validate a given endpoint request or response
55
@node compiler/run-validations.js --api $(api) --type $(type) --branch $(branch)

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/8.x/es-connectors-tutorial-api.html
45+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.19/es-connectors-tutorial-api.html
4646
description: Check out the 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: Learn more about data streams.
54-
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/data-streams.html
54+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.19/data-streams.html
5555
- name: document
5656
x-displayName: Document
5757
externalDocs:
5858
description: Learn more about reading and writing documents.
59-
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/docs-replication.html
59+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.19/docs-replication.html
6060
# E
6161
- name: enrich
6262
x-displayName: Enrich
@@ -65,14 +65,14 @@ actions:
6565
description: >
6666
Event Query Language (EQL) is a query language for event-based time series data, such as logs, metrics, and traces.
6767
externalDocs:
68-
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/eql.html
68+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.19/eql.html
6969
description: Learn more about EQL search.
7070
- name: esql
7171
x-displayName: ES|QL
7272
description: >
7373
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.
7474
externalDocs:
75-
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/esql.html
75+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.19/esql.html
7676
description: Learn more about ES|QL.
7777
# F
7878
- name: features
@@ -86,7 +86,7 @@ actions:
8686
description: >
8787
The graph explore API enables you to extract and summarize information about the documents and terms in an Elasticsearch data stream or index.
8888
externalDocs:
89-
url: https://www.elastic.co/guide/en/kibana/8.x/xpack-graph.html
89+
url: https://www.elastic.co/guide/en/kibana/8.19/xpack-graph.html
9090
description: Get started with Graph.
9191
# I
9292
- name: indices
@@ -96,7 +96,7 @@ actions:
9696
- name: ilm
9797
x-displayName: Index lifecycle management
9898
externalDocs:
99-
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/index-lifecycle-management.html
99+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.19/index-lifecycle-management.html
100100
description: Learn more about managing the index lifecycle.
101101
- name: inference
102102
x-displayName: Inference
@@ -121,7 +121,7 @@ actions:
121121
description: >
122122
Logstash APIs enable you to manage pipelines that are used by Logstash Central Management.
123123
externalDocs:
124-
url: https://www.elastic.co/guide/en/logstash/8.x/logstash-centralized-pipeline-management.html
124+
url: https://www.elastic.co/guide/en/logstash/8.19/logstash-centralized-pipeline-management.html
125125
description: Learn more about centralized pipeline management.
126126
# M
127127
- name: ml
@@ -130,19 +130,19 @@ actions:
130130
x-displayName: Machine learning anomaly detection
131131
# description:
132132
externalDocs:
133-
url: https://www.elastic.co/guide/en/machine-learning/8.x/ml-ad-finding-anomalies.html
133+
url: https://www.elastic.co/guide/en/machine-learning/8.19/ml-ad-finding-anomalies.html
134134
description: Learn more about finding anomalies.
135135
- name: ml data frame
136136
x-displayName: Machine learning data frame analytics
137137
# description:
138138
externalDocs:
139-
url: https://www.elastic.co/guide/en/machine-learning/8.x/ml-dfa-overview.html
139+
url: https://www.elastic.co/guide/en/machine-learning/8.19/ml-dfa-overview.html
140140
description: Learn more about data frame analytics.
141141
- name: ml trained model
142142
x-displayName: Machine learning trained model
143143
# description:
144144
externalDocs:
145-
url: https://www.elastic.co/guide/en/machine-learning/8.x/ml-nlp-overview.html
145+
url: https://www.elastic.co/guide/en/machine-learning/8.19/ml-nlp-overview.html
146146
description: Learn more about natural language processing.
147147
- name: migration
148148
x-displayName: Migration
@@ -162,7 +162,7 @@ actions:
162162
If a query matches one or more rules in the ruleset, the query is re-written to apply the rules before searching.
163163
This allows pinning documents for only queries that match a specific term.
164164
externalDocs:
165-
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/query-dsl-rule-query.html
165+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.19/query-dsl-rule-query.html
166166
description: Learn more about the rule query.
167167
# R
168168
- name: rollup
@@ -174,7 +174,7 @@ actions:
174174
Use the script support APIs to get a list of supported script contexts and languages.
175175
Use the stored script APIs to manage stored scripts and search templates.
176176
externalDocs:
177-
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/modules-scripting.html
177+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.19/modules-scripting.html
178178
- name: search
179179
x-displayName: Search
180180
- name: search_application
@@ -188,21 +188,21 @@ actions:
188188
description: >
189189
Snapshot and restore APIs enable you to set up snapshot repositories, manage snapshot backups, and restore snapshots to a running cluster.
190190
externalDocs:
191-
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/snapshot-restore.html
191+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.19/snapshot-restore.html
192192
description: Learn more about snapshot and restore operations.
193193
- name: slm
194194
x-displayName: Snapshot lifecycle management
195195
description: >
196196
Snapshot lifecycle management (SLM) APIs enable you to set up policies to automatically take snapshots and control how long they are retained.
197197
externalDocs:
198-
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/snapshots-take-snapshot.html
198+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.19/snapshots-take-snapshot.html
199199
description: Learn more about creating a snapshot.
200200
- name: sql
201201
x-displayName: SQL
202202
description: >
203203
Elasticsearch's SQL APIs enable you to run SQL queries on Elasticsearch indices and data streams.
204204
externalDocs:
205-
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/xpack-sql.html
205+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.19/xpack-sql.html
206206
description: Check out the overview and tutorials for the Elasticsearch SQL features.
207207
- name: synonyms
208208
x-displayName: Synonyms
@@ -226,7 +226,7 @@ actions:
226226
description: >
227227
You can use Watcher to watch for changes or anomalies in your data and perform the necessary actions in response.
228228
externalDocs:
229-
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/xpack-alerting.html
229+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.19/xpack-alerting.html
230230
description: Learn more about Watcher.
231231
# Add x-model and/or abbreviate schemas that should point to other references
232232
- target: "$.components['schemas']['_types.query_dsl.QueryContainer']"
@@ -260,7 +260,7 @@ actions:
260260
x-model: true
261261
externalDocs:
262262
description: Templating a role query
263-
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/field-and-document-access-control.html#templating-role-query
263+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.19/field-and-document-access-control.html#templating-role-query
264264
- target: "$.components['schemas']['_types.query_dsl.DistanceFeatureQuery']"
265265
description: Add x-model for distance feature query
266266
update:
@@ -1009,7 +1009,7 @@ actions:
10091009
All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
10101010
By default, this property has the following value: `{"match_all": {"boost": 1}}`.
10111011
externalDocs:
1012-
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/query-dsl.html
1012+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.19/query-dsl.html
10131013
description: Query DSL
10141014
- target: "$.components['schemas']['ml._types.CategorizationAnalyzerDefinition'].properties.tokenizer"
10151015
description: Remove tokenizer object from ML anomaly detection analysis config
@@ -1030,7 +1030,7 @@ actions:
10301030
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).
10311031
`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`.
10321032
externalDocs:
1033-
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/analysis-tokenizers.html
1033+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.19/analysis-tokenizers.html
10341034
description: Tokenizer reference
10351035
- target: "$.components['schemas']['ml._types.DataframeAnalyticsSource'].properties.query"
10361036
description: Remove query object from data frame analytics source
@@ -1047,7 +1047,7 @@ actions:
10471047
All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
10481048
By default, this property has the following value: `{"match_all": {}}`.
10491049
externalDocs:
1050-
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/query-dsl.html
1050+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.19/query-dsl.html
10511051
description: Query DSL
10521052
- target: "$.components['schemas']['transform._types.Source'].properties.query"
10531053
description: Remove query object from transform source
@@ -1061,21 +1061,21 @@ actions:
10611061
description: >
10621062
A query clause that retrieves a subset of data from the source index.
10631063
externalDocs:
1064-
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/query-dsl.html
1064+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.19/query-dsl.html
10651065
description: Query DSL
10661066
- target: "$.components['schemas']['_global.search._types.FieldCollapse']"
10671067
description: Add x-model and externalDocs
10681068
update:
10691069
x-model: true
10701070
externalDocs:
1071-
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/collapse-search-results.html
1071+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.19/collapse-search-results.html
10721072
- target: "$.components['schemas']['indices._types.IndexSettings']"
10731073
description: Add x-model and externalDocs for IndexSettings component
10741074
update:
10751075
x-model: true
10761076
externalDocs:
10771077
description: Index settings
1078-
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/index-modules.html
1078+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.19/index-modules.html
10791079
- target: "$.components['schemas']['indices._types.IndexSettings'].properties"
10801080
description: Remove properties IndexSettings object
10811081
remove: true

0 commit comments

Comments
 (0)