2014-10-01 16:51:55 -04:00
elasticsearch-license
=====================
Internal Elasticsearch Licensing Plugin
2014-11-11 18:40:01 -05:00
## Licensing REST APIs [PUBLIC]
Licensing REST APIs enable users to:
- register signed license(s) to their deployment provided by elasticsearch
- view current status of signed and one-time-trial licenses effective in their deployment
see [Licensing REST APIs] (https://github.com/elasticsearch/elasticsearch-license/blob/es_integration/docs/public/license.asciidoc)
2014-11-10 16:26:39 -05:00
## License Tools [PRIVATE]
2014-10-01 16:51:55 -04:00
2014-11-10 13:00:58 -05:00
License tools are a collection of command-line tools to generate key-pair and signed license(s). It also provides
a tool to verify issued signed license(s) and generate effective license file from a collection of issued license files.
2014-10-07 13:54:55 -04:00
2014-11-10 13:00:58 -05:00
see [License Tools Usage & Reference] (https://github.com/elasticsearch/elasticsearch-license/tree/es_integration/docs/private/license-tools.asciidoc)
2014-10-07 13:54:55 -04:00
2014-11-10 16:26:39 -05:00
## Licensing Consumer Interface [PRIVATE]
2014-11-10 13:45:30 -05:00
Licensing Consumer Interface defines how consumer plugins should enforce licensing on a feature in question using the license-plugin.
see [Licensing Consumer Interface] (https://github.com/elasticsearch/elasticsearch-license/tree/es_integration/docs/private/license-consumer-interface.asciidoc)
2014-10-07 13:54:55 -04:00
2014-11-10 16:26:39 -05:00
## Licensing Plugin Design [PRIVATE]
see [Licensing Plugin Design] (https://github.com/elasticsearch/elasticsearch-license/blob/es_integration/docs/private/license-plugin-design.asciidoc)
2014-10-07 10:59:39 -04:00
2014-11-11 17:30:34 -05:00
## Licensing Test Plan [PRIVATE]
see [Licensing Test Plan] (https://github.com/elasticsearch/elasticsearch-license/blob/es_integration/docs/private/license-plugin-guarantees.asciidoc)