mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +00:00
- renaming `ShieldPlugin` to `Shield` (it's no longer a plugin) - renaming `WatcherPlugin` to `Watcher` (it's no longer a plugin) - renaming `MarvelPlugin` to `Marvel` (it's no longer a plugin) - renaming `LicensePlugin` to `Licensing` (it's no longer a plugin) - renamed setting:`watcher.enabled` -> `xpack.watcher.enabled` - renamed setting:`marvel.enabled` -> `xpack.marvel.enabled` Original commit: elastic/x-pack-elasticsearch@35a6540b11
= 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.