Ryan Ernst e0128daf9a Remove uses of SpawnModules
SpawnModules will be going away very soon as part of
elastic/elasticsearchelastic/elasticsearch#12783. This change removes its use from all
x-plugins.

Most spawnmodules uses here were to either collect a number of modules
into one (so the modules were just moved up into the plugin itself), or
to spawn a module which interacted with an extension point from ES. This
change moves those, as well as most uses of PreProcessModule, to use
onModule.

Original commit: elastic/x-pack-elasticsearch@6430e35379
2015-08-18 18:41:44 -07:00
..
2015-07-22 09:10:34 -04:00
2015-07-13 12:31:34 +02:00
2015-07-13 12:31:34 +02:00
2015-08-10 13:10:28 -04:00
2015-08-18 18:41:44 -07:00
2015-07-13 12:31:34 +02:00
2015-07-13 12:31:34 +02:00
2015-07-13 12:31:34 +02:00

= Elasticsearch Security Plugin

This plugins adds security features to elasticsearch

You can build the plugin with `mvn package`.

The documentation is put in the `docs/` directory.