mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-03-07 19:49:14 +00:00
* Adds collections landing page configuration and navigation header linking Signed-off-by: Aaron Stephanus <taoist.futility@pm.me> * Removes unnecessary collection property from the configuration. Signed-off-by: Aaron Stephanus <taoist.futility@pm.me> * Adds links to navigation collection headers to collection index pages based on the collection name Signed-off-by: Aaron Stephanus <taoist.futility@pm.me> * Hide index pages from view and add info to formatting guide Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> --------- Signed-off-by: Aaron Stephanus <taoist.futility@pm.me> Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> Co-authored-by: Fanit Kolchina <kolchfa@amazon.com>
18 lines
875 B
Markdown
18 lines
875 B
Markdown
---
|
|
layout: default
|
|
title: Monitoring your cluster
|
|
nav_order: 1
|
|
has_children: false
|
|
has_toc: false
|
|
nav_exclude: true
|
|
---
|
|
|
|
# Monitoring your cluster
|
|
|
|
OpenSearch provides several ways for you to monitor your cluster health and performance and automate common tasks:
|
|
|
|
- The OpenSearch [logs]({{site.url}}{{site.baseurl}}/monitoring-your-cluster/logs/) include valuable information for monitoring cluster operations and troubleshooting issues.
|
|
|
|
- [Performance analyzer]({{site.url}}{{site.baseurl}}/monitoring-your-cluster/pa/index/) is an agent and REST API that allows you to query numerous performance metrics for your cluster, including aggregations of those metrics.
|
|
|
|
- OpenSearch [Job Scheduler]({{site.url}}{{site.baseurl}}/monitoring-your-cluster/job-scheduler/index/) plugin provides a framework that you can use to build schedules for common cluster management tasks. |