OpenSearch/elasticsearch/license
Chris Earle 05811c5167 Adding Locale.ROOT to String.format for forbidden API usage
Original commit: elastic/x-pack-elasticsearch@4d78705e12
2016-04-01 13:10:25 -04:00
..
base Adding Locale.ROOT to String.format for forbidden API usage 2016-04-01 13:10:25 -04:00
found-plugin Checkstyle: Adhere to checkstyle in all xpack .java files 2016-02-05 16:57:41 +01:00
licensor Fix forbidden apis usages, and convert more tests to CommandTestCase 2016-03-09 00:18:23 -08:00
plugin-api Adding support for STANDARD license 2016-04-01 12:49:05 -04:00
README.md reorganize directory layout 2015-12-03 16:22:37 +01:00
build.gradle disable license headers check for x-plugins, until we figure out what it should do 2015-12-18 13:27:52 -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] (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