mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-20 20:08:56 +00:00
Instead of having to specify `scheme`, `host`, `port`, `path` and `params` each one can now use the `url` field and specify something like `http://example.org/foo?bar=baz` This works for HttpRequest and HttpRequestTemplate Original commit: elastic/x-pack-elasticsearch@8c052cf419
= 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.