OpenSearch/watcher/lib/client.js

5 lines
112 B
JavaScript

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