Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions deploy-manage/monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ deployment:
:::{include} /deploy-manage/monitor/_snippets/stack-monitoring-def.md
:::

In {{ece}} and {{ech}}, Elastic manages the installation and configuration of the monitoring agent for you, simplifying the stack monitoring setup process.
In {{ece}} and {{ech}}, Elastic manages the installation and configuration of the monitoring agent for you, simplifying the stack monitoring setup process. To enable, see [](/deploy-manage/monitor/stack-monitoring/ece-ech-stack-monitoring.md).

For self-managed, see enablement options under [](/deploy-manage/monitor/stack-monitoring/elasticsearch-monitoring-self-managed.md).

In {{eck}}, the operator manages the installation once enabled. For more information see [](/deploy-manage/monitor/stack-monitoring/eck-stack-monitoring.md).

:::{include} /deploy-manage/monitor/_snippets/stack-monitoring-prod.md
:::
Expand All @@ -56,7 +60,7 @@ deployment:
ech:
```

{{ece}} and {{ech}} provide out of the box tools for monitoring the health of your deployment and resolving health issues when they arise:
{{ece}} and {{ech}} provide out of the box tools for monitoring the health of your deployments and resolving health issues when they arise:

* [Cluster health information](/deploy-manage/monitor/cloud-health-perf.md#ec-es-cluster-health), including [health warnings](/deploy-manage/monitor/cloud-health-perf.md#ec-es-health-warnings)
* A [JVM memory pressure indicator](/deploy-manage/monitor/ec-memory-pressure.md)
Expand Down Expand Up @@ -93,7 +97,7 @@ In addition to monitoring your cluster or deployment health and performance, you
Learn how to enable monitoring of your orchestrator:

* [ECK operator metrics](/deploy-manage/monitor/orchestrators/eck-metrics-configuration.md): Open and secure a metrics endpoint that can be used to monitor the operator’s performance and health. This endpoint can be scraped by third-party Kubernetes monitoring tools.
* [ECK platform monitoring](/deploy-manage/monitor/orchestrators/ece-platform-monitoring.md): Learn about how ECE collects monitoring data for your installation in the `logging-and-metrics` deployment, and how to access monitoring data.
* [ECE platform monitoring](/deploy-manage/monitor/orchestrators/ece-platform-monitoring.md): Learn about how ECE collects monitoring data for your installation in the `logging-and-metrics` deployment, and how to access monitoring data.

:::{admonition} Monitoring {{ecloud}}
Elastic monitors [{{ecloud}}](/deploy-manage/deploy/elastic-cloud.md) service metrics and performance as part of [our shared responsibility](https://www.elastic.co/cloud/shared-responsibility). We provide service availability information on our [service status page](/deploy-manage/cloud-organization/service-status.md).
Expand Down
2 changes: 1 addition & 1 deletion deploy-manage/monitor/_snippets/stack-monitoring-def.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Stack monitoring allows you to collect logs and metrics from various Elastic products, including {{es}} nodes, {{ls}} nodes, {{kib}} instances, APM Server, and Beats in your cluster. You can also collect logs.

All of the monitoring metrics are stored in {{es}}, which enables you to easily visualize the data in {{kib}}.
All of the monitoring metrics are stored in {{es}}, which enables you to easily visualize the data in {{kib}}. From there you may easily setup [](/deploy-manage/monitor/monitoring-data/configure-stack-monitoring-alerts.md).
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To use the {{monitor-features}} with the {{security-features}} enabled, you need

You can collect monitoring and logging data in the following ways:

* [Collect monitoring data with Elastic Agent](/deploy-manage/monitor/stack-monitoring/collecting-monitoring-data-with-elastic-agent.md)
* [Collect monitoring data with Elastic Agent](/deploy-manage/monitor/stack-monitoring/collecting-monitoring-data-with-elastic-agent.md) (recommended)
* [Collect monitoring data with Metricbeat](/deploy-manage/monitor/stack-monitoring/collecting-monitoring-data-with-metricbeat.md)
* [Collect log data with Filebeat](/deploy-manage/monitor/stack-monitoring/collecting-log-data-with-filebeat.md)

Expand Down
2 changes: 1 addition & 1 deletion troubleshoot/elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mapped_pages:
This section helps you fix issues with {{es}} deployments.

::::{tip}
If you're using {{ech}}, you can use AutoOps to monitor your cluster. AutoOps significantly simplifies cluster management with performance recommendations, resource utilization visibility, and real-time issue detection with resolution paths. For more information, refer to [](/deploy-manage/monitor/autoops.md).
If you're using {{ech}}, you can use AutoOps to monitor your cluster. AutoOps significantly simplifies cluster management with performance recommendations, resource utilization visibility, and real-time issue detection with resolution paths. For more information, refer to [](/deploy-manage/monitor/autoops.md). For other deployment methods, see [](/deploy-manage/monitor.md) for options.
::::

## General [troubleshooting-general]
Expand Down
Loading