Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

elasticsearch-api

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elasticsearch-api

  • 8.17.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Elasticsearch::API

This library is part of the elasticsearch-ruby package; please refer to it, unless you want to use this library standalone.

Refer to the official documentation on Elasticsearch API.

The elasticsearch-api library provides a Ruby implementation of the Elasticsearch REST API. It does not provide an Elasticsearch client; see the elastic-transport library.

We follow Ruby’s own maintenance policy and officially support all currently maintained versions per Ruby Maintenance Branches.

Language clients are forward compatible; meaning that clients support communicating with greater minor versions of Elasticsearch. Elastic language clients are also backwards compatible with lesser supported minor Elasticsearch versions.

Development

Refer to CONTRIBUTING.

We run the test suite for Elasticsearch's Rest API tests. You can read more about this in the test runner README.

The rest_api task needs the test files from Elasticsearch. You can run the rake task to download the test artifacts in the root folder of the project. You can pass in a version to the task as a parameter:

rake download_artifacts[8.5.0-SNAPSHOT]

Or it can get the version from a running cluster to determine which version and build hash of Elasticsearch to use and test against:

TEST_ES_SERVER=http://localhost:9200 rake es:download_artifacts

This will download the necessary files used for the integration tests to ./tmp.

Code generation

The code for most of this library is automatically generated. See ./utils/README.md for more information.

License

This software is licensed under the Apache 2 license.

FAQs

Package last updated on 15 Jan 2025

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc