Skip to content

Commit 786f394

Browse files
authored
Merge branch 'main' into fix-3214-edit-dashboard
2 parents 7708754 + 9108cce commit 786f394

File tree

20 files changed

+90
-2697
lines changed

20 files changed

+90
-2697
lines changed

deploy-manage/deploy/cloud-enterprise/ece-install-offline-images.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ The first table contains the stack versions shipped with the current {{version.e
1717
| Docker images included with {{ece}} {{version.ece}} |
1818
| --- |
1919
| docker.elastic.co/cloud-enterprise/elastic-cloud-enterprise:{{version.ece}} |
20-
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.18.8 |
21-
| docker.elastic.co/cloud-release/kibana-cloud:8.18.8 |
22-
| docker.elastic.co/cloud-release/elastic-agent-cloud:8.18.8 |
23-
| docker.elastic.co/cloud-release/enterprise-search-cloud:8.18.8 |
24-
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:9.0.8 |
25-
| docker.elastic.co/cloud-release/kibana-cloud:9.0.8 |
26-
| docker.elastic.co/cloud-release/elastic-agent-cloud:9.0.8 |
20+
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:{{ece-docker-images-8}} |
21+
| docker.elastic.co/cloud-release/kibana-cloud:{{ece-docker-images-8}} |
22+
| docker.elastic.co/cloud-release/elastic-agent-cloud:{{ece-docker-images-8}} |
23+
| docker.elastic.co/cloud-release/enterprise-search-cloud:{{ece-docker-images-8}} |
24+
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:{{ece-docker-images-9}} |
25+
| docker.elastic.co/cloud-release/kibana-cloud:{{ece-docker-images-9}} |
26+
| docker.elastic.co/cloud-release/elastic-agent-cloud:{{ece-docker-images-9}} |
2727

2828
$$$ece-all-stacks$$$Additional {{stack}} versions are available as Docker images that you can use with ECE. For offline installations, you need to download both the {{stack}} pack and the Docker images for the same version.
2929

deploy-manage/deploy/cloud-enterprise/ece-install-offline-no-registry.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ To perform an offline installation without a private Docker registry, you have t
1919

2020
```sh subs=true
2121
docker pull docker.elastic.co/cloud-enterprise/elastic-cloud-enterprise:{{version.ece}}
22-
docker pull docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.18.8
23-
docker pull docker.elastic.co/cloud-release/kibana-cloud:8.18.8
24-
docker pull docker.elastic.co/cloud-release/elastic-agent-cloud:8.18.8
25-
docker pull docker.elastic.co/cloud-release/enterprise-search-cloud:8.18.8
26-
docker pull docker.elastic.co/cloud-release/elasticsearch-cloud-ess:9.0.8
27-
docker pull docker.elastic.co/cloud-release/kibana-cloud:9.0.8
28-
docker pull docker.elastic.co/cloud-release/elastic-agent-cloud:9.0.8
22+
docker pull docker.elastic.co/cloud-release/elasticsearch-cloud-ess:{{ece-docker-images-8}}
23+
docker pull docker.elastic.co/cloud-release/kibana-cloud:{{ece-docker-images-8}}
24+
docker pull docker.elastic.co/cloud-release/elastic-agent-cloud:{{ece-docker-images-8}}
25+
docker pull docker.elastic.co/cloud-release/enterprise-search-cloud:{{ece-docker-images-8}}
26+
docker pull docker.elastic.co/cloud-release/elasticsearch-cloud-ess:{{ece-docker-images-9}}
27+
docker pull docker.elastic.co/cloud-release/kibana-cloud:{{ece-docker-images-9}}
28+
docker pull docker.elastic.co/cloud-release/elastic-agent-cloud:{{ece-docker-images-9}}
2929
```
3030

3131
::::{note}
@@ -36,27 +36,27 @@ To perform an offline installation without a private Docker registry, you have t
3636

3737
```sh subs=true
3838
docker save -o ece.{{version.ece}}.tar docker.elastic.co/cloud-enterprise/elastic-cloud-enterprise:{{version.ece}}
39-
docker save -o es.8.18.2.tar docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.18.8
40-
docker save -o kibana.8.18.2.tar docker.elastic.co/cloud-release/kibana-cloud:8.18.8
41-
docker save -o apm.8.18.2.tar docker.elastic.co/cloud-release/elastic-agent-cloud:8.18.8
42-
docker save -o enterprise-search.8.18.2.tar docker.elastic.co/cloud-release/enterprise-search-cloud:8.18.8
43-
docker save -o es.9.0.1.tar docker.elastic.co/cloud-release/elasticsearch-cloud-ess:9.0.8
44-
docker save -o kibana.9.0.1.tar docker.elastic.co/cloud-release/kibana-cloud:9.0.8
45-
docker save -o apm.9.0.1.tar docker.elastic.co/cloud-release/elastic-agent-cloud:9.0.8
39+
docker save -o es.8.18.2.tar docker.elastic.co/cloud-release/elasticsearch-cloud-ess:{{ece-docker-images-8}}
40+
docker save -o kibana.8.18.2.tar docker.elastic.co/cloud-release/kibana-cloud:{{ece-docker-images-8}}
41+
docker save -o apm.8.18.2.tar docker.elastic.co/cloud-release/elastic-agent-cloud:{{ece-docker-images-8}}
42+
docker save -o enterprise-search.8.18.2.tar docker.elastic.co/cloud-release/enterprise-search-cloud:{{ece-docker-images-8}}
43+
docker save -o es.9.0.1.tar docker.elastic.co/cloud-release/elasticsearch-cloud-ess:{{ece-docker-images-9}}
44+
docker save -o kibana.9.0.1.tar docker.elastic.co/cloud-release/kibana-cloud:{{ece-docker-images-9}}
45+
docker save -o apm.9.0.1.tar docker.elastic.co/cloud-release/elastic-agent-cloud:{{ece-docker-images-9}}
4646
```
4747

4848
3. Copy the .tar files to a location on your network where they are available to each host where you plan to install {{ece}}. Alternatively, you can copy the .tar files to each host directly.
4949
4. On each host, load the images into Docker, replacing `FILE_PATH` with the correct path to the .tar files:
5050

5151
```sh subs=true
5252
docker load < FILE_PATH/ece.{{version.ece}}.tar
53-
docker load < FILE_PATH/es.8.18.8.tar
54-
docker load < FILE_PATH/kibana.8.18.8.tar
55-
docker load < FILE_PATH/apm.8.18.8.tar
56-
docker load < FILE_PATH/enterprise-search.8.18.8.tar
57-
docker load < FILE_PATH/es.9.0.8.tar
58-
docker load < FILE_PATH/kibana.9.0.8.tar
59-
docker load < FILE_PATH/apm.9.0.8.tar
53+
docker load < FILE_PATH/es.{{ece-docker-images-8}}.tar
54+
docker load < FILE_PATH/kibana.{{ece-docker-images-8}}.tar
55+
docker load < FILE_PATH/apm.{{ece-docker-images-8}}.tar
56+
docker load < FILE_PATH/enterprise-search.{{ece-docker-images-8}}.tar
57+
docker load < FILE_PATH/es.{{ece-docker-images-9}}.tar
58+
docker load < FILE_PATH/kibana.{{ece-docker-images-9}}.tar
59+
docker load < FILE_PATH/apm.{{ece-docker-images-9}}.tar
6060
```
6161

6262
5. Optional: Remove the .tar files after installation.

deploy-manage/deploy/cloud-enterprise/ece-install-offline-with-registry.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ Installing ECE on multiple hosts with your own registry server is simpler, becau
2525

2626
```sh subs=true
2727
docker pull docker.elastic.co/cloud-enterprise/elastic-cloud-enterprise:{{version.ece}}
28-
docker pull docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.18.8
29-
docker pull docker.elastic.co/cloud-release/kibana-cloud:8.18.8
30-
docker pull docker.elastic.co/cloud-release/elastic-agent-cloud:8.18.8
31-
docker pull docker.elastic.co/cloud-release/enterprise-search-cloud:8.18.8
32-
docker pull docker.elastic.co/cloud-release/elasticsearch-cloud-ess:9.0.8
33-
docker pull docker.elastic.co/cloud-release/kibana-cloud:9.0.8
34-
docker pull docker.elastic.co/cloud-release/elastic-agent-cloud:9.0.8
28+
docker pull docker.elastic.co/cloud-release/elasticsearch-cloud-ess:{{ece-docker-images-8}}
29+
docker pull docker.elastic.co/cloud-release/kibana-cloud:{{ece-docker-images-8}}
30+
docker pull docker.elastic.co/cloud-release/elastic-agent-cloud:{{ece-docker-images-8}}
31+
docker pull docker.elastic.co/cloud-release/enterprise-search-cloud:{{ece-docker-images-8}}
32+
docker pull docker.elastic.co/cloud-release/elasticsearch-cloud-ess:{{ece-docker-images-9}}
33+
docker pull docker.elastic.co/cloud-release/kibana-cloud:{{ece-docker-images-9}}
34+
docker pull docker.elastic.co/cloud-release/elastic-agent-cloud:{{ece-docker-images-9}}
3535
```
3636

3737
::::{note}
@@ -42,26 +42,26 @@ Installing ECE on multiple hosts with your own registry server is simpler, becau
4242

4343
```sh subs=true
4444
docker tag docker.elastic.co/cloud-enterprise/elastic-cloud-enterprise:{{version.ece}} REGISTRY/cloud-enterprise/elastic-cloud-enterprise:{{version.ece}}
45-
docker tag docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.18.2 REGISTRY/cloud-release/elasticsearch-cloud-ess:8.18.8
46-
docker tag docker.elastic.co/cloud-release/kibana-cloud:8.18.2 REGISTRY/cloud-release/kibana-cloud:8.18.8
47-
docker tag docker.elastic.co/cloud-release/elastic-agent-cloud:8.18.2 REGISTRY/cloud-release/elastic-agent-cloud:8.18.8
48-
docker tag docker.elastic.co/cloud-release/enterprise-search-cloud:8.18.2 REGISTRY/cloud-release/enterprise-search-cloud:8.18.8
49-
docker tag docker.elastic.co/cloud-release/elasticsearch-cloud-ess:9.0.1 REGISTRY/cloud-release/elasticsearch-cloud-ess:9.0.8
50-
docker tag docker.elastic.co/cloud-release/kibana-cloud:9.0.1 REGISTRY/cloud-release/kibana-cloud:9.0.8
51-
docker tag docker.elastic.co/cloud-release/elastic-agent-cloud:9.0.1 REGISTRY/cloud-release/elastic-agent-cloud:9.0.8
45+
docker tag docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.18.2 REGISTRY/cloud-release/elasticsearch-cloud-ess:{{ece-docker-images-8}}
46+
docker tag docker.elastic.co/cloud-release/kibana-cloud:8.18.2 REGISTRY/cloud-release/kibana-cloud:{{ece-docker-images-8}}
47+
docker tag docker.elastic.co/cloud-release/elastic-agent-cloud:8.18.2 REGISTRY/cloud-release/elastic-agent-cloud:{{ece-docker-images-8}}
48+
docker tag docker.elastic.co/cloud-release/enterprise-search-cloud:8.18.2 REGISTRY/cloud-release/enterprise-search-cloud:{{ece-docker-images-8}}
49+
docker tag docker.elastic.co/cloud-release/elasticsearch-cloud-ess:9.0.1 REGISTRY/cloud-release/elasticsearch-cloud-ess:{{ece-docker-images-9}}
50+
docker tag docker.elastic.co/cloud-release/kibana-cloud:9.0.1 REGISTRY/cloud-release/kibana-cloud:{{ece-docker-images-9}}
51+
docker tag docker.elastic.co/cloud-release/elastic-agent-cloud:9.0.1 REGISTRY/cloud-release/elastic-agent-cloud:{{ece-docker-images-9}}
5252
```
5353

5454
4. Push the Docker images to your private Docker registry, using the same tags from the previous step. Replace `REGISTRY` with your actual registry URL, for example `my.private.repo:5000`:
5555

5656
```sh subs=true
5757
docker push REGISTRY/cloud-enterprise/elastic-cloud-enterprise:{{version.ece}}
58-
docker push REGISTRY/cloud-release/elasticsearch-cloud-ess:8.18.8
59-
docker push REGISTRY/cloud-release/kibana-cloud:8.18.8
60-
docker push REGISTRY/cloud-release/elastic-agent-cloud:8.18.8
61-
docker push REGISTRY/cloud-release/enterprise-search-cloud:8.18.8
62-
docker push REGISTRY/cloud-release/elasticsearch-cloud-ess:9.0.8
63-
docker push REGISTRY/cloud-release/kibana-cloud:9.0.8
64-
docker push REGISTRY/cloud-release/elastic-agent-cloud:9.0.8
58+
docker push REGISTRY/cloud-release/elasticsearch-cloud-ess:{{ece-docker-images-8}}
59+
docker push REGISTRY/cloud-release/kibana-cloud:{{ece-docker-images-8}}
60+
docker push REGISTRY/cloud-release/elastic-agent-cloud:{{ece-docker-images-8}}
61+
docker push REGISTRY/cloud-release/enterprise-search-cloud:{{ece-docker-images-8}}
62+
docker push REGISTRY/cloud-release/elasticsearch-cloud-ess:{{ece-docker-images-9}}
63+
docker push REGISTRY/cloud-release/kibana-cloud:{{ece-docker-images-9}}
64+
docker push REGISTRY/cloud-release/elastic-agent-cloud:{{ece-docker-images-9}}
6565
```
6666

6767
5. On an internet-connected host, download the installation script:

deploy-manage/deploy/elastic-cloud/serverless.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ To learn more about serverless status, see [Service status](../../cloud-organiza
6565

6666
The following FAQ addresses common questions about using {{serverless-full}} projects.
6767

68+
For information about upcoming features, refer to our [roadmap](https://www.elastic.co/cloud/serverless/roadmap).
69+
6870
### Pricing and availability
6971
**Q: Where can I learn about pricing for {{serverless-short}}?**
7072
A: See pricing information for [{{es-serverless}}](https://www.elastic.co/pricing/serverless-search), [{{observability}}](https://www.elastic.co/pricing/serverless-observability), and [{{sec-serverless}}](https://www.elastic.co/pricing/serverless-security).
@@ -73,6 +75,7 @@ A: See pricing information for [{{es-serverless}}](https://www.elastic.co/pricin
7375
A: {{serverless-full}} is available in select AWS, GCP, and Azure regions, with plans to expand to more regions. For more information, refer to [](/deploy-manage/deploy/elastic-cloud/regions.md).
7476

7577
### Data management
78+
7679
**Q: How can I move data to or from {{serverless-short}} projects?**
7780
A: We are working on data migration tools. In the interim, [use Logstash](logstash://reference/index.md) with {{es}} input and output plugins to move data to and from {{serverless-short}} projects.
7881

@@ -83,6 +86,9 @@ A: Request for project backups or restores is currently unsupported, and we are
8386
**Q: How can I create {{serverless-full}} service accounts?**
8487
A: Create API keys for service accounts in your {{serverless-short}} projects. Options to automate the creation of API keys with tools such as Terraform will be available in the future.
8588

89+
**Q: What compliance and privacy standards does {{serverless-full}} adhere to?**
90+
A: Alongside the entire Elastic platform, {{serverless-full}} is independently audited and certified to meet industry-leading compliance and privacy standards. Refer to the [Elastic Trust Center](https://www.elastic.co/trust) for more information. Further details about specific standards are available on our [roadmap](https://www.elastic.co/cloud/serverless/roadmap).
91+
8692
### Project lifecycle and support
8793
**Q: How does {{serverless-full}} ensure compatibility between software versions?**
8894
A: Connections and configurations are unaffected by upgrades. To ensure compatibility between software versions, quality testing and API versioning are used.

deploy-manage/monitor/autoops/cc-connect-self-managed-to-autoops.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Depending on your selected installation method, you may have to provide the foll
121121

122122
With this authentication method, you need to create an API key to grant access to your cluster. Complete the following steps:
123123

124-
1. From your {{ecloud}} home page, select a deployment.
124+
1. Open your self-managed cluster's Kibana
125125
2. Go to the **API keys** management page in the navigation menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
126126
3. Select **Create API key**.
127127
4. In the flyout, enter a name for your key and select **User API key**.
@@ -167,7 +167,7 @@ With this authentication method, you need to create an API key to grant access t
167167

168168
With this authentication method, you need the username and password of a user with the necessary privileges to grant access to your cluster. There are two ways to set up a user with the these privileges:
169169

170-
* (Recommended) From your {{ecloud}} home page, select a deployment and go to **Developer tools**. In **Console**, run the following command:
170+
* (Recommended) Open your self-managed cluster's Kibana and go to **Developer tools**. In **Console**, run the following command:
171171
```js
172172
POST /_security/role/autoops
173173
{

deploy-manage/remote-clusters/remote-clusters-self-managed.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@ $$$sniff-mode$$$
3535
Sniff mode
3636
: In sniff mode, a cluster alias is registered with a name of your choosing and a list of addresses of *seed* nodes specified with the `cluster.remote.<cluster_alias>.seeds` setting. When you register a remote cluster using sniff mode, {{es}} retrieves from one of the seed nodes the addresses of up to three *gateway nodes*. Each `remote_cluster_client` node in the local {{es}} cluster then opens several TCP connections to the publish addresses of the gateway nodes. This mode therefore requires that the gateway nodes' publish addresses are accessible to nodes in the local cluster.
3737

38-
Sniff mode is the default connection mode. See [Sniff mode remote cluster settings](remote-clusters-settings.md#remote-cluster-sniff-settings) for more information about configuring sniff mode.
38+
Sniff mode is the default connection mode. See [Sniff mode remote cluster settings](elasticsearch://reference/elasticsearch/configuration-reference/remote-clusters.md#remote-cluster-sniff-settings) for more information about configuring sniff mode.
3939

4040
$$$gateway-nodes-selection$$$
4141
The *gateway nodes* selection depends on the following criteria:
4242

4343
* **version**: Remote nodes must be compatible with the cluster they are registered to.
4444
* **role**: By default, any non-[master-eligible](/deploy-manage/distributed-architecture/clusters-nodes-shards/node-roles.md#master-node-role) node can act as a gateway node. Dedicated master nodes are never selected as gateway nodes.
45-
* **attributes**: You can define the gateway nodes for a cluster by setting [`cluster.remote.node.attr.gateway`](remote-clusters-settings.md#cluster-remote-node-attr) to `true`. However, such nodes still have to satisfy the two above requirements.
45+
* **attributes**: You can define the gateway nodes for a cluster by setting [`cluster.remote.node.attr.gateway`](elasticsearch://reference/elasticsearch/configuration-reference/remote-clusters.md#cluster-remote-node-attr) to `true`. However, such nodes still have to satisfy the two above requirements.
4646

4747

4848
$$$proxy-mode$$$
4949

5050
Proxy mode
5151
: In proxy mode, a cluster alias is registered with a name of your choosing and the address of a TCP (layer 4) reverse proxy specified with the `cluster.remote.<cluster_alias>.proxy_address` setting. You must configure this proxy to route connections to one or more nodes of the remote cluster. When you register a remote cluster using proxy mode, {{es}} opens several TCP connections to the proxy address and uses these connections to communicate with the remote cluster. In proxy mode {{es}} disregards the publish addresses of the remote cluster nodes which means that the publish addresses of the remote cluster nodes need not be accessible to the local cluster.
5252

53-
Proxy mode is not the default connection mode, so you must set `cluster.remote.<cluster_alias>.mode: proxy` to use it. See [Proxy mode remote cluster settings](remote-clusters-settings.md#remote-cluster-proxy-settings) for more information about configuring proxy mode.
53+
Proxy mode is not the default connection mode, so you must set `cluster.remote.<cluster_alias>.mode: proxy` to use it. See [Proxy mode remote cluster settings](elasticsearch://reference/elasticsearch/configuration-reference/remote-clusters.md#remote-cluster-proxy-settings) for more information about configuring proxy mode.
5454

5555
Proxy mode has the same [version compatibility requirements](#gateway-nodes-selection) as sniff mode.

0 commit comments

Comments
 (0)