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.
2 parents ba997d3 + 97dabb5 commit 0998470Copy full SHA for 0998470
src/controllers/process/index.js
@@ -43,7 +43,7 @@ export default class ProcessController {
43
44
// Create ElastAlert index if it doesn't exist yet
45
logger.info('Creating index');
46
- var indexCreate = spawnSync('python', ['-m', 'elastalert.create_index', '--index', 'elastalert_status', '--old-index', ''], {
+ var indexCreate = spawnSync('python', ['-m', 'elastalert.create_index', '--index', config.get('writeback_index'), '--old-index', ''], {
47
cwd: this._elastalertPath
48
});
49
0 commit comments