Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Install breaks on upgrade #66

Open
bouncingsoles opened this issue Nov 28, 2018 · 4 comments
Open

Install breaks on upgrade #66

bouncingsoles opened this issue Nov 28, 2018 · 4 comments

Comments

@bouncingsoles
Copy link

bouncingsoles commented Nov 28, 2018

First, I want to say thank you for writing an awesome plugin for logstash. The only issue I have is that after an upgrade I can't seem to get the plugin to reinstall. Using either the install method from the gem file or using logstash-plugin install logstash-input-cloudwatch_logs command. I have tried wiping all files on the system that reference cloudwatch_logs but that didn't help either.

I just get the following error when I try to restart logstash of a missing codec.

[2018-11-28T07:28:52,695][ERROR][logstash.plugins.registry] Tried to load a plugin's code, but failed. {:exception=>#<LoadError: no such file to load -- logstash/codecs/cloudtrail>, :path=>"logstash/codecs/cloudtrail", :type=>"codec", :name=>"cloudtrail"}
[2018-11-28T07:28:52,738][FATAL][logstash.runner ] The given configuration is invalid. Reason: Couldn't find any codec plugin named 'cloudtrail'. Are you sure this is correct? Trying to load the cloudtrail codec plugin resulted in this error: no such file to load -- logstash/codecs/cloudtrail

Using version 6.4.1 of logstash.

@rauvolaj
Copy link

rauvolaj commented Dec 6, 2018

verified that it breaks on upgrade. Went from 6.5.1 to 6.5.2. Reinstalling plugin did fix issue tho.

@TrueBurn
Copy link

With logstash you always have to re-install non standard plugins after the upgrade

@mdebord-dlr
Copy link

With logstash you always have to re-install non standard plugins after the upgrade

Hi @TrueBurn -- Is this documented anywhere?

@uni4online
Copy link

@mdebord-dlr Not that I can find on their site but rather after many hours of troubleshooting I found this to be the case and even ended up scripting it to speed up the install process.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants