@qrvey/health-checker
Version:
 
7 lines • 374 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CLUSTER_STATS_ENDPOINT = exports.NODES_STATS_ENDPOINT = exports.CLUSTER_HEALTH_ENDPOINT = void 0;
exports.CLUSTER_HEALTH_ENDPOINT = '/_cluster/health';
exports.NODES_STATS_ENDPOINT = '/_nodes/stats';
exports.CLUSTER_STATS_ENDPOINT = '/_cluster/stats';
//# sourceMappingURL=constants.js.map