🔎 Open source distributed and RESTful search engine.
Go to file
Areek Zillur 108bb149bd Added LicenseVersion for plugin
Original commit: elastic/x-pack-elasticsearch@a89d778fd9
2014-12-04 13:09:16 -05:00
core Update version to 1.0.0-beta1 2014-12-03 20:15:21 -05:00
core-shaded Update version to 1.0.0-beta1 2014-12-03 20:15:21 -05:00
dev-tools Move build tool configs to dev-tools 2014-12-03 12:54:31 -05:00
licensor Update version to 1.0.0-beta1 2014-12-03 20:15:21 -05:00
plugin Added LicenseVersion for plugin 2014-12-04 13:09:16 -05:00
LICENSE.txt Initial X-Pack commit 2018-04-20 14:16:58 -07:00
README.md minor edit 2014-11-27 18:54:48 -05:00
pom.xml Added LicenseVersion for plugin 2014-12-04 13:09:16 -05:00

README.md

elasticsearch-license

Elasticsearch Licensing core, tools and plugin

Core

Contains core data structures, utilities used by Licensor and Plugin.

See core/ and core-shaded/

Licensor

Contains a collection of tools to generate key-pairs, licenses and validate licenses.

See licensor/

see [wiki] (https://github.com/elasticsearch/elasticsearch-license/wiki) for documentation on Licensing Tools Usage & Reference

Plugin

See plugin/

see [Getting Started] (https://github.com/elasticsearch/elasticsearch-license/blob/master/docs/getting-started.asciidoc) to install license plugin.

see [Licensing REST APIs] (https://github.com/elasticsearch/elasticsearch-license/blob/master/docs/license.asciidoc) to use the license plugin from an elasticsearch deployment.

see [wiki] (https://github.com/elasticsearch/elasticsearch-license/wiki) for documentation on

  • Licensing Consumer Plugin Interface
  • License Plugin Design
  • Licensing Test plan