Skip to content

Commit

Permalink
change alert consumer from kbn-alert to alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuellr committed Jul 14, 2020
1 parent 09ec309 commit 4c8a5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kbn-alert.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function parseArgs () {
space: { type: 'string', alias: 's', default: baseUrl.DefaultSpace },
urlBase: { type: 'string', alias: 'u', default: defaultUrlBase },
tags: { type: 'string', default: '' },
consumer: { type: 'string', default: 'kbn-alert' },
consumer: { type: 'string', default: 'alerts' },
}
}

Expand Down

0 comments on commit 4c8a5ce

Please sign in to comment.