🔎 Open source distributed and RESTful search engine.
Go to file
uboness eec962f7f8 Changed the license expiration exception to ElasticsearchSecurityException
We'd like to have an UNAUTHORIZED behaviour when the license is expired

Original commit: elastic/x-pack-elasticsearch@f46a92b6f8
2015-07-03 16:01:08 +02:00
core remove use of shaded core packages 2015-06-06 15:29:44 -04:00
core-shaded Sync up with elasticsearch-parent changes: 2015-05-21 11:49:33 -04:00
dev-tools/license Sync up with elasticsearch-parent changes: 2015-05-21 11:49:33 -04:00
licensor remove use of shaded core packages 2015-06-06 15:29:44 -04:00
plugin move the core artifact to provided scope 2015-07-02 10:25:13 -04:00
plugin-api Changed the license expiration exception to ElasticsearchSecurityException 2015-07-03 16:01:08 +02:00
LICENSE.txt Initial X-Pack commit 2018-04-20 14:16:58 -07:00
README.md Add deploy note to readme; change log level to debug 2015-01-28 18:22:22 -05:00
pom.xml Refactored api for plugins into it's own module 2015-06-11 23:50:55 +02: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] (https://github.com/elasticsearch/elasticsearch-license/wiki/License-Tools-Usage-&-Reference)

Plugin

NOTE: The license plugin has to be packaged with the right public key when being deployed to public repositories in maven or uploaded to s3. Use -Dkeys.path=<PATH_TO_KEY_DIR> with maven command to package the plugin with a specified key.

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