Elasticsearch-Exporter
Elasticsearch-Exporter copied to clipboard
Options file not found
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.