
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
EStool is a command-line tool for interacting with the Elasticsearch search and analytics engine.
Install the gem
gem install estool
Getting help:
estool -h
Global options:
-h, --host=HOST
- Elasticsearch node to connect to. Default: localhost
-p, --port=PORT
- HTTP port to connect to. Default: 9200
-v, --verbose
- Show verbose output. In most commands this is represented by column headings. Not supported by all commands.This subcommand will print the cluster health out to the screen.
$ estool health
More options can be listed with $ estool health -h
This subcommand is used to interact with the Cluster Indices.
Currently supports following actions:
Create a new index:
$ estool index create --name=index1
Delete an index:
$ estool index delete --name=index1
Close an index:
$ estool index close --name=index1
Show indices:
the index
subcommand defaults to the show command, so you can get a list of indices simply by running:
$ estool index
This subcommand is used to interact with Index aliases within the cluster.
Currently supported actions:
Create a new alias:
$ estool aliases create -i index1 -n test_index
Delete an alias:
$ estool aliases delete -i index1 -n test_index
List aliases:
$ estool aliases
Like the estool index
command, estool aliases
defaults to listing the aliases for all indices.
List aliases for an index:
$ estool aliases list -i index1
See LICENSE file.
FAQs
Unknown package
We found that estool 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.