mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-11 07:25:23 +00:00
e0128daf9a
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
= 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.