Elasticsearch-Exporter icon indicating copy to clipboard operation
Elasticsearch-Exporter copied to clipboard

Options file not found

Open PosicubeBeege opened this issue 5 years ago • 0 comments

In options.js line 227, the parameter to fs.existsSync() is incorrect. It should be scriptOptions.optionsfile, not scriptOptions.optionsfile.value.

Otherwise, value is undefined, and the tool reports that the option file could not be found.

PosicubeBeege avatar Sep 25 '19 02:09 PosicubeBeege