githubEdit

Monitoring domains

circle-info

This page was generated from content adapted from the AWS Developer Guidearrow-up-right

Monitoring cluster metrics

  • Important Different versions of Elasticsearch use different thread pools to process calls to the _index API. Elasticsearch 1.5 and 2.3 use the index thread pool. Elasticsearch 5.x, 6.0, and 6.2 use the bulk thread pool. OpenSearch and Elasticsearch 6.3 and later use the write thread pool. Currently, the OpenSearch Service console doesn't include a graph for the bulk thread pool. Use GET _cluster/settings?include_defaults=true to check thread pool and queue sizes for your cluster.

Monitoring logs

  • Note Error logs are available only for OpenSearch and Elasticsearch versions 5.1 and later. Slow logs are available for all OpenSearch and Elasticsearch versions.

  • Important CloudWatch Logs supports 10 resource policies per Regionarrow-up-right. If you plan to enable logs for several OpenSearch Service domains, you should create and reuse a broader policy that includes multiple log groups to avoid reaching this limit. For steps on updating your policy, see Enabling log publishing (AWS CLI).

  • Important CloudWatch Logs supports 10 resource policies per Regionarrow-up-right. If you plan to enable slow logs for several OpenSearch Service domains, you should create and reuse a broader policy that includes multiple log groups to avoid reaching this limit.

  • Note If you plan to enable multiple logs, we recommend publishing each to its own log group. This separation makes the logs easier to scan.

Monitoring audit logs

Monitoring with CloudTrail

Last updated