We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e8925 commit 97dabb5Copy full SHA for 97dabb5
src/controllers/process/index.js
@@ -38,7 +38,7 @@ export default class ProcessController {
38
39
// Create ElastAlert index if it doesn't exist yet
40
logger.info('Creating index');
41
- var indexCreate = spawnSync('python', ['-m', config.get('writeback_index'), '--index', 'elastalert_status', '--old-index', ''], {
+ var indexCreate = spawnSync('python', ['-m', 'elastalert.create_index', '--index', config.get('writeback_index'), '--old-index', ''], {
42
cwd: this._elastalertPath
43
});
44
0 commit comments