OpenSearch/watcher/lib/client.js
2015-05-18 10:16:23 -07:00

5 lines
112 B
JavaScript

var Client = require('elasticsearch').Client;
module.exports = new Client({
host: 'http://localhost:9800'
});