Socket
Socket
Sign inDemoInstall

pm2-elasticsearch

Package Overview
Dependencies
439
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pm2-elasticsearch

Monitoring module for elasticsearch


Version published
Weekly downloads
2
increased by100%
Maintainers
2
Install size
11.5 MB
Created
Weekly downloads
 

Readme

Source

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:<key> <value>

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

Keywords

FAQs

Last updated on 03 Apr 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc