🔎 Open source distributed and RESTful search engine.
Go to file
Areek Zillur e45d6364ea [TEST] re-structure notification event test
Original commit: elastic/x-pack-elasticsearch@1270f14571
2015-01-23 00:55:59 -05:00
core Add support for License Expiration event triggers 2015-01-22 23:17:34 -05:00
core-shaded Add support for License Expiration event triggers 2015-01-22 23:17:34 -05:00
dev-tools Move build tool configs to dev-tools 2014-12-03 12:54:31 -05:00
licensor Add support for License Expiration event triggers 2015-01-22 23:17:34 -05:00
plugin [TEST] re-structure notification event test 2015-01-23 00:55:59 -05:00
LICENSE.txt Initial X-Pack commit 2018-04-20 14:16:58 -07:00
README.md updated README links 2014-12-19 16:52:57 -05:00
pom.xml Updated the pom.xml 2015-01-23 05:41:13 +01: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