OpenSearch/watcher
Chris Cowan 1559bdfc26 removing stuff from README
Original commit: elastic/x-pack-elasticsearch@801c5d8eb4
2015-06-01 14:05:43 -07:00
..
lib Adding watchers and testing framework 2015-05-18 10:16:23 -07:00
test Adding fielddata utilization 2015-05-20 08:57:42 -07:00
watches Adding fielddata utilization 2015-05-20 08:57:42 -07:00
README.md removing stuff from README 2015-06-01 14:05:43 -07:00
package.json Adding dependencies 2015-05-18 10:54:40 -07:00

README.md

Marvel Watchers

In this directory you will find example Watchers for Marvel that were distributed with the Watcher Beta documentation. The watches directory contains the example watches and the test directory contains integration test for each watcher.

The testing framework is written in Node.js and use ESVM to create an Elasticsearch instance for running the tests against

Setup and Running Tests

  • Run npm install in this directory
  • Ensure you have mocha installed globally
  • Run mocha in this directory