kolchfa-aws 5a7d6a1ac9
Heading capitalization fix (#6032)
* Heading capitalization fix

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* More error fixes

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

---------

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
2024-01-03 11:30:46 -05:00

1.2 KiB

layout title nav_order parent has_children redirect_from
default Root Cause Analysis 50 Performance Analyzer true
/monitoring-plugins/pa/rca/index/

Root cause analysis

The OpenSearch Performance Analyzer plugin (PA) captures OpenSearch and JVM activity, plus their lower-level resource usage (e.g. disk, network, CPU, and memory). Based on this instrumentation, Performance Analyzer computes and exposes diagnostic metrics so that administrators can measure and understand the bottlenecks in their OpenSearch clusters.

The Root Cause Analysis framework (RCA) uses the information from PA to alert administrators about the root cause of performance and availability issues that their clusters might be experiencing.

In broad strokes, the framework helps you access data streams from OpenSearch nodes running Performance Analyzer. You write snippets of Java to choose the streams that matter to you and evaluate the streams' PA metrics against certain thresholds. As RCA runs, you can access the state of each analysis using the REST API.

To learn more about Root Cause Analysis, see its repository on GitHub.