🔎 Open source distributed and RESTful search engine.
Go to file
Areek Zillur 6d5b2569f1 [CORE] Renamed internal action to be consistent
Original commit: elastic/x-pack-elasticsearch@21df16eba4
2014-11-21 13:07:59 -05:00
dev-tools [BUILD] add licensing check on compile 2014-11-12 17:06:38 -05:00
sample Remove LicenseSpecs 2014-10-27 22:38:39 -04:00
src [CORE] Renamed internal action to be consistent 2014-11-21 13:07:59 -05:00
LICENSE.txt Initial X-Pack commit 2018-04-20 14:16:58 -07:00
README.md [DOCS] updated Readme 2014-11-13 13:25:46 -05:00
pom.xml Remove third-party licensing library 2014-11-21 11:37:19 -05:00

README.md

elasticsearch-license

Internal Elasticsearch Licensing Plugin

Getting Started

see [Getting Started] (https://github.com/elasticsearch/elasticsearch-license/blob/master/docs/getting-started.asciidoc)

Licensing REST APIs

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/master/docs/license.asciidoc)

Internal Documentation

see [wiki] (https://github.com/elasticsearch/elasticsearch-license/wiki) for documentation on

  • Licensing Tools Usage & Reference
  • Licensing Consumer Plugin Interface
  • License Plugin Design
  • Licensing Test plan