![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.