mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
670b9b5ce8
PreProcessModule was an alternate way to customize another module's behavior inside plugins. The preferred (and only in the future) way to do this is with onModule in the plugin itself. This change moves the only two remaining users of PreProcessModule to do so in their respective plugins. The use case was adding roles for shield authorization, but these roles were really static, so there was no reason they could not be configured up front. Original commit: elastic/x-pack-elasticsearch@e67ac2dcb6
= Elasticsearch Watcher Plugin This plugins adds conditioned scheduled tasks features to elasticsearch - such a task is called a `Watch`. You can build the plugin with `mvn package`. The documentation is put in the `docs/` directory.