
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
ā This library is deprecated ā
The API endpoints currently living in elasticsearch-xpack
will be moved into elasticsearch-api
in version 8.0.0 and forward. You should be able to keep using elasticsearch-xpack
and the xpack
namespace in 7.x
. We're running the same tests in elasticsearch-xpack
, but if you encounter any problems, please let us know in this issue.
However, be aware in 8.0
, the xpack library and namespace won't be available anymore.
A Ruby integration for the X-Pack extension for Elasticsearch.
Install the package from Rubygems:
gem install elasticsearch-xpack
If you use the official Ruby client for Elasticsearch, require the library in your code, and all the methods will be automatically available in the xpack
namespace:
require 'elasticsearch'
require 'elasticsearch/xpack
client = Elasticsearch::Client.new(url: 'http://elastic:changeme@localhost:9200')
client.xpack.info
# => {"build"=> ..., "features"=> ...}
The integration is designed as a standalone Elasticsearch::XPack::API
module, so it's easy to mix it into a different client, and the methods will be available in the top namespace.
For documentation, look into the RDoc annotations in the source files, which contain links to the official X-Pack for the Elastic Stack documentation.
For examples, look into the examples
folder in this repository.
You can use the provided test:elasticsearch
Rake task to launch a Docker-based Elasticsearch node with the full X-Pack license preinstalled.
This software is licensed under the Apache 2 license.
FAQs
Unknown package
We found that elasticsearch-xpack demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.