Skip to content

Commit f7ea22c

Browse files
Merge branch 'main' into issue-1235-highlighted-fields-serv
2 parents 229de19 + dda6ba5 commit f7ea22c

File tree

9 files changed

+73
-29
lines changed

9 files changed

+73
-29
lines changed

deploy-manage/deploy/elastic-cloud/create-an-organization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ During the free 14 day trial, Elastic provides access to one hosted deployment a
7676

7777
* You can have one active deployment at a time
7878
* The deployment size is limited to 8GB RAM and approximately 360GB of storage, depending on the specified hardware profile
79-
* Machine learning nodes are available up to 4GB RAM
79+
* Machine learning nodes are available up to 4GB RAM, or up to 8GB when using Reranker
8080
* Custom {{es}} plugins are not enabled
8181

8282
For more information, check the [{{ech}} documentation](cloud-hosted.md).

deploy-manage/distributed-architecture/reading-and-writing-documents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Each index in {{es}} is [divided into shards](../../deploy-manage/index.md) and
1616

1717
Elasticsearch’s data replication model is based on the *primary-backup model* and is described very well in the [PacificA paper](https://www.microsoft.com/en-us/research/publication/pacifica-replication-in-log-based-distributed-storage-systems/) of Microsoft Research. That model is based on having a single copy from the replication group that acts as the primary shard. The other copies are called *replica shards*. The primary serves as the main entry point for all indexing operations. It is in charge of validating them and making sure they are correct. Once an index operation has been accepted by the primary, the primary is also responsible for replicating the operation to the other copies.
1818

19-
This purpose of this section is to give a high level overview of the {{es}} replication model and discuss the implications it has for various interactions between write and read operations.
19+
The purpose of this section is to give a high level overview of the {{es}} replication model and discuss the implications it has for various interactions between write and read operations.
2020

2121
## Basic write model [basic-write-model]
2222

deploy-manage/monitor/autoops/ec-autoops-regions.md

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,36 @@ products:
1010

1111
# AutoOps regions [ec-autoops-regions]
1212

13-
A region is the geographic area where the cloud providers data center that hosts your deployments is located. Based on a planned release schedule, Elastic is enabling the AutoOps service on the following cloud service providers: AWS, Azure, and GCP.
13+
A region is where a cloud service provider's data center that hosts your deployments is located. Based on a planned release schedule, Elastic is enabling AutoOps on the following cloud service providers: AWS, Azure, and GCP.
1414

15-
AutoOps is currently available in the following regions:
15+
AutoOps is currently available in the following regions for AWS:
1616

17-
| Provider | Region | Name |
17+
| Region | Name |
1818
| --- | --- | --- | --- |
19-
| AWS | us-east-1 | US East (N. Virginia) |
20-
| AWS | us-east-2 | Ohio |
21-
| AWS | us-west-2 | Oregon |
22-
| AWS | eu-west-1 | Ireland |
23-
| AWS | eu-west-2 | London |
24-
| AWS | eu-central-1 | Frankfurt |
25-
| AWS | ap-southeast-1 | Singapore |
26-
| AWS | ap-northeast-1| Tokyo |
27-
| AWS | ap-south-1 | Mumbai |
19+
| us-east-1 | N. Virginia |
20+
| us-east-2 | Ohio |
21+
| us-west-1 | N. California |
22+
| us-west-2 | Oregon |
23+
| ca-central-1 | Canada |
24+
| eu-west-1 | Ireland |
25+
| eu-west-2 | London |
26+
| eu-west-3 | Paris |
27+
| eu-north-1 | Stockholm |
28+
| eu-central-1 | Frankfurt |
29+
| eu-central-2 | Zurich |
30+
| eu-south-1 | Milan |
31+
| me-south-1 | Bahrain |
32+
| ap-east-1 | Hong Kong |
33+
| ap-northeast-1 | Tokyo |
34+
| ap-northeast-2 | Seoul |
35+
| ap-southeast-1 | Singapore |
36+
| ap-southeast-2 | Sydney |
37+
| ap-south-1 | Mumbai |
38+
| sa-east-1 | Sao Paulo |
39+
| af-south-1 | Cape Town |
40+
41+
Regions for Azure and GCP will be added in the future.
2842

2943
::::{note}
30-
Currently, a limited number of AWS regions are available. More regions for AWS, Azure and GCP will be added in the future. Also, AutoOps is currently not available for GovCloud customers.
44+
AutoOps is currently not available for GovCloud customers.
3145
::::
32-
33-

deploy-manage/remote-clusters/ec-remote-cluster-same-ess.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ If you run into any issues, refer to [Troubleshooting](/troubleshoot/elasticsear
5252
* Copy the encoded key (`encoded` in the response) to a safe location. You will need it in the next step.
5353

5454

55-
### Add the cross-cluster API key to the keystore of the local deployment [ec_add_the_cross_cluster_api_key_to_the_keystore_of_the_local_deployment]
55+
### Add the cross-cluster API key to the local deployment [ec_add_the_cross_cluster_api_key_to_the_local_deployment]
5656

57-
The API key created previously will be used by the local deployment to authenticate with the corresponding set of permissions to the remote deployment. For that, you need to add the API key to the local deployment’s keystore.
57+
The API key created previously will be used by the local deployment to authenticate with the corresponding set of permissions to the remote deployment. For that, you need to add the API key to the local deployment.
5858

5959
1. Log in to the [{{ecloud}} Console](https://cloud.elastic.co?page=docs&placement=docs-body).
6060
2. On the home page, find your hosted deployment and select **Manage** to access it directly. Or, select **Hosted deployments** to go to the **Hosted deployments** page to view all of your deployments.
@@ -69,12 +69,12 @@ The API key created previously will be used by the local deployment to authentic
6969
* For the **Setting name**, enter the the alias of your choice. You will use this alias to connect to the remote cluster later. It must be lowercase and only contain letters, numbers, dashes and underscores.
7070
* For the **Secret**, paste the encoded cross-cluster API key.
7171

72-
2. Click **Add** to save the API key to the keystore.
72+
2. Click **Add** to save the API key.
7373

74-
5. Restart the local deployment to reload the keystore with its new setting. To do that, go to the deployment’s main page (named after your deployment’s name), locate the **Actions** menu, and select **Restart {{es}}**.<br>
74+
5. Restart the local deployment to reload the new setting. To do that, go to the deployment’s main page (named after your deployment’s name), locate the **Actions** menu, and select **Restart {{es}}**.<br>
7575

7676
::::{note}
77-
If the local deployment runs on version 8.14 or greater, you no longer need to perform this step because the keystore is reloaded automatically with the new API keys.
77+
If the local deployment runs on version 8.14 or greater, you no longer need to perform this step.
7878
::::
7979

8080

deploy-manage/upgrade/prepare-to-upgrade.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ Upgrading from a release candidate build, such as 9.0.0-rc1, is unsupported. Use
1919

2020
To upgrade from 8.17.0 or earlier to 9.0.0, you must first upgrade to the latest 8.18 patch release. This allows you to use the [Upgrade Assistant](prepare-to-upgrade/upgrade-assistant.md) to identify and resolve issues, reindex indices created before 8.0.0, and perform a rolling upgrade. Upgrading to the latest 8.18 patch release is required even if you choose a full {{es}} cluster restart. If you're using 7.x and earlier, you may need to complete multiple upgrades or perform a full-cluster restart to reach the latest 8.18 patch release before upgrading to 9.0.0.
2121

22-
Alternatively, you can create a 9.0.0 deployment and reindex from remote. For more information, refer to [Reindex to upgrade](#reindex-to-upgrade).
22+
If you are already running an 8.18.x version, it's also recommended to upgrade to the latest 8.18 patch release before upgrading to 9.x. This ensures that the latest version of the upgrade assistant is used, and any bug fixes that could have implications for the upgrade are applied.
23+
24+
As an alternative to upgrading the cluster, you can create a new 9.0.0 deployment and reindex from the original cluster. For more information, refer to [Reindex to upgrade](#reindex-to-upgrade).
2325

2426
:::{note}
2527
For flexible upgrade scheduling, 8.18.0 {{beats}} and {{ls}} are compatible with 9.x {{es}}.

reference/fleet/remote-elasticsearch-output.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,15 @@ Remote {{es}} outputs allow you to send {{agent}} data to a remote {{es}} cluste
1313
A remote {{es}} cluster supports the same [output settings](/reference/fleet/es-output-settings.md) as your main {{es}} cluster.
1414

1515
::::{note}
16-
Note the following restrictions with the remote {es} output:
16+
This feature is part of the Enterprise subscription offering under the name of **Per Integration output assignment**. Refer to [Subscriptions](https://www.elastic.co/subscriptions) for more information.
17+
::::
18+
19+
## Limitations
20+
21+
These limitations apply to remote {{es}} output:
1722

1823
* Using a remote {{es}} output with a target cluster that has [traffic filters](/deploy-manage/security/traffic-filtering.md) enabled is not currently supported.
1924
* Using {{elastic-defend}} is currently not supported when a remote {{es}} output is configured for an agent.
20-
::::
2125

2226
## Configuration
2327

release-notes/fleet-elastic-agent/known-issues.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,37 @@ Known issues are significant defects or limitations that may impact your impleme
1212
% On [Month Day, Year], a known issue was discovered that [description of known issue].
1313
% For more information, check [Issue #](Issue link).
1414

15-
% **Workaround**
15+
% **Workaround**
1616
% Workaround description.
1717

1818
% :::
1919

20+
:::{dropdown} [Windows] {{agent}} is unable to re-enroll into {{fleet}}
21+
22+
**Applies to: {{agent}} 9.0.0, 9.0.1, 9.0.2 (Windows only)**
23+
24+
On April 9, 2025, a known issue was discovered where an {{agent}} installed on Windows and previously enrolled into {{fleet}} is unable to re-enroll. Attempting to enroll the {{agent}} fails with the following error:
25+
26+
```shell
27+
Error: the command is executed as root but the program files are not owned by the root user.
28+
```
29+
30+
For more information, check [Issue #7794](https://github.com/elastic/elastic-agent/issues/7794).
31+
32+
**Workaround**
33+
34+
Until a bug fix is available in a later release, you can resolve the issue temporarily using the following workaround:
35+
36+
1. Change the ownership of the {{agent}} directory:
37+
38+
```shell
39+
icacls "C:\Program Files\Elastic\Agent" /setowner "NT AUTHORITY\SYSTEM" /t /l
40+
```
41+
42+
2. After the output confirms all files were successfully processed, run the `enroll` command again.
43+
44+
:::
45+
2046
:::{dropdown} [macOS] Osquery integration fails to start on fresh agent installs
2147

2248
**Applies to: {{agent}} 9.0.0 and 9.0.1 (macOS only)**
@@ -25,7 +51,7 @@ On May 26th, 2025, a known issue was discovered that causes the `osquery` integr
2551

2652
For more information, check [Issue #8245](https://github.com/elastic/elastic-agent/issues/8245).
2753

28-
**Workaround**
54+
**Workaround**
2955

3056
As a workaround, you can manually restore the `osquery.app/` directory as follows:
3157

solutions/security/cloud/cloud-security-posture-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This feature currently supports agentless and agent-based deployments on Amazon
2121
* Minimum privileges vary depending on whether you need to read, write, or manage CSPM data and integrations. Refer to [CSPM privilege requirements](/solutions/security/cloud/cspm-privilege-requirements.md).
2222
* The CSPM integration is available to all {{ecloud}} users. On-premise deployments require an [Enterprise subscription](https://www.elastic.co/pricing).
2323
* CSPM only works in the `Default` {{kib}} space. Installing the CSPM integration on a different {{kib}} space will not work.
24-
* CSPM is supported only on AWS, GCP, and Azure commercial cloud platforms, and AWS GovCloud. Other government cloud platforms are not supported. [Click here to request support](https://github.com/elastic/kibana/issues/new/choose).
24+
* CSPM supports only the AWS, GCP, and Azure commercial cloud platforms, and AWS GovCloud. AWS GovCloud is only supported for agent-based deployments — agentless deployments do not work on this platform. Other government cloud platforms are not supported. To request support for other platforms, [open a GitHub issue](https://github.com/elastic/kibana/issues/new/choose).
2525

2626
::::
2727

solutions/security/cloud/get-started-with-cspm-for-aws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This page explains how to get started monitoring the security posture of your cl
2121
* Minimum privileges vary depending on whether you need to read, write, or manage CSPM data and integrations. Refer to [CSPM privilege requirements](/solutions/security/cloud/cspm-privilege-requirements.md).
2222
* The CSPM integration is available to all {{ecloud}} users. On-premise deployments require an [Enterprise subscription](https://www.elastic.co/pricing).
2323
* CSPM only works in the `Default` {{kib}} space. Installing the CSPM integration on a different {{kib}} space will not work.
24-
* CSPM is supported only on AWS, GCP, and Azure commercial cloud platforms, and AWS GovCloud. Other government cloud platforms are not supported. [Click here to request support](https://github.com/elastic/kibana/issues/new/choose).
24+
* CSPM supports only the AWS, GCP, and Azure commercial cloud platforms, and AWS GovCloud. AWS GovCloud is only supported for agent-based deployments — agentless deployments do not work on this platform. Other government cloud platforms are not supported. To request support for other platforms, [open a GitHub issue](https://github.com/elastic/kibana/issues/new/choose).
2525
* The user who gives the CSPM integration AWS permissions must be an AWS account `admin`.
2626

2727
::::

0 commit comments

Comments
 (0)