
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
elasticsearch-manager
Advanced tools
Elasticsearch-Manager provides both a commandline utility and libraries for performing basic management activities on an Elasticsearch cluster.
For a list of all supported actions, please run: $ elasticsearch-manager --help
gem install elasticsearch-manager
$ elasticsearch-manager --cluster-hostname elasticsearch.example.com \
--port 9200 status \
list-nodes
10.0.0.3 -- master
10.0.0.1
10.0.0.2
$ elasticsearch-manager --cluster-hostname elasticsearch.example.com \
--port 9200 status \
shard-state
10.0.0.1: STARTED: 8 INITIALIZING: 0 RELOCATING: 0
10.0.0.2: STARTED: 8 INITIALIZING: 0 RELOCATING: 1
10.0.0.3: STARTED: 7 INITIALIZING: 1 RELOCATING: 0
$ elasticsearch-manager --cluster-hostname elasticsearch.example.com \
--port 9200 status \
status
The Elasticsearch cluster is currently: green
$ elasticsearch-manager --cluster-hostname elasticsearch.example.com \
--port 9200 status \
rolling-restart
Continue with rolling restart of cluster? (y/n) y
Restarting Elasticsearch on node: 10.0.0.1
Elasticsearch restarted on node: 10.0.0.1
Waiting for node to become available...
Node back up!
Waiting for cluster to stabilize...
Waiting for cluster to stabilize...
Cluster stabilized!
Continue with rolling restart of cluster? (y/n) y
Restarting Elasticsearch on node: 10.0.0.2
Elasticsearch restarted on node: 10.0.0.2
Waiting for node to become available...
Waiting for node to become available...
Node back up!
Waiting for cluster to stabilize...
Waiting for cluster to stabilize...
Waiting for cluster to stabilize...
Waiting for cluster to stabilize...
Cluster stabilized!
Restarting current cluster master, continue? (y/n) y
Restarting Elasticsearch on node: 10.0.0.3
Elasticsearch restarted on node: 10.0.0.3
Waiting for node to become available...
Waiting for node to become available...
Waiting for node to become available...
Waiting for node to become available...
Node back up!
Waiting for cluster to stabilize...
Cluster stabilized!
$ elasticsearch-manager --cluster-hostname elasticsearch.example.com \
--port 9200 status \
diable-routing
Disabling shard routing allocation... disabled!
$ elasticsearch-manager --cluster-hostname elasticsearch.example.com \
--port 9200 status \
enable-routing
Enabling shard routing allocation... enabled!
FAQs
Unknown package
We found that elasticsearch-manager demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.