🔎 Open source distributed and RESTful search engine.
Go to file
Simon Willnauer ad2835f6d3 Fix API usage after index-level guice was removed
See https://github.com/elastic/elasticsearch/pull/14518

Original commit: elastic/x-pack-elasticsearch@2428ee47c2
2015-11-05 13:18:58 +01:00
buildSrc Add jcenter to buildSrc repos so that when elasticsearch/buildSrc is 2015-11-04 10:58:27 -08:00
marvel Switch to gradle build system. 2015-10-29 11:44:48 -07:00
qa test: re-sync the smoke test plugins lists with core 2015-10-27 09:48:31 -04:00
shield Fix API usage after index-level guice was removed 2015-11-05 13:18:58 +01:00
watcher Allow System#exit() from command line tools 2015-11-04 14:54:27 +01:00
x-dev-tools Bumped the version to 3.0.0-SNAPSHOT 2015-09-04 16:30:11 +02:00
.dir-locals.el Add .dir-locals.el and .projectile 2015-10-30 11:16:29 -06:00
.projectile Add .dir-locals.el and .projectile 2015-10-30 11:16:29 -06:00
LICENSE.txt Initial X-Pack commit 2018-04-20 14:16:58 -07:00
README.asciidoc Add attachment docs to README 2015-11-04 11:19:13 -08:00
build.gradle Fix lucene snapshot setup to automatically use lucene version ES uses 2015-10-31 00:48:40 -07:00
pom.xml x-plugins security changes for elastic/elasticsearch#14311 2015-10-27 20:07:38 -04:00
settings.gradle Switch to gradle build system. 2015-10-29 11:44:48 -07:00

README.asciidoc

= Elasticsearch X Plugins

A set of Elastic's commercial plugins:

- License
- Shield
- Watcher
- Marvel

= Testing with Elasticsearch
Sometimes it is useful to use your local elasticsearch checkout with x-plugins. To do this, run the following commands:
cd buildSrc
gradle attach --name elasticsearch --path /path/to/elasticsearch/buildSrc
cd ..
gradle attach --name elasticsearch --path /path/to/elasticsearch

This will cause building x-plugins to reflect any changes in your elasticsearch repo. For example, if you make a change to elasticsearch core, building x-plugins will first re-build elasticsearch core, and use that when building x-plugins.