Skip to content

Commit bb28e00

Browse files
committed
Update overlay URLs
1 parent b97b337 commit bb28e00

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/overlays/elasticsearch-shared-overlays.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ actions:
4141
4242
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.
4343
externalDocs:
44-
url: https://www.elastic.co/guide/en/enterprise-search/current/connectors-tutorial-api.html
44+
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-tutorial-api.html
4545
description: To get started with Connector APIs, check out the tutorial.
4646
- name: ccr
4747
x-displayName: Cross-cluster replication
@@ -72,14 +72,14 @@ actions:
7272
description: >
7373
Event Query Language (EQL) is a query language for event-based time series data, such as logs, metrics, and traces.
7474
externalDocs:
75-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/eql.html
75+
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/eql.html
7676
description: EQL search
7777
- name: esql
7878
x-displayName: ES|QL
7979
description: >
8080
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.
8181
externalDocs:
82-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/esql.html
82+
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/esql.html
8383
description: ES|QL overview and tutorials
8484
# F
8585
- name: features
@@ -93,7 +93,7 @@ actions:
9393
description: >
9494
The graph explore API enables you to extract and summarize information about the documents and terms in an Elasticsearch data stream or index.
9595
externalDocs:
96-
url: https://www.elastic.co/guide/en/kibana/current/xpack-graph.html
96+
url: https://www.elastic.co/guide/en/kibana/master/xpack-graph.html
9797
description: Getting started with Graph
9898
# I
9999
- name: indices
@@ -105,7 +105,7 @@ actions:
105105
- name: ilm
106106
x-displayName: Index lifecycle management
107107
externalDocs:
108-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/index-lifecycle-management.html
108+
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/index-lifecycle-management.html
109109
description: Manage the index lifecycle
110110
- name: inference
111111
x-displayName: Inference
@@ -127,7 +127,7 @@ actions:
127127
description: >
128128
Logstash APIs enable you to manage pipelines that are used by Logstash Central Management.
129129
externalDocs:
130-
url: https://www.elastic.co/guide/en/logstash/current/logstash-centralized-pipeline-management.html
130+
url: https://www.elastic.co/guide/en/logstash/master/logstash-centralized-pipeline-management.html
131131
description: Centralized pipeline management
132132
# M
133133
- name: ml
@@ -168,7 +168,7 @@ actions:
168168
If a query matches one or more rules in the ruleset, the query is re-written to apply the rules before searching.
169169
This allows pinning documents for only queries that match a specific term.
170170
externalDocs:
171-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-rule-query.html
171+
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl-rule-query.html
172172
description: Rule query
173173
# R
174174
- name: rollup
@@ -201,21 +201,21 @@ actions:
201201
description: >
202202
Snapshot and restore APIs enable you to set up snapshot repositories, manage snapshot backups, and restore snapshots to a running cluster.
203203
externalDocs:
204-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/snapshot-restore.html
204+
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/snapshot-restore.html
205205
description: Snapshot and restore
206206
- name: slm
207207
x-displayName: Snapshot lifecycle management
208208
description: >
209209
Snapshot lifecycle management (SLM) APIs enable you to set up policies to automatically take snapshots and control how long they are retained.
210210
externalDocs:
211-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/snapshots-take-snapshot.html
211+
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/snapshots-take-snapshot.html
212212
description: Create a snapshot
213213
- name: sql
214214
x-displayName: SQL
215215
description: >
216216
Elasticsearch's SQL APIs enable you to run SQL queries on Elasticsearch indices and data streams.
217217
externalDocs:
218-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/xpack-sql.html
218+
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/xpack-sql.html
219219
description: An overview and tutorials for the Elasticsearch SQL features
220220
- name: synonyms
221221
x-displayName: Synonyms
@@ -1017,7 +1017,7 @@ actions:
10171017
All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
10181018
By default, this property has the following value: `{"match_all": {"boost": 1}}`.
10191019
externalDocs:
1020-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
1020+
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl.html
10211021
description: Query DSL
10221022
- target: "$.components['schemas']['ml._types:CategorizationAnalyzerDefinition'].properties.tokenizer"
10231023
description: Remove tokenizer object from ML anomaly detection analysis config
@@ -1038,7 +1038,7 @@ actions:
10381038
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).
10391039
`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`.
10401040
externalDocs:
1041-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-tokenizers.html
1041+
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/analysis-tokenizers.html
10421042
description: Tokenizer reference
10431043
- target: "$.components['schemas']['ml._types:DataframeAnalyticsSource'].properties.query"
10441044
description: Remove query object from data frame analytics source
@@ -1055,7 +1055,7 @@ actions:
10551055
All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
10561056
By default, this property has the following value: `{"match_all": {}}`.
10571057
externalDocs:
1058-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
1058+
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl.html
10591059
description: Query DSL
10601060
- target: "$.components['schemas']['transform._types:Source'].properties.query"
10611061
description: Remove query object from transform source
@@ -1069,7 +1069,7 @@ actions:
10691069
description: >
10701070
A query clause that retrieves a subset of data from the source index.
10711071
externalDocs:
1072-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
1072+
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl.html
10731073
description: Query DSL
10741074
# Examples
10751075
- target: "$.components['requestBodies']['async_search.submit']"

0 commit comments

Comments
 (0)