OpenSearch
Plugin: go.d.plugin Module: elasticsearch
Overview
This collector monitors the performance and health of the Elasticsearch cluster.
It uses Cluster APIs to collect metrics.
Used endpoints:
Endpoint | Description | API |
---|---|---|
/ | Node info | |
/_nodes/stats | Nodes metrics | Nodes stats API |
/_nodes/_local/stats | Local node metrics | Nodes stats API |
/_cluster/health | Cluster health stats | Cluster health API |
/_cluster/stats | Cluster metrics | Cluster stats API |
This collector is supported on all platforms.
This collector supports collecting metrics from multiple instances of this integration, including remote instances.
Default Behavior
Auto-Detection
By default, it detects instances running on localhost by attempting to connect to port 9200:
Limits
By default, this collector monitors only the node it is connected to. To monitor all cluster nodes, set the cluster_mode
configuration option to yes
.