🔎 Open source distributed and RESTful search engine.
Go to file
Areek Zillur 853c3eee7d minor fix to pass CI
Original commit: elastic/x-pack-elasticsearch@97be52a3eb
2014-11-12 13:11:26 -05:00
sample Remove LicenseSpecs 2014-10-27 22:38:39 -04:00
src minor fix to pass CI 2014-11-12 13:11:26 -05:00
LICENSE.txt Initial X-Pack commit 2018-04-20 14:16:58 -07:00
README.md [DOCS] minor readme ordering change 2014-11-11 18:40:01 -05:00
pom.xml remove sonatype parent; update test plan links to point to master 2014-11-12 12:30:15 -05:00

README.md

elasticsearch-license

Internal Elasticsearch Licensing Plugin

Licensing REST APIs [PUBLIC]

Licensing REST APIs enable users to:

  • register signed license(s) to their deployment provided by elasticsearch
  • view current status of signed and one-time-trial licenses effective in their deployment

see [Licensing REST APIs] (https://github.com/elasticsearch/elasticsearch-license/blob/es_integration/docs/public/license.asciidoc)

License Tools [PRIVATE]

License tools are a collection of command-line tools to generate key-pair and signed license(s). It also provides a tool to verify issued signed license(s) and generate effective license file from a collection of issued license files.

see [License Tools Usage & Reference] (https://github.com/elasticsearch/elasticsearch-license/tree/es_integration/docs/private/license-tools.asciidoc)

Licensing Consumer Interface [PRIVATE]

Licensing Consumer Interface defines how consumer plugins should enforce licensing on a feature in question using the license-plugin.

see [Licensing Consumer Interface] (https://github.com/elasticsearch/elasticsearch-license/tree/es_integration/docs/private/license-consumer-interface.asciidoc)

Licensing Plugin Design [PRIVATE]

see [Licensing Plugin Design] (https://github.com/elasticsearch/elasticsearch-license/blob/es_integration/docs/private/license-plugin-design.asciidoc)

Licensing Test Plan [PRIVATE]

see [Licensing Test Plan] (https://github.com/elasticsearch/elasticsearch-license/blob/es_integration/docs/private/license-plugin-guarantees.asciidoc)