OpenSearch/watcher
Chris Cowan c21ca69acd Moving everythign to the new data format
Original commit: elastic/x-pack-elasticsearch@b35c192536
2015-08-06 15:30:05 -07:00
..
lib Moving everythign to the new data format 2015-08-06 15:30:05 -07:00
test Moving everythign to the new data format 2015-08-06 15:30:05 -07:00
watches Moving everythign to the new data format 2015-08-06 15:30:05 -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