https://github.com/keymetrics/pm2-elasticsearch
PM2.io Module to monitor Elasticsearch nodes
https://github.com/keymetrics/pm2-elasticsearch
database elasticsearch es keymetrics module monitor pm2 stats
Last synced: 16 days ago
JSON representation
PM2.io Module to monitor Elasticsearch nodes
- Host: GitHub
- URL: https://github.com/keymetrics/pm2-elasticsearch
- Owner: keymetrics
- License: mit
- Created: 2015-06-18T08:54:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-03T12:11:16.000Z (about 6 years ago)
- Last Synced: 2025-03-24T18:46:56.620Z (about 1 month ago)
- Topics: database, elasticsearch, es, keymetrics, module, monitor, pm2, stats
- Language: JavaScript
- Homepage: https://pm2.io
- Size: 80.1 KB
- Stars: 12
- Watchers: 4
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Description
PM2 module to monitor a ElasticSearch cluster with Keymetrics
## Install
`pm2 install pm2-elasticsearch`
## Configure
- `elasticsearchUri` (Defaults to `http://localhost:9200/`): Set the URI to connect to your Elastic cluster (can be load from `PM2_ELASTICSEARCH_URI` env var)
#### How to set these values ?
After having installed the module you have to type :
`pm2 set pm2-elasticsearch: `e.g:
- `pm2 set pm2-elasticsearch:elasticsearchUri https://user:password@host:port` (use simple auth to connect to the cluster)## Uninstall
`pm2 uninstall pm2-elasticsearch`