Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | dcausse | T160829 Wildcard characters not working in CirrusSearch when using uppercase characters | |||
Resolved | Gehel | T163703 [epic] Upgrade elasticsearch to 5.3.2 | |||
Resolved | debt | T163709 Upgrade the logstash cluster to elastic 5.3.2 |
Event Timeline
Comment Actions
I aligned logstash version on deployment-logstash2, but it does not want to restart:
[2017-05-09T14:30:09,002][ERROR][logstash.agent ] Cannot load an invalid configuration {:reason=>"Couldn't find any filter plugin named 'prune'. Are you sure this is correct? Trying to load the prune filter plugin resulted in this error: Problems loading the requested plugin named prune of type filter. Error: NameError NameError"}
I'm digging into the problem...
Comment Actions
It looks like the plugins were deployed correctly, but not reloaded by logstash. /usr/share/logstash/bin/logstash-plugin install file:///srv/deployment/logstash/plugins/target/releases/plugins-latest.zip fixed the issue.