🔎 Open source distributed and RESTful search engine.
Go to file
Areek Zillur 134c278336 Add LicenseVersion to track version
closes elastic/elasticsearch#23

Original commit: elastic/x-pack-elasticsearch@d606beeb14
2014-12-03 19:38:16 -05:00
core Add LicenseVersion to track version 2014-12-03 19:38:16 -05:00
core-shaded Make elasticsearch-license multi-module: 2014-11-27 13:14:54 -05:00
dev-tools Move build tool configs to dev-tools 2014-12-03 12:54:31 -05:00
licensor Add LicenseVersion to track version 2014-12-03 19:38:16 -05:00
plugin [Plugin] Ensure a consumer plugin registers only once to LicensesClientService 2014-12-01 22:18:37 -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 Move build tool configs to dev-tools 2014-12-03 12:54:31 -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