Closed le0li9ht closed 3 months ago
Hello @le0li9ht , While we look at this specific issue with 8.7.1, can you bump the version of logstash to say something > 8.7. We progressively fix CVEs on common libs and this causes issues in classpath in certain versions.
You can look at LS versions here : https://www.elastic.co/guide/en/logstash/current/releasenotes.html
is there any way to downgrade the version. I can't do it via the logstash-plugin binary.
Hello @le0li9ht
To install an older version of the plugin use the logstash install command with --version flag (as specified in the help below)
Usage: bin/logstash-plugin install [OPTIONS] [PLUGIN] ...
Parameters: [PLUGIN] ... plugin name(s) or file
Options: --version VERSION version of the plugin to install --[no-]verify verify plugin validity before installation (default: true) --preserve preserve current gem options (default: false) --development install all development dependencies of currently installed plugins (default: false) --local force local-only plugin installation. see bin/logstash-plugin package|unpack (default: false) --[no-]conservative do a conservative update of plugin's dependencies (default: true) -h, --help print help
@le0li9ht Alternately you can dowload the specific version "gem" from release and use the -f option to install a specific version
Hello @le0li9ht , If this worked, can we close this issue
I have upgraded the plugin to 2.0.2 with logstash 8.7.1 running. I am getting following error.