-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After some time the serveric getting error #149
Comments
The plugin is exist in the plugin list - "logstash-output-amazon_es |
@roiromanoclick - was that resolved or found the source of the issue? |
We got this after an update to logstash was installed via apt and/or possibly when the server was rebooted shortly after that. Ubuntu 18.04 installation, package upgrade:
Then a reboot shortly after at 06:23 and on boot it fails to load the plugin. Excerpt from syslog:
Works fine after reinstalling. |
Failed to execute action {:action=>LogStash::PipelineAction::Create/pipeline_id:nginx, :exception=>"LogStash::PluginLoadingError", :message=>"Couldn't find any output plugin named 'amazon_es'. Are you sure this is correct? Trying to load the amazon_es output plugin resulted in this error: no such file to load -- logstash/outputs/amazon_es", :backtrace=>["/usr/share/logstash/logstash-core/lib/logstash/plugins/registry.rb:211:in
lookup_pipeline_plugin'", "/usr/share/logstash/logstash-core/lib/logstash/plugin.rb:137:in
lookup'", "org/logstash/plugins/PluginFactoryExt.java:200:inplugin'", "org/logstash/plugins/PluginFactoryExt.java:184:in
plugin'", "/usr/share/logstash/logstash-core/lib/logstash/pipeline.rb:71:inplugin'", "(eval):87:in
initialize'", "org/jruby/RubyKernel.java:1061:ineval'", "/usr/share/logstash/logstash-core/lib/logstash/pipeline.rb:49:in
initialize'", "/usr/share/logstash/logstash-core/lib/logstash/pipeline.rb:90:ininitialize'", "/usr/share/logstash/logstash-core/lib/logstash/pipeline_action/create.rb:43:in
block in execute'", "/usr/share/logstash/logstash-core/lib/logstash/agent.rb:96:inblock in exclusive'", "org/jruby/ext/thread/Mutex.java:165:in
synchronize'", "/usr/share/logstash/logstash-core/lib/logstash/agent.rb:96:inexclusive'", "/usr/share/logstash/logstash-core/lib/logstash/pipeline_action/create.rb:39:in
execute'", "/usr/share/logstash/logstash-core/lib/logstash/agent.rb:334:in `block in converge_state'"]}After I'm reinstall the plugin, its staring to work for while.
Plugin version - 6.4.1
What can be the issue?
Thanks a lot.
The text was updated successfully, but these errors were encountered: