Support monitoring OpenSearch
The inbuilt ElasticSearch support doesn't seem to be able to monitor OpenSearch clusters. Given the increasing popularity of OpenSearch it would be good for this to be supported too.
Comments: 2
Oldest
•
Newest
•
Most likes
•
Fewest likes
-
16 Mar, '23
Robert RettigHighlighted comment
Hi @Neil,
are there errors?
The agent_elasticsearch is using the following api's
- "/_cluster/health"
- "/_nodes/_all/stats"
- "/*-*/_stats/store,docs"
The first two have counter-parts (i hope with compatible output) in opensearch:
- https://opensearch.org/docs/2.6/api-reference/cluster-api/cluster-health/
- https://opensearch.org/docs/2.6/api-reference/nodes-apis/index/
But the last which writes to section elasticsearch_indices has no available api documentation.
But testing it against against an opensearch even that api is available and functioning.
Therefore what is not possible?