🔎 Open source distributed and RESTful search engine.
Go to file
Areek Zillur 4ba17be1e6 minor edit
Original commit: elastic/x-pack-elasticsearch@da50e65388
2014-11-27 18:54:48 -05:00
core Make elasticsearch-license multi-module: 2014-11-27 13:14:54 -05:00
core-shaded Make elasticsearch-license multi-module: 2014-11-27 13:14:54 -05:00
dev-tools [BUILD] add licensing check on compile 2014-11-12 17:06:38 -05:00
licensor Make elasticsearch-license multi-module: 2014-11-27 13:14:54 -05:00
plugin Make elasticsearch-license multi-module: 2014-11-27 13:14:54 -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
all-signatures.txt Make elasticsearch-license multi-module: 2014-11-27 13:14:54 -05:00
core-signatures.txt Make elasticsearch-license multi-module: 2014-11-27 13:14:54 -05:00
pom.xml Make elasticsearch-license multi-module: 2014-11-27 13:14:54 -05:00
test-signatures.txt Make elasticsearch-license multi-module: 2014-11-27 13:14:54 -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