Gagan Juneja ad2e88ab88
Adds metrics framework documentation (#6393)
* 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>
2024-02-15 12:01:25 -06:00

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/index/

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.