🔎 Open source distributed and RESTful search engine.
Go to file
Ryan Ernst 838cb54b9e Merge pull request elastic/elasticsearch#959 from rjernst/version_cleanup
Remove repositories section now that it is included by build-tools

Original commit: elastic/x-pack-elasticsearch@213a117290
2015-11-10 08:10:24 -08:00
buildSrc Build: Improve behavior and setup for attachment to elasticsearch 2015-11-06 11:08:03 -08:00
marvel Fix build to still work when not attached to elasticsearch 2015-11-06 14:03:08 -08:00
qa Remove confusing pom.xml files 2015-11-05 10:39:28 -05:00
shield Fix upstream changes to IndexSearcherWrapper: https://github.com/elastic/elasticsearch/pull/14654 2015-11-10 23:10:04 +07:00
watcher watcher: If during startup a watch record couldn't be saved because of a version conflict then overwrite it. 2015-11-10 09:24:15 +07:00
x-dev-tools Remove confusing pom.xml files 2015-11-05 10:39:28 -05: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 Build: Remove repositories section now that it is included by build-tools 2015-11-10 07:54:19 -08:00
settings.gradle Fix build to still work when not attached to elasticsearch 2015-11-06 14:03:08 -08: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.