Logstash 8.17.4 filter filter plugin name elasticsearch not found

Hello, I just upgrade logstash to 8.17.4 and I got a error:

[2025-03-28T10:26:23,030][ERROR][logstash.agent ] Failed to execute action {:action=>LogStash::PipelineAction::Create/pipeline_id:filelogger, :exception=>"Java::JavaLang::IllegalStateException", :message=>"Unable to configure plugins: (PluginLoadingError) Couldn't find any filter plugin named 'elasticsearch'. Are you sure this is correct? Trying to load the elasticsearch filter plugin resulted in this error: Unable to load the requested plugin named elasticsearch of type filter. The plugin is not installed.",

I try to install the plug-in with using this command: /usr/share/logstash/bin/logstash-plugin install logstash-filter-elasticsearch
with no luck.

Thanks

I was able to reproduce this error. manticore related?

It’s look like manticore is not there:

[2025-03-31T09:59:42,528][DEBUG][logstash.plugins.builtin.pipeline.input] config LogStash::Plugins::Builtin::Pipeline::Input/@add_field = {}
[2025-03-31T09:59:42,547][DEBUG][logstash.plugins.registry] Tried to load a plugin's code, but failed. {:exception=>#<LoadError: no such file to load -- elasticsearch/transport/transport/http/manticore>, :path=>"elasticsearch/transport/transport/http/manticore", :type=>"filter", :name=>"elasticsearch"}
[2025-03-31T09:59:42,699][ERROR][logstash.plugins.registry] Unable to load plugin. {:type=>"filter", :name=>"elasticsearch"}

Just update logstash-filter-elasticsearch to latest version fix the issue:

/usr/share/logstash/bin/logstash-plugin update logstash-filter-elasticsearch