Skip to content

Commit fd58924

Browse files
authored
Merge branch 'main' into add-elastic-new-intro-section
2 parents 0f87d9f + e1156a3 commit fd58924

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

deploy-manage/monitor/stack-monitoring/ece-ech-stack-monitoring.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ Elastic manages the installation and configuration of the monitoring agent for y
7373
- Enabling logging and monitoring increases the resource consumption of the deployment. For production systems, we recommend sizing deployments with logging and monitoring enabled to at least 4 GB of RAM on each {{es}} instance.
7474
- Enabling logging and monitoring can trigger a plan change on your deployment. You can monitor the plan change progress from the deployment's **Activity** page.
7575

76+
:::{tip}
77+
The monitoring deployment and production deployment must be on the same major version, cloud provider, and region.
78+
:::
79+
7680
To enable monitoring on your deployment:
7781

7882
:::{include} /deploy-manage/_snippets/find-manage-deployment-ech-and-ece.md
@@ -147,8 +151,8 @@ The `*` indicates that we also index the archived files of each type of log.
147151
Check the respective product documentation for more information about the logging capabilities of each product.
148152

149153
## Restrictions and limitations [restrictions-monitoring]
150-
154+
* The monitoring deployment and production deployment must be on the same major version, cloud provider, and region.
151155
* To avoid compatibility issues, ensure your monitoring cluster and production cluster run on the same {{stack}} version. Monitoring clusters that use 9.x do work with production clusters that use the latest release of 8.x, but this setup should only occur when upgrading clusters to the same version.
152156
* $$$cross-region-monitor$$$ Monitoring across regions is not supported. If you need to move your existing monitoring to the same region, you can do a reindex or create a new deployment and select the snapshot from the old deployment.
153157
* The logs shipped to a monitoring cluster use an ILM managed data stream (`elastic-cloud-logs-<version>`). If you need to delete indices due to space, do not delete the current `is_write_enabled: true` index.
154-
* When sending metrics to a dedicated monitoring deployment, the graph for IO Operations Rate(/s) is blank. This is due to the fact that this graph actually contains metrics from of all of the virtualized resources from the provider.
158+
* When sending metrics to a dedicated monitoring deployment, the graph for IO Operations Rate(/s) is blank. This is due to the fact that this graph actually contains metrics from of all of the virtualized resources from the provider.

manage-data/lifecycle/index-lifecycle-management/policy-apply.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,21 @@ products:
88

99
# Manually apply a lifecycle policy to an index [apply-policy-manually]
1010

11-
When you create a new {{es}} index, it automatically picks up settings, mappings, and aliases from any matching [index template](/manage-data/data-store/templates.md#index-templates) and its component templates. If the template specifies a lifecycle policy, that policy is applied to the new index as soon as it's created. This process is described in detail in [Configure a lifecycle policy](/manage-data/lifecycle/index-lifecycle-management/configure-lifecycle-policy.md).
11+
When you create a new {{es}} index, it automatically picks up settings, mappings, and aliases from any matching [index template](/manage-data/data-store/templates.md#index-templates) and its component templates. If the template specifies a lifecycle policy, that policy is applied to the new index as soon as it's created so that the index will be managed by {{ilm-init}}. This process is described in detail in [Configure a lifecycle policy](/manage-data/lifecycle/index-lifecycle-management/configure-lifecycle-policy.md).
1212

13-
You can also apply a lifecycle policy manually to existing indices, as described on this page. This is useful if you want to:
13+
You can also apply a lifecycle policy manually to existing indices that are not yet managed, as described on this page. This is useful if you want to:
1414
* Configure the indices to move through different [data tiers](/manage-data/lifecycle/data-tiers.md) as they age.
1515
* Perform [lifecycle actions](elasticsearch://reference/elasticsearch/index-lifecycle-actions/index.md) such as downsampling or shrinking.
1616
* Delete the indices when they reach a certain age.
1717

18-
If an index is currently managed by an ILM policy you must first remove that policy before applying a new one. Refer to [Switch to a different lifecycle policy](/manage-data/lifecycle/index-lifecycle-management/policy-updates.md#switch-lifecycle-policies) for details.
18+
:::{warning}
19+
Consider the following before manually applying a policy to an index:
1920

20-
You can do this procedure in {{kib}} or using the {{es}} API.
21+
* If an index is currently managed by an ILM policy you must first remove that policy before applying a new one. To remove or make changes to an {{ilm-init}} policy currently applied to one or more indices, or to switch indices to use a different policy, refer to [Update or switch a lifecycle policy](/manage-data/lifecycle/index-lifecycle-management/policy-updates.md).
22+
* Do not manually apply a policy that uses the rollover action. Policies that use rollover must be applied by the [index template](/manage-data/lifecycle/index-lifecycle-management/configure-lifecycle-policy.md#apply-policy-template). Otherwise, the policy is not carried forward when the rollover action creates a new index.
23+
:::
2124

22-
::::{warning}
23-
Do not manually apply a policy that uses the rollover action. Policies that use rollover must be applied by the [index template](/manage-data/lifecycle/index-lifecycle-management/configure-lifecycle-policy.md#apply-policy-template). Otherwise, the policy is not carried forward when the rollover action creates a new index.
24-
::::
25+
You can do this procedure in {{kib}} or using the {{es}} API.
2526

2627
::::{tab-set}
2728
:group: kibana-api

manage-data/lifecycle/index-lifecycle-management/policy-updates.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
navigation_title: Update or switch a policy
32
mapped_pages:
43
- https://www.elastic.co/guide/en/elasticsearch/reference/current/update-lifecycle-policy.html
54
applies_to:
@@ -10,13 +9,13 @@ products:
109

1110
# Update or switch a lifecycle policy
1211

13-
1412
You can change how the lifecycle of an index or collection of rolling indices is managed by modifying the current policy or switching to a different policy.
1513

1614
To ensure that policy updates don’t put an index into a state where it can’t exit the current phase, the phase definition is cached in the index metadata when it enters the phase. If changes can be safely applied, {{ilm-init}} updates the cached phase definition. If they cannot, phase execution continues using the cached definition.
1715

1816
When the index advances to the next phase, it uses the phase definition from the updated policy.
1917

18+
To configure an index not currently managed by {{ilm-init}} to be governed by an lifecycle policy, refer to [Manually apply a policy to an index](/manage-data/lifecycle/index-lifecycle-management/policy-apply.md).
2019

2120
## How changes are applied [ilm-apply-changes]
2221

release-notes/elastic-cloud-serverless/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
294294
* Enables custom roles by default [#227878]({{kib-pull}}227878)
295295
* Allows submitting case comments by pressing **⌘+Enter** (or **Ctrl+Enter**) [#228473]({{kib-pull}}228473)
296296
* Increases the number of supported **Group by** fields in threshold rules from 3 to 5 [#227465]({{kib-pull}}227465)
297+
* Adds the **Search AI Lake** view to AutoOps for {{serverless-full}} to provide storage usage insights
297298

298299
### Fixes [serverless-changelog-07222025-fixes]
299300

@@ -362,6 +363,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
362363
* Uses `id` instead of `name` to group vulnerabilities by resource and cloud account in {{sec-serverless}} [#225492]({{kib-pull}}225492)
363364
* Updates Gemini model in {{sec-serverless}} [#225917]({{kib-pull}}225917)
364365
* Updates the navigation menu in {{es-serverless}} [#225709]({{kib-pull}}225709)
366+
* Adds performance charts to the **Usage and performance** section on the project overview page in {{serverless-full}}
365367

366368

367369
### Fixes [serverless-changelog-07072025-fixes]

0 commit comments

Comments
 (0)