🔎 Open source distributed and RESTful search engine.
Go to file
Brian Murphy 12de46e2d4 [TEST] Add logging to determine if ticker thread is being stopped correctly.
Added some trace logging and set the WatcherStatsTest to trace watcher to try and figure out why the ticker isn't stopping.

Original commit: elastic/x-pack-elasticsearch@75dc936165
2015-07-03 23:26:47 +02:00
dev-tools Watcher randomization testing 2015-05-11 13:33:18 -07:00
rest-api-spec Renamed the status field in the stored watch 2015-06-25 15:39:19 +02:00
src [TEST] Add logging to determine if ticker thread is being stopped correctly. 2015-07-03 23:26:47 +02:00
LICENSE.txt Initial X-Pack commit 2018-04-20 14:16:58 -07:00
NOTICE.txt fixed typo in NOTICE.txt 2015-06-26 17:02:15 +03:00
README.asciidoc Update README.asciidoc 2015-05-05 23:38:55 +02:00
pom.xml build: remove Groovy dependency because it is already provided in the parent pom 2015-07-03 00:07:08 +02:00

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.