Skip to content

Commit 6297810

Browse files
authored
Merge branch 'main' into lcawl/security-ccr
2 parents 72bf088 + 79c2160 commit 6297810

31 files changed

+338
-232
lines changed

docs/overlays/elasticsearch-shared-overlays.yaml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,15 @@ 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/master/es-connectors-tutorial-api.html
46+
description: Connector API tutorial
4547
- name: ccr
4648
x-displayName: Cross-cluster replication
4749
# D
@@ -63,14 +65,14 @@ actions:
6365
description: >
6466
Event Query Language (EQL) is a query language for event-based time series data, such as logs, metrics, and traces.
6567
externalDocs:
66-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/eql.html
68+
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/eql.html
6769
description: EQL search
6870
- name: esql
6971
x-displayName: ES|QL
7072
description: >
7173
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.
7274
externalDocs:
73-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/esql.html
75+
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/esql.html
7476
description: ES|QL overview and tutorials
7577
# F
7678
- name: features
@@ -84,7 +86,7 @@ actions:
8486
description: >
8587
The graph explore API enables you to extract and summarize information about the documents and terms in an Elasticsearch data stream or index.
8688
externalDocs:
87-
url: https://www.elastic.co/guide/en/kibana/current/xpack-graph.html
89+
url: https://www.elastic.co/guide/en/kibana/master/xpack-graph.html
8890
description: Getting started with Graph
8991
# I
9092
- name: indices
@@ -94,7 +96,7 @@ actions:
9496
- name: ilm
9597
x-displayName: Index lifecycle management
9698
externalDocs:
97-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/index-lifecycle-management.html
99+
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/index-lifecycle-management.html
98100
description: Manage the index lifecycle
99101
- name: inference
100102
x-displayName: Inference
@@ -116,7 +118,7 @@ actions:
116118
description: >
117119
Logstash APIs enable you to manage pipelines that are used by Logstash Central Management.
118120
externalDocs:
119-
url: https://www.elastic.co/guide/en/logstash/current/logstash-centralized-pipeline-management.html
121+
url: https://www.elastic.co/guide/en/logstash/master/logstash-centralized-pipeline-management.html
120122
description: Centralized pipeline management
121123
# M
122124
- name: ml
@@ -157,7 +159,7 @@ actions:
157159
If a query matches one or more rules in the ruleset, the query is re-written to apply the rules before searching.
158160
This allows pinning documents for only queries that match a specific term.
159161
externalDocs:
160-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-rule-query.html
162+
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl-rule-query.html
161163
description: Rule query
162164
# R
163165
- name: rollup
@@ -173,28 +175,26 @@ actions:
173175
x-displayName: Searchable snapshots
174176
- name: security
175177
x-displayName: Security
176-
- name: ssl
177-
x-displayName: Security - SSL
178178
- name: snapshot
179179
x-displayName: Snapshot and restore
180180
description: >
181181
Snapshot and restore APIs enable you to set up snapshot repositories, manage snapshot backups, and restore snapshots to a running cluster.
182182
externalDocs:
183-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/snapshot-restore.html
183+
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/snapshot-restore.html
184184
description: Snapshot and restore
185185
- name: slm
186186
x-displayName: Snapshot lifecycle management
187187
description: >
188188
Snapshot lifecycle management (SLM) APIs enable you to set up policies to automatically take snapshots and control how long they are retained.
189189
externalDocs:
190-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/snapshots-take-snapshot.html
190+
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/snapshots-take-snapshot.html
191191
description: Create a snapshot
192192
- name: sql
193193
x-displayName: SQL
194194
description: >
195195
Elasticsearch's SQL APIs enable you to run SQL queries on Elasticsearch indices and data streams.
196196
externalDocs:
197-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/xpack-sql.html
197+
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/xpack-sql.html
198198
description: An overview and tutorials for the Elasticsearch SQL features
199199
- name: synonyms
200200
x-displayName: Synonyms
@@ -996,7 +996,7 @@ actions:
996996
All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
997997
By default, this property has the following value: `{"match_all": {"boost": 1}}`.
998998
externalDocs:
999-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
999+
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl.html
10001000
description: Query DSL
10011001
- target: "$.components['schemas']['ml._types:CategorizationAnalyzerDefinition'].properties.tokenizer"
10021002
description: Remove tokenizer object from ML anomaly detection analysis config
@@ -1017,7 +1017,7 @@ actions:
10171017
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).
10181018
`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`.
10191019
externalDocs:
1020-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-tokenizers.html
1020+
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/analysis-tokenizers.html
10211021
description: Tokenizer reference
10221022
- target: "$.components['schemas']['ml._types:DataframeAnalyticsSource'].properties.query"
10231023
description: Remove query object from data frame analytics source
@@ -1034,7 +1034,7 @@ actions:
10341034
All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
10351035
By default, this property has the following value: `{"match_all": {}}`.
10361036
externalDocs:
1037-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
1037+
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl.html
10381038
description: Query DSL
10391039
- target: "$.components['schemas']['transform._types:Source'].properties.query"
10401040
description: Remove query object from transform source
@@ -1048,7 +1048,7 @@ actions:
10481048
description: >
10491049
A query clause that retrieves a subset of data from the source index.
10501050
externalDocs:
1051-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
1051+
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl.html
10521052
description: Query DSL
10531053
# Examples
10541054
- target: "$.components['requestBodies']['async_search.submit']"

0 commit comments

Comments
 (0)