Elasticsearch and OpenSearch
I would like to monitor our ElasticSearch nodes. Actually, it's OpenSearch, but hopefully that doesn't matter. I have confirmed the server is listening on tcp/9200. It looks like for the Elasticsearch_Cluster_Health_Status module to start working it needs hasCategory("elasticsearch") to return true. It seems the easiest way for that to happen is for the addCategory_Elasticsearch module to detect it's an Elasticsearch device and add the "elasticsearch" category automatically. What do I need to do for addCategory_Elasticsearch to work? It looks like it runs a script called "elasticsearch.api.port" What's that? Thanks.181Views1like2Comments