Skip to content

Commit 509e1d5

Browse files
authored
Merge pull request SkylineCommunications#29 from SkylineCommunications/Update-Elastic-ElasticSearch-Cluster-Monitor
Update Elastic_ElasticSearch_Cluster_Monitor.md
2 parents aa6d76a + 0807874 commit 509e1d5

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

connector_help/connector-help/Elastic_ElasticSearch_Cluster_Monitor.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ uid: Connector_help_Elastic_ElasticSearch_Cluster_Monitor
44

55
# Elastic ElasticSearch Cluster Monitor
66

7-
This connector can be used to monitor the health of an Elasticsearch cluster. It performs specific HTTP queries directly to one of the Elasticsearch nodes in the cluster.
7+
This connector can be used to monitor the health of an Elasticsearch or OpenSearch cluster. It performs specific HTTP queries directly to one of the nodes in the cluster.
8+
9+
> [!NOTE]
10+
> Though its name only mentions Elasticsearch, this connector can also be used to monitor an OpenSearch cluster.
811
912
## About
1013

11-
The HTTP queries performed by this connector are intended to retrieve metrics that provide information on the current health status of the Elasticsearch cluster.
14+
The HTTP queries performed by this connector are intended to retrieve metrics that provide information on the current health status of the OpenSearch or Elasticsearch cluster.
1215

1316
The scope of these health metrics includes general cluster and node metrics and statistical information related to node indexing and systems (operating system, file system, Java Virtual Machine, etc.).
1417

@@ -34,8 +37,8 @@ This connector uses an HTTP connection and requires the following input during e
3437

3538
HTTP CONNECTION:
3639

37-
- **IP address/host**: The polling IP of the Elasticsearch cluster.
38-
- **IP port**: The IP port of Elasticsearch, by default *9200*.
40+
- **IP address/host**: The polling IP of the cluster.
41+
- **IP port**: The IP port of OpenSearch or Elasticsearch, by default *9200*.
3942

4043
## Usage
4144

0 commit comments

Comments
 (0)