Skip to content

Commit

Permalink
Merge branch 'develop' into 'master'
Browse files Browse the repository at this point in the history
Develop

See merge request bitsensor/back-end/elastalert!36
  • Loading branch information
martijnrondeel committed Apr 2, 2019
2 parents 808030b + f1c5069 commit c4bff24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitsensor/elastalert",
"version": "2.0.0",
"version": "2.0.1",
"description": "A server that runs ElastAlert and exposes REST API's for manipulating rules and alerts.",
"license": "MIT",
"main": "index.js",
Expand Down
1 change: 1 addition & 0 deletions src/common/config/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const schema = Joi.object().keys({
'es_port': Joi.number().default(9200),
'writeback_index': Joi.string().default('elastalert_status'),
'port': Joi.number().default(3030),
'wsport': Joi.number().default(3333),
'elastalertPath': Joi.string().default('/opt/elastalert'),
'rulesPath': Joi.object().keys({
'relative': Joi.boolean().default(true),
Expand Down

0 comments on commit c4bff24

Please sign in to comment.