193d8092db
Added default timeout setting: * `watcher.action.index.default_timeout` sets the timeout for `index` action, if no timeout is defined in the `index` action itself. * `watcher.input.search.default_timeout` sets the timeout for `search` input, if no timeout is defined in the `search` input itself. * `watcher.transform.search.default_timeout` sets the timeout for `search` transform, if no timeout is defined in the `search` transform itself. Added general Watcher wide default timeout settings to the operations exposed in the client proxy: * `watcher.internal.ops.search.default_timeout` for search related operations. * `watcher.internal.ops.index.default_timeout` for index operations. * `watcher.internal.ops.bulk.default_timeout` for bulk operations. Original commit: elastic/x-pack-elasticsearch@5a3ef35a9d |
||
---|---|---|
dev-tools | ||
rest-api-spec | ||
src | ||
LICENSE.txt | ||
README.asciidoc | ||
pom.xml |
README.asciidoc
= 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.