Getting error while installing ELK

HI
I am upgrading the elk version of my server ..previosuly it was 2.4.6 now ,we are doing 7.3.0
while installing all the rpms ,m getting below error in logstash
[2019-11-04T00:00:16,098][ERROR][logstash.plugins.registry] Tried to load a plugin's code, but failed. {:exception=>#<LoadError: no such file to load -- logstash/outputs/exec>, :path=>"logstash/outputs/exec", :type=>"output", :name=>"exec"}
[2019-11-04T00:00:16,113][ERROR][logstash.agent ] Failed to execute action {:action=>LogStash::PipelineAction::Create/pipeline_id:main, :exception=>"LogStash::PluginLoadingError", :message=>"Couldn't find any output plugin named 'exec'. Are you sure this is correct? Trying to load the exec output plugin resulted in this error: no such file to load -- logstash/outputs/exec", :backtrace=>["/usr/share/logstash/logstash-core/lib/logstash/plugins/registry.rb:221:in lookup_pipeline_plugin'", "/usr/share/logstash/logstash-core/lib/logstash/plugin.rb:143:in lookup'", "org/logstash/plugins/PluginFactoryExt.java:203:in plugin'", "org/logstash/plugins/PluginFactoryExt.java:140:in buildOutput'", "org/logstash/execution/JavaBasePipelineExt.java:50:in initialize'", "/usr/share/logstash/logstash-core/lib/logstash/java_pipeline.rb:24:in initialize'", "/usr/share/logstash/logstash-core/lib/logstash/pipeline_action/create.rb:36:in execute'", "/usr/share/logstash/logstash-core/lib/logstash/agent.rb:325:in block in converge_state'"]}

The exec output is not installed by default. The documentation explains how to install it.

Thanks :slight_smile:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.