Skip to content

Commit 51d169d

Browse files
authored
Merge branch 'main' into ece_tokens
2 parents 4ae332f + 525d3a3 commit 51d169d

File tree

316 files changed

+6845
-12559
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

316 files changed

+6845
-12559
lines changed

deploy-manage/deploy/cloud-on-k8s/configure-eck.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mapped_pages:
1111
This page explains the various methods for configuring and applying ECK settings.
1212

1313
::::{tip}
14-
For a detailed list and description of all available settings in ECK, refer to asciidocalypse://reference/cloud/cloud-on-k8s/eck-configuration-flags.md.
14+
For a detailed list and description of all available settings in ECK, refer to [ECK configuration flags](asciidocalypse://docs/cloud-on-k8s/docs/reference/cloud/cloud-on-k8s/eck-configuration-flags.md).
1515
::::
1616

1717
By default, the ECK installation includes a [ConfigMap](https://kubernetes.io/docs/concepts/configuration/configmap/) with an `eck.yaml` key where you can add, remove, or update configuration settings. This ConfigMap is mounted into the operator’s container as a file, and provided to the application through the `--config` flag.
@@ -55,7 +55,7 @@ If you installed ECK using the manifests and the commands listed in [Deploy ECK]
5555

5656
You can update the ConfigMap directly using the command `kubectl edit configmap elastic-operator -n elastic-operator` or modify the installation manifests and reapply them with `kubectl apply -f <your-manifest-file.yaml>`.
5757

58-
The following shows the default `elastic-operator` ConfigMap, for reference purposes. Refer to asciidocalypse://reference/cloud/cloud-on-k8s/eck-configuration-flags.md for a complete list of available settings.
58+
The following shows the default `elastic-operator` ConfigMap, for reference purposes. Refer to [ECK configuration flags](asciidocalypse://docs/cloud-on-k8s/docs/reference/cloud/cloud-on-k8s/eck-configuration-flags.md) for a complete list of available settings.
5959

6060
```yaml
6161
apiVersion: v1

manage-data/data-store.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/elasticsearch-intro-what-is-es.html
4+
applies_to:
5+
stack: ga
6+
serverless: ga
47
---
58

69
# The Elasticsearch data store

manage-data/data-store/aliases.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/aliases.html
4+
applies_to:
5+
stack: ga
6+
serverless: ga
47
---
58

69
# Aliases [aliases]

manage-data/data-store/data-streams.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ mapped_urls:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/data-streams.html
44
- https://www.elastic.co/guide/en/elasticsearch/reference/current/index-mgmt.html#manage-data-streams
55
- https://www.elastic.co/guide/en/serverless/current/index-management.html#index-management-manage-data-streams
6-
7-
applies:
8-
stack: all
9-
serverless: all
10-
hosted: all
6+
applies_to:
7+
stack: ga
8+
serverless: ga
119
---
1210

1311
# Data streams [data-streams]

manage-data/data-store/data-streams/downsampling-time-series-data-stream.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/downsampling.html
4+
applies_to:
5+
stack: ga
6+
serverless: ga
47
---
58

69
# Downsampling a time series data stream [downsampling]

manage-data/data-store/data-streams/logs-data-stream.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/logs-data-stream.html
4+
applies_to:
5+
stack: ga
6+
serverless: ga
47
---
58

69
# Logs data stream [logs-data-stream]

manage-data/data-store/data-streams/manage-data-stream.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
applies_to:
3+
stack: ga
4+
serverless: ga
5+
---
6+
17
# Manage a data stream [index-management-manage-data-streams]
28

39
Investigate your data streams and address lifecycle management needs in the **Data Streams** view.

manage-data/data-store/data-streams/modify-data-stream.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/modify-data-streams.html
4+
applies_to:
5+
stack: ga
6+
serverless: ga
47
---
58

69
# Modify a data stream [modify-data-streams]

manage-data/data-store/data-streams/reindex-tsds.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
navigation_title: "Reindex a TSDS"
33
mapped_pages:
44
- https://www.elastic.co/guide/en/elasticsearch/reference/current/tsds-reindex.html
5+
applies_to:
6+
stack: ga
7+
serverless: ga
58
---
69

710

manage-data/data-store/data-streams/run-downsampling-manually.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
navigation_title: "Run downsampling manually"
33
mapped_pages:
44
- https://www.elastic.co/guide/en/elasticsearch/reference/current/downsampling-manual.html
5+
applies_to:
6+
stack: ga
7+
serverless: ga
58
---
69

710

0 commit comments

Comments
 (0)