mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-03-08 01:42:28 +00:00
* Adds metrics framework documentation Signed-off-by: Gagan Juneja <gjjuneja@amazon.com> * Fixes vale issues Signed-off-by: Gagan Juneja <gjjuneja@amazon.com> * fix issues Signed-off-by: Gagan Juneja <gjjuneja@amazon.com> * Fix dead link issue Signed-off-by: Gagan Juneja <gjjuneja@amazon.com> * Apply suggestions from code review Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Co-authored-by: Andriy Redko <drreta@gmail.com> Signed-off-by: Gagan Juneja <gagandeepjuneja@gmail.com> * Address review commit Signed-off-by: Gagan Juneja <gjjuneja@amazon.com> * Add formatting fixes and editorial feedback Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Nathan Bower <nbower@amazon.com> Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> --------- Signed-off-by: Gagan Juneja <gjjuneja@amazon.com> Signed-off-by: Gagan Juneja <gagandeepjuneja@gmail.com> Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Co-authored-by: Gagan Juneja <gjjuneja@amazon.com> Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Co-authored-by: Andriy Redko <drreta@gmail.com> Co-authored-by: Nathan Bower <nbower@amazon.com>
1.1 KiB
1.1 KiB
layout | title | nav_order | has_children | has_toc | nav_exclude | permalink | redirect_from | |
---|---|---|---|---|---|---|---|---|
default | Monitoring your cluster | 1 | false | false | true | /monitoring-your-cluster/ |
|
Monitoring your cluster
OpenSearch provides several ways for you to monitor your cluster health and performance and automate common tasks:
-
The OpenSearch logs include valuable information for monitoring cluster operations and troubleshooting issues.
-
Performance analyzer 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 plugin provides a framework that you can use to build schedules for common cluster management tasks.
-
The OpenSearch Metrics Framework plugin provides a framework that you can use to export the telemetry metrics to the store of your choice.